Skip to content

Commit b87642e

Browse files
NutlopeWauplin
andauthored
Add Mistral Small 3 to list of supported Together models (#1155)
Co-authored-by: Lucain <[email protected]>
1 parent 68b3290 commit b87642e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/inference/src/providers/together.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export const TOGETHER_SUPPORTED_MODEL_IDS: ProviderMapping<TogetherId> = {
3939
"meta-llama/Meta-Llama-3.1-8B-Instruct": "meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo-128K",
4040
"microsoft/WizardLM-2-8x22B": "microsoft/WizardLM-2-8x22B",
4141
"mistralai/Mistral-7B-Instruct-v0.3": "mistralai/Mistral-7B-Instruct-v0.3",
42+
"mistralai/Mistral-Small-24B-Instruct-2501": "mistralai/Mistral-Small-24B-Instruct-2501",
4243
"mistralai/Mixtral-8x22B-Instruct-v0.1": "mistralai/Mixtral-8x22B-Instruct-v0.1",
4344
"mistralai/Mixtral-8x7B-Instruct-v0.1": "mistralai/Mixtral-8x7B-Instruct-v0.1",
4445
"NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",

0 commit comments

Comments
 (0)