@@ -3,44 +3,43 @@ import { LanguageModel } from 'ai';
33import { AiProvider } from '../providers' ;
44
55const deepInfraModels = [
6- 'meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8' ,
7- 'meta-llama/Llama-4-Scout-17B-16E-Instruct' ,
6+ 'cognitivecomputations/dolphin-2.9.1-llama-3-70b' ,
7+ 'deepseek-ai/DeepSeek-V3' ,
8+ 'google/gemma-2-27b-it' ,
9+ 'google/gemma-2-9b-it' ,
10+ 'Gryphe/MythoMax-L2-13b' ,
11+ 'Gryphe/MythoMax-L2-13b-turbo' ,
12+ 'HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1' ,
13+ 'lizpreciatior/lzlv_70b_fp16_hf' ,
14+ 'meta-llama/Llama-3.2-11B-Vision-Instruct' ,
15+ 'meta-llama/Llama-3.2-1B-Instruct' ,
16+ 'meta-llama/Llama-3.2-3B-Instruct' ,
17+ 'meta-llama/Llama-3.2-90B-Vision-Instruct' ,
818 'meta-llama/Llama-3.3-70B-Instruct' ,
919 'meta-llama/Llama-3.3-70B-Instruct-Turbo' ,
20+ 'meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8' ,
21+ 'meta-llama/Llama-4-Scout-17B-16E-Instruct' ,
22+ 'meta-llama/Meta-Llama-3.1-405B-Instruct' ,
1023 'meta-llama/Meta-Llama-3.1-70B-Instruct' ,
24+ 'meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo' ,
1125 'meta-llama/Meta-Llama-3.1-8B-Instruct' ,
12- 'meta-llama/Meta-Llama-3.1-405B-Instruct' ,
13- 'Qwen/QwQ-32B-Preview' ,
1426 'meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo' ,
15- 'meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo' ,
16- 'Qwen/Qwen2.5-Coder-32B-Instruct' ,
17- 'nvidia/Llama-3.1-Nemotron-70B-Instruct' ,
18- 'Qwen/Qwen2.5-72B-Instruct' ,
19- 'meta-llama/Llama-3.2-90B-Vision-Instruct' ,
20- 'meta-llama/Llama-3.2-11B-Vision-Instruct' ,
2127 'microsoft/WizardLM-2-8x22B' ,
22- 'Gryphe/MythoMax-L2-13b' ,
23- 'Gryphe/MythoMax-L2-13b-turbo' ,
24- 'HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1' ,
28+ 'mistralai/Mistral-7B-Instruct-v0.3' ,
29+ 'mistralai/Mistral-Nemo-Instruct-2407' ,
2530 'NousResearch/Hermes-3-Llama-3.1-405B' ,
31+ 'nvidia/Llama-3.1-Nemotron-70B-Instruct' ,
32+ 'nvidia/Nemotron-4-340B-Instruct' ,
2633 'Qwen/Qwen2-72B-Instruct' ,
2734 'Qwen/Qwen2-7B-Instruct' ,
35+ 'Qwen/Qwen2.5-72B-Instruct' ,
2836 'Qwen/Qwen2.5-7B-Instruct' ,
37+ 'Qwen/Qwen2.5-Coder-32B-Instruct' ,
2938 'Qwen/Qwen2.5-Coder-7B' ,
39+ 'Qwen/QwQ-32B-Preview' ,
3040 'Sao10K/L3-70B-Euryale-v2.1' ,
3141 'Sao10K/L3-8B-Lunaris-v1' ,
3242 'Sao10K/L3.1-70B-Euryale-v2.2' ,
33- 'cognitivecomputations/dolphin-2.9.1-llama-3-70b' ,
34- 'deepseek-ai/DeepSeek-V3' ,
35- 'google/gemma-2-27b-it' ,
36- 'google/gemma-2-9b-it' ,
37- 'lizpreciatior/lzlv_70b_fp16_hf' ,
38- 'mattshumer/Reflection-Llama-3.1-70B' ,
39- 'meta-llama/Llama-3.2-1B-Instruct' ,
40- 'meta-llama/Llama-3.2-3B-Instruct' ,
41- 'mistralai/Mistral-7B-Instruct-v0.3' ,
42- 'mistralai/Mistral-Nemo-Instruct-2407' ,
43- 'nvidia/Nemotron-4-340B-Instruct' ,
4443] ;
4544
4645function createLanguageModel ( params : {
0 commit comments