We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a8ff2 commit 692e720Copy full SHA for 692e720
1 file changed
packages/shared/src/constants/providers.ts
@@ -14,6 +14,9 @@ export const PROVIDERS = {
14
DeepInfra: {
15
base_url: 'https://api.deepinfra.com/v1'
16
},
17
+ DeepSeek: {
18
+ base_url: 'https://api.deepseek.com/v1'
19
+ },
20
Fireworks: {
21
base_url: 'https://api.fireworks.ai/inference/v1'
22
@@ -32,7 +35,7 @@ export const PROVIDERS = {
32
35
OpenRouter: {
33
36
base_url: 'https://openrouter.ai/api/v1'
34
37
- Together: {
38
+ TogetherAI: {
39
base_url: 'https://api.together.xyz/v1'
40
}
41
} satisfies Providers
0 commit comments