Spaces:
Running
Running
Update models.json
Browse files- models.json +92 -65
models.json
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
{
|
2 |
"groq": {
|
3 |
"default": "llama3-8b-8192",
|
@@ -19,27 +20,57 @@
|
|
19 |
"DeepSeek R-1 7B (Groq)": "deepseek-r-1-7b-instruct"
|
20 |
}
|
21 |
},
|
22 |
-
|
23 |
-
"default": "
|
24 |
"models": {
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
}
|
41 |
},
|
42 |
-
|
43 |
"google": {
|
44 |
"default": "gemini-1.5-flash-latest",
|
45 |
"models": {
|
@@ -60,8 +91,47 @@
|
|
60 |
"CodeGemma 7B Instruct $$": "codegemma-7b-instruct"
|
61 |
}
|
62 |
},
|
63 |
-
|
64 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
"openai": {
|
66 |
"default": "gpt-4o-mini",
|
67 |
"models": {
|
@@ -82,54 +152,11 @@
|
|
82 |
"GPT-4o 2024-08-08 (OpenAI) $$$": "gpt-4o-2024-08-08"
|
83 |
}
|
84 |
},
|
85 |
-
"openrouter": {
|
86 |
-
"default": "mistralai/mistral-7b-instruct:free",
|
87 |
-
"models": {
|
88 |
-
"Mistral 7B Instruct (Free/OpenRouter)": "mistralai/mistral-7b-instruct:free",
|
89 |
-
"Gemma 7B Instruct (Free/OpenRouter)": "google/gemma-7b-it:free",
|
90 |
-
"Llama 3 8B Instruct (Free/OpenRouter)": "meta-llama/llama-3-8b-instruct:free",
|
91 |
-
"Nous Llama 3 8B Instruct (OpenRouter)": "nousresearch/llama-3-8b-instruct",
|
92 |
-
"Mistral 7B Instruct v0.3 (OpenRouter)": "mistralai/mistral-7b-instruct-v0.3",
|
93 |
-
"Gemma 2 9B Instruct (OpenRouter)": "google/gemma-2-9b-it",
|
94 |
-
"Llama 3.1 8B Instruct (OpenRouter)": "meta-llama/llama-3.1-8b-instruct",
|
95 |
-
"Qwen 2 7B Instruct (OpenRouter)": "qwen/qwen-2-7b-instruct",
|
96 |
-
"Falcon 7B Instruct (OpenRouter)": "tiiuae/falcon-7b-instruct",
|
97 |
-
"DeepSeek R-1 7B (OpenRouter)": "deepseek/r-1-7b-instruct",
|
98 |
-
"Llama 3.1 70B Instruct (OpenRouter) $": "meta-llama/llama-3.1-70b-instruct",
|
99 |
-
"Mixtral 8x7B Instruct v0.1 (OpenRouter) $": "mistralai/mixtral-8x7b-instruct",
|
100 |
-
"Qwen 2 72B Instruct (OpenRouter) $": "qwen/qwen-2-72b-instruct",
|
101 |
-
"OpenAI GPT-4o mini (OpenRouter) $$": "openai/gpt-4o-mini",
|
102 |
-
"OpenAI GPT-4o (OpenRouter) $$$": "openai/gpt-4o",
|
103 |
-
"Claude 3.5 Sonnet (OpenRouter) $$$": "anthropic/claude-3.5-sonnet"
|
104 |
-
}
|
105 |
-
},
|
106 |
-
"togetherai": {
|
107 |
-
"default": "meta-llama/Llama-3-8b-chat-hf",
|
108 |
-
"models": {
|
109 |
-
"Llama 3 8B Chat (TogetherAI)": "meta-llama/Llama-3-8b-chat-hf",
|
110 |
-
"Gemma 7B Instruct (TogetherAI)": "google/gemma-7b-it",
|
111 |
-
"Mistral 7B Instruct v0.2 (TogetherAI)": "mistralai/Mistral-7B-Instruct-v0.2",
|
112 |
-
"Qwen 2 7B Chat (TogetherAI)": "qwen/Qwen-2-7B-Chat",
|
113 |
-
"Falcon 7B Instruct (TogetherAI)": "tiiuae/falcon-7b-instruct",
|
114 |
-
"DeepSeek R-1 7B (TogetherAI)": "deepseek/r-1-7b-instruct",
|
115 |
-
"Llama 3.1 8B Instruct (TogetherAI)": "meta-llama/Llama-3.1-8b-instruct",
|
116 |
-
"Gemma 2 9B Instruct (TogetherAI)": "google/gemma-2-9b-it",
|
117 |
-
"Llama 3 70B Chat (TogetherAI) $": "meta-llama/Llama-3-70b-chat-hf",
|
118 |
-
"Mixtral 8x7B Instruct (TogetherAI) $": "mistralai/Mixtral-8x7B-Instruct-v0.1",
|
119 |
-
"Qwen 2 72B Chat (TogetherAI) $": "qwen/Qwen-2-72B-Chat",
|
120 |
-
"Falcon 40B Instruct (TogetherAI) $": "tiiuae/falcon-40b-instruct",
|
121 |
-
"Llama 3.1 70B Instruct (TogetherAI) $$": "meta-llama/Llama-3.1-70b-instruct",
|
122 |
-
"Mistral 8x22B Instruct (TogetherAI) $$": "mistralai/Mixtral-8x22B-Instruct-v0.1",
|
123 |
-
"DeepSeek R-2 72B (TogetherAI) $$": "deepseek/r-2-72b-instruct",
|
124 |
-
"CodeLlama 34B Instruct (TogetherAI) $": "codellama/CodeLlama-34b-Instruct-hf"
|
125 |
-
}
|
126 |
-
},
|
127 |
-
|
128 |
"xai": {
|
129 |
-
"default": "grok-
|
130 |
"models": {
|
131 |
"Grok 1.5 Flash (xAI) $": "grok-1.5-flash",
|
132 |
-
"Grok 3 (xAI)
|
133 |
}
|
134 |
}
|
135 |
}
|
|
|
1 |
+
json
|
2 |
{
|
3 |
"groq": {
|
4 |
"default": "llama3-8b-8192",
|
|
|
20 |
"DeepSeek R-1 7B (Groq)": "deepseek-r-1-7b-instruct"
|
21 |
}
|
22 |
},
|
23 |
+
"openrouter": {
|
24 |
+
"default": "mistralai/mistral-7b-instruct:free",
|
25 |
"models": {
|
26 |
+
"Mistral 7B Instruct (Free/OpenRouter)": "mistralai/mistral-7b-instruct:free",
|
27 |
+
"Gemma 7B Instruct (Free/OpenRouter)": "google/gemma-7b-it:free",
|
28 |
+
"Llama 3 8B Instruct (Free/OpenRouter)": "meta-llama/llama-3-8b-instruct:free",
|
29 |
+
"Nous Llama 3 8B Instruct (OpenRouter)": "nousresearch/llama-3-8b-instruct",
|
30 |
+
"Mistral 7B Instruct v0.3 (OpenRouter)": "mistralai/mistral-7b-instruct-v0.3",
|
31 |
+
"Gemma 2 9B Instruct (OpenRouter)": "google/gemma-2-9b-it",
|
32 |
+
"Llama 3.1 8B Instruct (OpenRouter)": "meta-llama/llama-3.1-8b-instruct",
|
33 |
+
"Qwen 2 7B Instruct (OpenRouter)": "qwen/qwen-2-7b-instruct",
|
34 |
+
"Falcon 7B Instruct (OpenRouter)": "tiiuae/falcon-7b-instruct",
|
35 |
+
"DeepSeek R-1 7B (OpenRouter)": "deepseek/r-1-7b-instruct",
|
36 |
+
"Llama 3.1 70B Instruct (OpenRouter) $": "meta-llama/llama-3.1-70b-instruct",
|
37 |
+
"Mixtral 8x7B Instruct v0.1 (OpenRouter) $": "mistralai/mixtral-8x7b-instruct",
|
38 |
+
"Qwen 2 72B Instruct (OpenRouter) $": "qwen/qwen-2-72b-instruct",
|
39 |
+
"OpenAI GPT-4o mini (OpenRouter) $$": "openai/gpt-4o-mini",
|
40 |
+
"OpenAI GPT-4o (OpenRouter) $$$": "openai/gpt-4o",
|
41 |
+
"Claude 3.5 Sonnet (OpenRouter) $$$": "anthropic/claude-3.5-sonnet",
|
42 |
+
"Llama 4 Maverick (OpenRouter)": "meta-llama/llama-4-maverick:free",
|
43 |
+
"Llama 4 Scout (OpenRouter)": "meta-llama/llama-4-scout:free",
|
44 |
+
"Kimi-VL-A3B-Thinking (OpenRouter)": "moonshotai/kimi-vl-a3b-thinking:free",
|
45 |
+
"Llama 3.1 Nemotron Nano 8B (OpenRouter)": "nvidia/llama-3.1-nemotron-nano-8b-v1:free",
|
46 |
+
"Gemini 2.5 Pro Exp 03-25 (OpenRouter)": "google/gemini-2.5-pro-exp-03-25:free",
|
47 |
+
"Mistral Small 3.1 24B Instruct (OpenRouter)": "mistralai/mistral-small-3.1-24b-instruct:free",
|
48 |
+
"DeepSeek V3 Base (OpenRouter)": "deepseek/deepseek-v3-base:free",
|
49 |
+
"Qwen2.5-VL-3B-Instruct (OpenRouter)": "qwen/qwen2.5-vl-3b-instruct:free"
|
50 |
+
}
|
51 |
+
},
|
52 |
+
"togetherai": {
|
53 |
+
"default": "meta-llama/Llama-3-8b-chat-hf",
|
54 |
+
"models": {
|
55 |
+
"Llama 3 8B Chat (TogetherAI)": "meta-llama/Llama-3-8b-chat-hf",
|
56 |
+
"Gemma 7B Instruct (TogetherAI)": "google/gemma-7b-it",
|
57 |
+
"Mistral 7B Instruct v0.2 (TogetherAI)": "mistralai/Mistral-7B-Instruct-v0.2",
|
58 |
+
"Qwen 2 7B Chat (TogetherAI)": "qwen/Qwen-2-7B-Chat",
|
59 |
+
"Falcon 7B Instruct (TogetherAI)": "tiiuae/falcon-7b-instruct",
|
60 |
+
"DeepSeek R-1 7B (TogetherAI)": "deepseek/r-1-7b-instruct",
|
61 |
+
"Llama 3.1 8B Instruct (TogetherAI)": "meta-llama/Llama-3.1-8b-instruct",
|
62 |
+
"Gemma 2 9B Instruct (TogetherAI)": "google/gemma-2-9b-it",
|
63 |
+
"Llama 3 70B Chat (TogetherAI) $": "meta-llama/Llama-3-70b-chat-hf",
|
64 |
+
"Mixtral 8x7B Instruct (TogetherAI) $": "mistralai/Mixtral-8x7B-Instruct-v0.1",
|
65 |
+
"Qwen 2 72B Chat (TogetherAI) $": "qwen/Qwen-2-72B-Chat",
|
66 |
+
"Falcon 40B Instruct (TogetherAI) $": "tiiuae/falcon-40b-instruct",
|
67 |
+
"Llama 3.1 70B Instruct (TogetherAI) $$": "meta-llama/Llama-3.1-70b-instruct",
|
68 |
+
"Mistral 8x22B Instruct (TogetherAI) $$": "mistralai/Mixtral-8x22B-Instruct-v0.1",
|
69 |
+
"DeepSeek R-2 72B (TogetherAI) $$": "deepseek/r-2-72b-instruct",
|
70 |
+
"CodeLlama 34B Instruct (TogetherAI) $": "codellama/CodeLlama-34b-Instruct-hf",
|
71 |
+
"Llama-Vision-Free (TogetherAI)": "meta-llama/Llama-Vision-Free"
|
72 |
}
|
73 |
},
|
|
|
74 |
"google": {
|
75 |
"default": "gemini-1.5-flash-latest",
|
76 |
"models": {
|
|
|
91 |
"CodeGemma 7B Instruct $$": "codegemma-7b-instruct"
|
92 |
}
|
93 |
},
|
94 |
+
"cohere": {
|
95 |
+
"default": "command-r",
|
96 |
+
"models": {
|
97 |
+
"Command Light (Cohere)": "command-light",
|
98 |
+
"Command (Cohere)": "command",
|
99 |
+
"Command R (Cohere)": "command-r",
|
100 |
+
"Command R+ (Cohere) $": "command-r-plus",
|
101 |
+
"Classify (Cohere) $": "classify",
|
102 |
+
"Embed English v3.0 (Cohere) $": "embed-english-v3.0",
|
103 |
+
"Embed Multilingual v3.0 (Cohere) $": "embed-multilingual-v3.0",
|
104 |
+
"Command Nightly (Cohere) $": "command-nightly",
|
105 |
+
"Command R 08-2024 (Cohere) $": "command-r-08-2024",
|
106 |
+
"Command R+ 08-2024 (Cohere) $$": "command-r-plus-08-2024",
|
107 |
+
"Embed English Light v3.0 (Cohere) $": "embed-english-light-v3.0",
|
108 |
+
"Embed Multilingual Light v3.0 (Cohere) $": "embed-multilingual-light-v3.0",
|
109 |
+
"Command R 03-2024 (Cohere) $": "command-r-03-2024",
|
110 |
+
"Command Light Nightly (Cohere) $": "command-light-nightly",
|
111 |
+
"Classify v2 (Cohere) $$": "classify-v2"
|
112 |
+
}
|
113 |
+
},
|
114 |
+
"huggingface": {
|
115 |
+
"default": "mistralai/Mistral-7B-Instruct-v0.2",
|
116 |
+
"models": {
|
117 |
+
"Mistral 7B Instruct v0.2 (HF Inf.)": "mistralai/Mistral-7B-Instruct-v0.2",
|
118 |
+
"Llama 3 8B Instruct (HF Inf.)": "meta-llama/Meta-Llama-3-8B-Instruct",
|
119 |
+
"Gemma 7B Instruct (HF Inf.)": "google/gemma-7b-it",
|
120 |
+
"Zephyr 7B Beta (HF Inf.)": "HuggingFaceH4/zephyr-7b-beta",
|
121 |
+
"Qwen 2 7B Instruct (HF Inf.)": "qwen/Qwen-2-7B-Instruct",
|
122 |
+
"Falcon 7B Instruct (HF Inf.)": "tiiuae/falcon-7b-instruct",
|
123 |
+
"Mixtral 8x7B Instruct (HF Inf.)": "mistralai/Mixtral-8x7B-Instruct-v0.1",
|
124 |
+
"Gemma 2 9B Instruct (HF Inf.)": "google/gemma-2-9b-it",
|
125 |
+
"Llama 3.1 8B Instruct (HF Inf.)": "meta-llama/Llama-3.1-8B-Instruct",
|
126 |
+
"DeepSeek R-1 7B (HF Inf.)": "deepseek/r-1-7b-instruct",
|
127 |
+
"Mistral 7B Instruct v0.3 (HF Inf.)": "mistralai/Mistral-7B-Instruct-v0.3",
|
128 |
+
"Llama 3 70B Instruct (HF Inf.)": "meta-llama/Meta-Llama-3-70B-Instruct",
|
129 |
+
"Mixtral 8x22B Instruct (HF Inf.)": "mistralai/Mixtral-8x22B-Instruct-v0.1",
|
130 |
+
"Qwen 2 72B Instruct (HF Inf.)": "qwen/Qwen-2-72B-Instruct",
|
131 |
+
"Falcon 40B Instruct (HF Inf.)": "tiiuae/falcon-40b-instruct",
|
132 |
+
"CodeLlama 34B Instruct (HF Inf.)": "codellama/CodeLlama-34b-Instruct-hf"
|
133 |
+
}
|
134 |
+
},
|
135 |
"openai": {
|
136 |
"default": "gpt-4o-mini",
|
137 |
"models": {
|
|
|
152 |
"GPT-4o 2024-08-08 (OpenAI) $$$": "gpt-4o-2024-08-08"
|
153 |
}
|
154 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
155 |
"xai": {
|
156 |
+
"default": "grok-3",
|
157 |
"models": {
|
158 |
"Grok 1.5 Flash (xAI) $": "grok-1.5-flash",
|
159 |
+
"Grok 3 (xAI)": "grok-3"
|
160 |
}
|
161 |
}
|
162 |
}
|