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 dd25c60 commit 6994a90Copy full SHA for 6994a90
packages/inference/src/providers/together.ts
@@ -21,6 +21,8 @@ export const TOGETHER_SUPPORTED_MODEL_IDS: ProviderMapping<TogetherId> = {
21
},
22
conversational: {
23
"databricks/dbrx-instruct": "databricks/dbrx-instruct",
24
+ "deepseek-ai/DeepSeek-R1": "deepseek-ai/DeepSeek-R1",
25
+ "deepseek-ai/DeepSeek-V3": "deepseek-ai/DeepSeek-V3",
26
"deepseek-ai/deepseek-llm-67b-chat": "deepseek-ai/deepseek-llm-67b-chat",
27
"google/gemma-2-9b-it": "google/gemma-2-9b-it",
28
"google/gemma-2b-it": "google/gemma-2-27b-it",
0 commit comments