|
35 | 35 | "llama3.3:70b": "meta-llama/llama-3.3-70b-instruct",
|
36 | 36 | "llama3-groq-tool-use:8b": "llama3-groq-8b-8192-tool-use-preview",
|
37 | 37 | "llama3-groq-tool-use:70b": "llama3-groq-70b-8192-tool-use-preview",
|
| 38 | + "llama4:109b": "meta-llama/llama-4-scout", |
| 39 | + "llama4:400b": "meta-llama/llama-4-maverick", |
38 | 40 | "mistral:7b": "mistralai/mistral-7b-instruct",
|
39 | 41 | "mistral-large:123b": "mistralai/mistral-large",
|
40 | 42 | "mistral-small": "mistralai/mistral-small-24b-instruct-2501",
|
|
51 | 53 | "phi3:3.8b": "microsoft/phi-3-mini-128k-instruct",
|
52 | 54 | "phi3:14b": "microsoft/phi-3-medium-128k-instruct",
|
53 | 55 | "phi4:14b": "microsoft/phi-4",
|
| 56 | + "quasar": "openrouter/quasar-alpha", |
54 | 57 | "qwen:4b": "qwen/qwen-4b-chat",
|
55 | 58 | "qwen:7b": "qwen/qwen-7b-chat",
|
56 | 59 | "qwen:14b": "qwen/qwen-14b-chat",
|
|
98 | 101 | "apiModels": {
|
99 | 102 | "llama3:8b": "meta-llama/llama-3-8b-instruct:free",
|
100 | 103 | "llama3.1:8b": "meta-llama/llama-3.1-8b-instruct:free",
|
| 104 | + "llama4:109b": "meta-llama/llama-4-scout:free", |
| 105 | + "llama4:400b": "meta-llama/llama-4-maverick:free", |
101 | 106 | "mistral:7b": "mistralai/mistral-7b-instruct:free",
|
102 | 107 | "gemma:7b": "google/gemma-7b-it:free",
|
103 | 108 | "gemma2:9b": "google/gemma-2-9b-it:free",
|
|
186 | 191 | "llama3.1:70b": "llama-3.1-70b-versatile",
|
187 | 192 | "llama3.1:405b": "llama-3.1-405b-reasoning",
|
188 | 193 | "llama3.3:70b": "llama-3.3-70b-versatile",
|
| 194 | + "llama4:109b": "meta-llama/llama-4-scout-17b-16e-instruct", |
189 | 195 | "mixtral:8x7b": "mixtral-8x7b-32768",
|
190 | 196 | "mistral-saba:24b": "mistral-saba-24b",
|
191 | 197 | "deepseek-r1:70b": "deepseek-r1-distill-llama-70b",
|
|
0 commit comments