Spaces:
Running
Running
Create models.json
Browse files- models.json +152 -0
models.json
ADDED
@@ -0,0 +1,152 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"groq": {
|
3 |
+
"default": "llama3-8b-8192",
|
4 |
+
"models": {
|
5 |
+
"Llama 3 8B (Groq)": "llama3-8b-8192",
|
6 |
+
"Llama 3 70B (Groq)": "llama3-70b-8192",
|
7 |
+
"Mixtral 8x7B (Groq)": "mixtral-8x7b-32768",
|
8 |
+
"Gemma 7B (Groq)": "gemma-7b-it",
|
9 |
+
"Gemma 2 9B (Groq)": "gemma-2-9b-it",
|
10 |
+
"Llama 3.1 8B (Groq)": "llama-3.1-8b-instruct",
|
11 |
+
"Llama 3.1 70B (Groq)": "llama-3.1-70b-instruct",
|
12 |
+
"Qwen 2 7B (Groq)": "qwen-2-7b-instruct",
|
13 |
+
"Qwen 2 72B (Groq)": "qwen-2-72b-instruct",
|
14 |
+
"Mistral 7B Instruct v0.3 (Groq)": "mistral-7b-instruct-v0.3",
|
15 |
+
"Falcon 7B (Groq)": "falcon-7b-instruct",
|
16 |
+
"Falcon 40B (Groq)": "falcon-40b-instruct",
|
17 |
+
"Grok 1.5 Flash (Groq) $": "grok-1.5-flash",
|
18 |
+
"Grok 3 (Groq) $$": "grok-3",
|
19 |
+
"DeepSeek R-1 7B (Groq)": "deepseek-r-1-7b-instruct"
|
20 |
+
}
|
21 |
+
},
|
22 |
+
"openrouter": {
|
23 |
+
"default": "mistralai/mistral-7b-instruct:free",
|
24 |
+
"models": {
|
25 |
+
"Mistral 7B Instruct (Free/OpenRouter)": "mistralai/mistral-7b-instruct:free",
|
26 |
+
"Gemma 7B Instruct (Free/OpenRouter)": "google/gemma-7b-it:free",
|
27 |
+
"Llama 3 8B Instruct (Free/OpenRouter)": "meta-llama/llama-3-8b-instruct:free",
|
28 |
+
"Nous Llama 3 8B Instruct (OpenRouter)": "nousresearch/llama-3-8b-instruct",
|
29 |
+
"Mistral 7B Instruct v0.3 (OpenRouter)": "mistralai/mistral-7b-instruct-v0.3",
|
30 |
+
"Gemma 2 9B Instruct (OpenRouter)": "google/gemma-2-9b-it",
|
31 |
+
"Llama 3.1 8B Instruct (OpenRouter)": "meta-llama/llama-3.1-8b-instruct",
|
32 |
+
"Qwen 2 7B Instruct (OpenRouter)": "qwen/qwen-2-7b-instruct",
|
33 |
+
"Falcon 7B Instruct (OpenRouter)": "tiiuae/falcon-7b-instruct",
|
34 |
+
"DeepSeek R-1 7B (OpenRouter)": "deepseek/r-1-7b-instruct",
|
35 |
+
"Llama 3.1 70B Instruct (OpenRouter) $": "meta-llama/llama-3.1-70b-instruct",
|
36 |
+
"Mixtral 8x7B Instruct v0.1 (OpenRouter) $": "mistralai/mixtral-8x7b-instruct",
|
37 |
+
"Qwen 2 72B Instruct (OpenRouter) $": "qwen/qwen-2-72b-instruct",
|
38 |
+
"OpenAI GPT-4o mini (OpenRouter) $$": "openai/gpt-4o-mini",
|
39 |
+
"OpenAI GPT-4o (OpenRouter) $$$": "openai/gpt-4o",
|
40 |
+
"Claude 3.5 Sonnet (OpenRouter) $$$": "anthropic/claude-3.5-sonnet"
|
41 |
+
}
|
42 |
+
},
|
43 |
+
"togetherai": {
|
44 |
+
"default": "meta-llama/Llama-3-8b-chat-hf",
|
45 |
+
"models": {
|
46 |
+
"Llama 3 8B Chat (TogetherAI)": "meta-llama/Llama-3-8b-chat-hf",
|
47 |
+
"Gemma 7B Instruct (TogetherAI)": "google/gemma-7b-it",
|
48 |
+
"Mistral 7B Instruct v0.2 (TogetherAI)": "mistralai/Mistral-7B-Instruct-v0.2",
|
49 |
+
"Qwen 2 7B Chat (TogetherAI)": "qwen/Qwen-2-7B-Chat",
|
50 |
+
"Falcon 7B Instruct (TogetherAI)": "tiiuae/falcon-7b-instruct",
|
51 |
+
"DeepSeek R-1 7B (TogetherAI)": "deepseek/r-1-7b-instruct",
|
52 |
+
"Llama 3.1 8B Instruct (TogetherAI)": "meta-llama/Llama-3.1-8b-instruct",
|
53 |
+
"Gemma 2 9B Instruct (TogetherAI)": "google/gemma-2-9b-it",
|
54 |
+
"Llama 3 70B Chat (TogetherAI) $": "meta-llama/Llama-3-70b-chat-hf",
|
55 |
+
"Mixtral 8x7B Instruct (TogetherAI) $": "mistralai/Mixtral-8x7B-Instruct-v0.1",
|
56 |
+
"Qwen 2 72B Chat (TogetherAI) $": "qwen/Qwen-2-72B-Chat",
|
57 |
+
"Falcon 40B Instruct (TogetherAI) $": "tiiuae/falcon-40b-instruct",
|
58 |
+
"Llama 3.1 70B Instruct (TogetherAI) $$": "meta-llama/Llama-3.1-70b-instruct",
|
59 |
+
"Mistral 8x22B Instruct (TogetherAI) $$": "mistralai/Mixtral-8x22B-Instruct-v0.1",
|
60 |
+
"DeepSeek R-2 72B (TogetherAI) $$": "deepseek/r-2-72b-instruct",
|
61 |
+
"CodeLlama 34B Instruct (TogetherAI) $": "codellama/CodeLlama-34b-Instruct-hf"
|
62 |
+
}
|
63 |
+
},
|
64 |
+
"google": {
|
65 |
+
"default": "gemini-1.5-flash-latest",
|
66 |
+
"models": {
|
67 |
+
"Gemini 1.5 Flash (Latest)": "gemini-1.5-flash-latest",
|
68 |
+
"Gemini 1.0 Pro": "gemini-pro",
|
69 |
+
"Gemma 7B Instruct": "gemma-7b-it",
|
70 |
+
"Gemma 2 9B Instruct": "gemma-2-9b-it",
|
71 |
+
"CodeGemma 7B": "codegemma-7b",
|
72 |
+
"Gemini 1.5 Pro (Latest) $": "gemini-1.5-pro-latest",
|
73 |
+
"Gemini 1.5 Flash 8B $": "gemini-1.5-flash-8b",
|
74 |
+
"Gemini 1.0 Ultra $$": "gemini-ultra",
|
75 |
+
"Gemini 1.5 Pro Experimental $$": "gemini-1.5-pro-exp",
|
76 |
+
"Gemini 1.5 Flash Experimental $$": "gemini-1.5-flash-exp",
|
77 |
+
"Gemini 1.5 Pro Reasoning $$": "gemini-1.5-pro-reasoning",
|
78 |
+
"Gemini 1.5 Flash Reasoning $$": "gemini-1.5-flash-reasoning",
|
79 |
+
"Gemini 1.5 Pro Vision $$": "gemini-1.5-pro-vision",
|
80 |
+
"Gemini 1.5 Flash Vision $$": "gemini-1.5-flash-vision",
|
81 |
+
"CodeGemma 7B Instruct $$": "codegemma-7b-instruct"
|
82 |
+
}
|
83 |
+
},
|
84 |
+
"cohere": {
|
85 |
+
"default": "command-r",
|
86 |
+
"models": {
|
87 |
+
"Command Light (Cohere)": "command-light",
|
88 |
+
"Command (Cohere)": "command",
|
89 |
+
"Command R (Cohere)": "command-r",
|
90 |
+
"Command R+ (Cohere) $": "command-r-plus",
|
91 |
+
"Classify (Cohere) $": "classify",
|
92 |
+
"Embed English v3.0 (Cohere) $": "embed-english-v3.0",
|
93 |
+
"Embed Multilingual v3.0 (Cohere) $": "embed-multilingual-v3.0",
|
94 |
+
"Command Nightly (Cohere) $": "command-nightly",
|
95 |
+
"Command R 08-2024 (Cohere) $": "command-r-08-2024",
|
96 |
+
"Command R+ 08-2024 (Cohere) $$": "command-r-plus-08-2024",
|
97 |
+
"Embed English Light v3.0 (Cohere) $": "embed-english-light-v3.0",
|
98 |
+
"Embed Multilingual Light v3.0 (Cohere) $": "embed-multilingual-light-v3.0",
|
99 |
+
"Command R 03-2024 (Cohere) $": "command-r-03-2024",
|
100 |
+
"Command Light Nightly (Cohere) $": "command-light-nightly",
|
101 |
+
"Classify v2 (Cohere) $$": "classify-v2"
|
102 |
+
}
|
103 |
+
},
|
104 |
+
"huggingface": {
|
105 |
+
"default": "mistralai/Mistral-7B-Instruct-v0.2",
|
106 |
+
"models": {
|
107 |
+
"Mistral 7B Instruct v0.2 (HF Inf.)": "mistralai/Mistral-7B-Instruct-v0.2",
|
108 |
+
"Llama 3 8B Instruct (HF Inf.)": "meta-llama/Meta-Llama-3-8B-Instruct",
|
109 |
+
"Gemma 7B Instruct (HF Inf.)": "google/gemma-7b-it",
|
110 |
+
"Zephyr 7B Beta (HF Inf.)": "HuggingFaceH4/zephyr-7b-beta",
|
111 |
+
"Qwen 2 7B Instruct (HF Inf.)": "qwen/Qwen-2-7B-Instruct",
|
112 |
+
"Falcon 7B Instruct (HF Inf.)": "tiiuae/falcon-7b-instruct",
|
113 |
+
"Mixtral 8x7B Instruct (HF Inf.)": "mistralai/Mixtral-8x7B-Instruct-v0.1",
|
114 |
+
"Gemma 2 9B Instruct (HF Inf.)": "google/gemma-2-9b-it",
|
115 |
+
"Llama 3.1 8B Instruct (HF Inf.)": "meta-llama/Llama-3.1-8B-Instruct",
|
116 |
+
"DeepSeek R-1 7B (HF Inf.)": "deepseek/r-1-7b-instruct",
|
117 |
+
"Mistral 7B Instruct v0.3 (HF Inf.) $": "mistralai/Mistral-7B-Instruct-v0.3",
|
118 |
+
"Llama 3 70B Instruct (HF Inf.) $$": "meta-llama/Meta-Llama-3-70B-Instruct",
|
119 |
+
"Mixtral 8x22B Instruct (HF Inf.) $$": "mistralai/Mixtral-8x22B-Instruct-v0.1",
|
120 |
+
"Qwen 2 72B Instruct (HF Inf.) $$": "qwen/Qwen-2-72B-Instruct",
|
121 |
+
"Falcon 40B Instruct (HF Inf.) $$": "tiiuae/falcon-40b-instruct",
|
122 |
+
"CodeLlama 34B Instruct (HF Inf.) $": "codellama/CodeLlama-34b-Instruct-hf"
|
123 |
+
}
|
124 |
+
},
|
125 |
+
"openai": {
|
126 |
+
"default": "gpt-4o-mini",
|
127 |
+
"models": {
|
128 |
+
"GPT-3.5 Turbo (OpenAI)": "gpt-3.5-turbo",
|
129 |
+
"GPT-4o mini (OpenAI) $": "gpt-4o-mini",
|
130 |
+
"GPT-4 Turbo (OpenAI) $$": "gpt-4-turbo",
|
131 |
+
"GPT-4o (OpenAI) $$$": "gpt-4o",
|
132 |
+
"GPT-4 (OpenAI) $$$": "gpt-4",
|
133 |
+
"GPT-3.5 Turbo 0125 (OpenAI) $": "gpt-3.5-turbo-0125",
|
134 |
+
"GPT-4o 2024-05-13 (OpenAI) $$$": "gpt-4o-2024-05-13",
|
135 |
+
"GPT-4 Turbo Preview (OpenAI) $$": "gpt-4-turbo-preview",
|
136 |
+
"GPT-3.5 Turbo Instruct (OpenAI) $": "gpt-3.5-turbo-instruct",
|
137 |
+
"GPT-4 32k (OpenAI) $$$": "gpt-4-32k",
|
138 |
+
"GPT-4o mini 2024-07-18 (OpenAI) $": "gpt-4o-mini-2024-07-18",
|
139 |
+
"GPT-4 Vision Preview (OpenAI) $$$": "gpt-4-vision-preview",
|
140 |
+
"GPT-3.5 Turbo 1106 (OpenAI) $": "gpt-3.5-turbo-1106",
|
141 |
+
"GPT-4 0613 (OpenAI) $$$": "gpt-4-0613",
|
142 |
+
"GPT-4o 2024-08-08 (OpenAI) $$$": "gpt-4o-2024-08-08"
|
143 |
+
}
|
144 |
+
},
|
145 |
+
"xai": {
|
146 |
+
"default": "grok-1.5-flash",
|
147 |
+
"models": {
|
148 |
+
"Grok 1.5 Flash (xAI) $": "grok-1.5-flash",
|
149 |
+
"Grok 3 (xAI) $$": "grok-3"
|
150 |
+
}
|
151 |
+
}
|
152 |
+
}
|