broadfield-dev commited on
Commit
bfde703
·
verified ·
1 Parent(s): 6b5f0c3

Create models.json

Browse files
Files changed (1) hide show
  1. models.json +161 -0
models.json ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "Llama 4 Maverick (OpenRouter)": "meta-llama/llama-4-maverick:free",
42
+ "Llama 4 Scout (OpenRouter)": "meta-llama/llama-4-scout:free",
43
+ "Kimi-VL-A3B-Thinking (OpenRouter)": "moonshotai/kimi-vl-a3b-thinking:free",
44
+ "Llama 3.1 Nemotron Nano 8B (OpenRouter)": "nvidia/llama-3.1-nemotron-nano-8b-v1:free",
45
+ "Gemini 2.5 Pro Exp 03-25 (OpenRouter)": "google/gemini-2.5-pro-exp-03-25:free",
46
+ "Mistral Small 3.1 24B Instruct (OpenRouter)": "mistralai/mistral-small-3.1-24b-instruct:free",
47
+ "DeepSeek V3 Base (OpenRouter)": "deepseek/deepseek-v3-base:free",
48
+ "Qwen2.5-VL-3B-Instruct (OpenRouter)": "qwen/qwen2.5-vl-3b-instruct:free"
49
+ }
50
+ },
51
+ "togetherai": {
52
+ "default": "meta-llama/Llama-3-8b-chat-hf",
53
+ "models": {
54
+ "Llama 3 8B Chat (TogetherAI)": "meta-llama/Llama-3-8b-chat-hf",
55
+ "Gemma 7B Instruct (TogetherAI)": "google/gemma-7b-it",
56
+ "Mistral 7B Instruct v0.2 (TogetherAI)": "mistralai/Mistral-7B-Instruct-v0.2",
57
+ "Qwen 2 7B Chat (TogetherAI)": "qwen/Qwen-2-7B-Chat",
58
+ "Falcon 7B Instruct (TogetherAI)": "tiiuae/falcon-7b-instruct",
59
+ "DeepSeek R-1 7B (TogetherAI)": "deepseek/r-1-7b-instruct",
60
+ "Llama 3.1 8B Instruct (TogetherAI)": "meta-llama/Llama-3.1-8b-instruct",
61
+ "Gemma 2 9B Instruct (TogetherAI)": "google/gemma-2-9b-it",
62
+ "Llama 3 70B Chat (TogetherAI) $": "meta-llama/Llama-3-70b-chat-hf",
63
+ "Mixtral 8x7B Instruct (TogetherAI) $": "mistralai/Mixtral-8x7B-Instruct-v0.1",
64
+ "Qwen 2 72B Chat (TogetherAI) $": "qwen/Qwen-2-72B-Chat",
65
+ "Falcon 40B Instruct (TogetherAI) $": "tiiuae/falcon-40b-instruct",
66
+ "Llama 3.1 70B Instruct (TogetherAI) $$": "meta-llama/Llama-3.1-70b-instruct",
67
+ "Mistral 8x22B Instruct (TogetherAI) $$": "mistralai/Mixtral-8x22B-Instruct-v0.1",
68
+ "DeepSeek R-2 72B (TogetherAI) $$": "deepseek/r-2-72b-instruct",
69
+ "CodeLlama 34B Instruct (TogetherAI) $": "codellama/CodeLlama-34b-Instruct-hf",
70
+ "Llama-Vision-Free (TogetherAI)": "meta-llama/Llama-Vision-Free"
71
+ }
72
+ },
73
+ "google": {
74
+ "default": "gemini-1.5-flash-latest",
75
+ "models": {
76
+ "Gemini 1.5 Flash (Latest)": "gemini-1.5-flash-latest",
77
+ "Gemini 1.0 Pro": "gemini-pro",
78
+ "Gemma 7B Instruct": "gemma-7b-it",
79
+ "Gemma 2 9B Instruct": "gemma-2-9b-it",
80
+ "CodeGemma 7B": "codegemma-7b",
81
+ "Gemini 1.5 Pro (Latest) $": "gemini-1.5-pro-latest",
82
+ "Gemini 1.5 Flash 8B $": "gemini-1.5-flash-8b",
83
+ "Gemini 1.0 Ultra $$": "gemini-ultra",
84
+ "Gemini 1.5 Pro Experimental $$": "gemini-1.5-pro-exp",
85
+ "Gemini 1.5 Flash Experimental $$": "gemini-1.5-flash-exp",
86
+ "Gemini 1.5 Pro Reasoning $$": "gemini-1.5-pro-reasoning",
87
+ "Gemini 1.5 Flash Reasoning $$": "gemini-1.5-flash-reasoning",
88
+ "Gemini 1.5 Pro Vision $$": "gemini-1.5-pro-vision",
89
+ "Gemini 1.5 Flash Vision $$": "gemini-1.5-flash-vision",
90
+ "CodeGemma 7B Instruct $$": "codegemma-7b-instruct"
91
+ }
92
+ },
93
+ "cohere": {
94
+ "default": "command-r",
95
+ "models": {
96
+ "Command Light (Cohere)": "command-light",
97
+ "Command (Cohere)": "command",
98
+ "Command R (Cohere)": "command-r",
99
+ "Command R+ (Cohere) $": "command-r-plus",
100
+ "Classify (Cohere) $": "classify",
101
+ "Embed English v3.0 (Cohere) $": "embed-english-v3.0",
102
+ "Embed Multilingual v3.0 (Cohere) $": "embed-multilingual-v3.0",
103
+ "Command Nightly (Cohere) $": "command-nightly",
104
+ "Command R 08-2024 (Cohere) $": "command-r-08-2024",
105
+ "Command R+ 08-2024 (Cohere) $$": "command-r-plus-08-2024",
106
+ "Embed English Light v3.0 (Cohere) $": "embed-english-light-v3.0",
107
+ "Embed Multilingual Light v3.0 (Cohere) $": "embed-multilingual-light-v3.0",
108
+ "Command R 03-2024 (Cohere) $": "command-r-03-2024",
109
+ "Command Light Nightly (Cohere) $": "command-light-nightly",
110
+ "Classify v2 (Cohere) $$": "classify-v2"
111
+ }
112
+ },
113
+ "huggingface": {
114
+ "default": "mistralai/Mistral-7B-Instruct-v0.2",
115
+ "models": {
116
+ "Mistral 7B Instruct v0.2 (HF Inf.)": "mistralai/Mistral-7B-Instruct-v0.2",
117
+ "Llama 3 8B Instruct (HF Inf.)": "meta-llama/Meta-Llama-3-8B-Instruct",
118
+ "Gemma 7B Instruct (HF Inf.)": "google/gemma-7b-it",
119
+ "Zephyr 7B Beta (HF Inf.)": "HuggingFaceH4/zephyr-7b-beta",
120
+ "Qwen 2 7B Instruct (HF Inf.)": "qwen/Qwen-2-7B-Instruct",
121
+ "Falcon 7B Instruct (HF Inf.)": "tiiuae/falcon-7b-instruct",
122
+ "Mixtral 8x7B Instruct (HF Inf.)": "mistralai/Mixtral-8x7B-Instruct-v0.1",
123
+ "Gemma 2 9B Instruct (HF Inf.)": "google/gemma-2-9b-it",
124
+ "Llama 3.1 8B Instruct (HF Inf.)": "meta-llama/Llama-3.1-8B-Instruct",
125
+ "DeepSeek R-1 7B (HF Inf.)": "deepseek/r-1-7b-instruct",
126
+ "Mistral 7B Instruct v0.3 (HF Inf.)": "mistralai/Mistral-7B-Instruct-v0.3",
127
+ "Llama 3 70B Instruct (HF Inf.)": "meta-llama/Meta-Llama-3-70B-Instruct",
128
+ "Mixtral 8x22B Instruct (HF Inf.)": "mistralai/Mixtral-8x22B-Instruct-v0.1",
129
+ "Qwen 2 72B Instruct (HF Inf.)": "qwen/Qwen-2-72B-Instruct",
130
+ "Falcon 40B Instruct (HF Inf.)": "tiiuae/falcon-40b-instruct",
131
+ "CodeLlama 34B Instruct (HF Inf.)": "codellama/CodeLlama-34b-Instruct-hf"
132
+ }
133
+ },
134
+ "openai": {
135
+ "default": "gpt-4o-mini",
136
+ "models": {
137
+ "GPT-3.5 Turbo (OpenAI)": "gpt-3.5-turbo",
138
+ "GPT-4o mini (OpenAI) $": "gpt-4o-mini",
139
+ "GPT-4 Turbo (OpenAI) $$": "gpt-4-turbo",
140
+ "GPT-4o (OpenAI) $$$": "gpt-4o",
141
+ "GPT-4 (OpenAI) $$$": "gpt-4",
142
+ "GPT-3.5 Turbo 0125 (OpenAI) $": "gpt-3.5-turbo-0125",
143
+ "GPT-4o 2024-05-13 (OpenAI) $$$": "gpt-4o-2024-05-13",
144
+ "GPT-4 Turbo Preview (OpenAI) $$": "gpt-4-turbo-preview",
145
+ "GPT-3.5 Turbo Instruct (OpenAI) $": "gpt-3.5-turbo-instruct",
146
+ "GPT-4 32k (OpenAI) $$$": "gpt-4-32k",
147
+ "GPT-4o mini 2024-07-18 (OpenAI) $": "gpt-4o-mini-2024-07-18",
148
+ "GPT-4 Vision Preview (OpenAI) $$$": "gpt-4-vision-preview",
149
+ "GPT-3.5 Turbo 1106 (OpenAI) $": "gpt-3.5-turbo-1106",
150
+ "GPT-4 0613 (OpenAI) $$$": "gpt-4-0613",
151
+ "GPT-4o 2024-08-08 (OpenAI) $$$": "gpt-4o-2024-08-08"
152
+ }
153
+ },
154
+ "xai": {
155
+ "default": "grok-3",
156
+ "models": {
157
+ "Grok 1.5 Flash (xAI) $": "grok-1.5-flash",
158
+ "Grok 3 (xAI)": "grok-3"
159
+ }
160
+ }
161
+ }