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