Skip to content

Commit 692e720

Browse files
committed
Add DeepSeek provider and rename Together to TogetherAI
1 parent 59a8ff2 commit 692e720

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/shared/src/constants/providers.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ export const PROVIDERS = {
1414
DeepInfra: {
1515
base_url: 'https://api.deepinfra.com/v1'
1616
},
17+
DeepSeek: {
18+
base_url: 'https://api.deepseek.com/v1'
19+
},
1720
Fireworks: {
1821
base_url: 'https://api.fireworks.ai/inference/v1'
1922
},
@@ -32,7 +35,7 @@ export const PROVIDERS = {
3235
OpenRouter: {
3336
base_url: 'https://openrouter.ai/api/v1'
3437
},
35-
Together: {
38+
TogetherAI: {
3639
base_url: 'https://api.together.xyz/v1'
3740
}
3841
} satisfies Providers

0 commit comments

Comments
 (0)