@@ -3,22 +3,23 @@ import { LanguageModel } from 'ai';
33import { AiProvider } from '../providers' ;
44
55const togetherAiModels = [
6- 'meta-llama/Llama-3.3-70B-Instruct-Turbo' ,
7- 'meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo' ,
8- 'meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo' ,
9- 'meta-llama/Meta-Llama-3.1-405B-Instruct-Turbo' ,
10- 'meta-llama/Meta-Llama-3-70B-Instruct-Turbo' ,
11- 'nvidia/Llama-3.1-Nemotron-70B-Instruct-HF' ,
12- 'Qwen/Qwen2.5-Coder-32B-Instruct' ,
13- 'Qwen/QwQ-32B-Preview' ,
14- 'google/gemma-2-27b-it' ,
15- 'google/gemma-2-9b-it' ,
16- 'databricks/dbrx-instruct' ,
17- 'deepseek-ai/deepseek-llm-67b-chat' ,
6+ 'MiniMaxAI/MiniMax-M2.5' ,
7+ 'Qwen/Qwen3-235B-A22B-Instruct-2507-tput' ,
8+ 'Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8' ,
9+ 'Qwen/Qwen3-Coder-Next-FP8' ,
10+ 'Qwen/Qwen3-Next-80B-A3B-Instruct' ,
11+ 'Qwen/Qwen3.5-397B-A17B' ,
12+ 'deepseek-ai/DeepSeek-R1' ,
1813 'deepseek-ai/DeepSeek-V3' ,
19- 'mistralai/Mixtral-8x22B-Instruct-v0.1' ,
20- 'Qwen/Qwen2.5-72B-Instruct-Turbo' ,
21- 'Qwen/Qwen2-72B-Instruct' ,
14+ 'deepseek-ai/DeepSeek-V3-1' ,
15+ 'essentialai/Rnj-1-Instruct' ,
16+ 'meta-llama/Llama-3.3-70B-Instruct-Turbo' ,
17+ 'moonshotai/Kimi-K2-Instruct' ,
18+ 'moonshotai/Kimi-K2.5' ,
19+ 'openai/gpt-oss-120b' ,
20+ 'zai-org/GLM-4.6' ,
21+ 'zai-org/GLM-4.7' ,
22+ 'zai-org/GLM-5' ,
2223] ;
2324
2425function createLanguageModel ( params : {
0 commit comments