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 c17a753 commit 9ea1cafCopy full SHA for 9ea1caf
packages/inference/src/providers/sambanova.ts
@@ -7,7 +7,7 @@ type SambanovaId = string;
7
export const SAMBANOVA_SUPPORTED_MODEL_IDS: ProviderMapping<SambanovaId> = {
8
/** Chat completion / conversational */
9
conversational: {
10
- "deepseek-ai/DeepSeek-Distill-R1-Llama-70B": "DeepSeek-Distill-R1-Llama-70B",
+ "deepseek-ai/DeepSeek-R1-Distill-Llama-70B": "DeepSeek-R1-Distill-Llama-70B",
11
"Qwen/Qwen2.5-Coder-32B-Instruct": "Qwen2.5-Coder-32B-Instruct",
12
"Qwen/Qwen2.5-72B-Instruct": "Qwen2.5-72B-Instruct",
13
"Qwen/QwQ-32B-Preview": "QwQ-32B-Preview",
0 commit comments