-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathmodels.csv
More file actions
We can make this file beautiful and searchable if this error is corrected: It looks like row 4 should actually have 17 columns, instead of 18 in line 3.
463 lines (463 loc) · 114 KB
/
Copy pathmodels.csv
File metadata and controls
463 lines (463 loc) · 114 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
provider_key,provider_label,icon_key,api_format,base_url,model_id,model_name,reasoning,vision,context_window,max_tokens,input_cost,output_cost,cached_read_cost,cached_write_cost,tag,description
openai-codex,OpenAI Codex (ChatGPT subscription),openai,openai-codex-responses,https://chatgpt.com/backend-api,gpt-5.6-sol,GPT-5.6 Sol,TRUE,FALSE,400000,128000,0,0,0,0,coding,Included with ChatGPT subscription
bedrock,Amazon Bedrock,bedrock,bedrock-converse-stream,https://bedrock-runtime.us-east-1.amazonaws.com,us.anthropic.claude-opus-4-6-v1:0,Claude Opus 4.6 (Bedrock),TRUE,TRUE,200000,128000,,,,,,
anthropic,Anthropic,anthropic,anthropic-messages,https://api.anthropic.com/,claude-opus-4-6,Claude Opus 4.6,TRUE,TRUE,200000,128000,5,25,0.5,6.25,flagship,Most capable — deep reasoning, complex tasks
anthropic,Anthropic,anthropic,anthropic-messages,https://api.anthropic.com/,claude-sonnet-4-6,Claude Sonnet 4.6,TRUE,TRUE,200000,64000,3,15,0.3,3.75,balanced,Fast & capable — ideal default
anthropic,Anthropic,anthropic,anthropic-messages,https://api.anthropic.com/,claude-haiku-4-5,Claude Haiku 4.5,TRUE,TRUE,200000,64000,1,5,0.1,1.25,speed,Fastest responses — high-volume, low-latency
openai,OpenAI,openai,openai-responses,https://api.openai.com/,gpt-5.2,GPT-5.2,TRUE,TRUE,400000,128000,1.75,14,0.175,
openai,OpenAI,openai,openai-responses,https://api.openai.com/,gpt-5-mini,GPT-5 mini,TRUE,TRUE,400000,128000,0.25,2,0.025,
openai,OpenAI,openai,openai-responses,https://api.openai.com/,gpt-5-nano,GPT-5 nano,TRUE,TRUE,400000,128000,0.05,0.4,0.005,
cloudflare-ai-gateway,Cloudflare AI Gateway,,,https://gateway.ai.cloudflare.com/v1,cloudflare-ai-gateway/claude-sonnet-4-5,Claude Sonnet 4 5,TRUE,TRUE,,,,,,
huggingface,Hugging Face (Inference),huggingface,openai-completions,,deepseek-ai/DeepSeek-R1,DeepSeek R1,FALSE,FALSE,,,,,,
huggingface,Hugging Face (Inference),huggingface,openai-completions,,deepseek-ai/DeepSeek-V3.2,DeepSeek V3.2,FALSE,FALSE,,,,,,
huggingface,Hugging Face (Inference),huggingface,openai-completions,,Qwen/Qwen3-8B,Qwen3 8B,FALSE,FALSE,,,,,,
huggingface,Hugging Face (Inference),huggingface,openai-completions,,Qwen/Qwen2.5-7B-Instruct,Qwen2.5 7B Instruct,FALSE,FALSE,,,,,,
huggingface,Hugging Face (Inference),huggingface,openai-completions,,Qwen/Qwen3-32B,Qwen3 32B,FALSE,FALSE,,,,,,
huggingface,Hugging Face (Inference),huggingface,openai-completions,,meta-llama/Llama-3.3-70B-Instruct,Llama 3.3 70B Instruct,FALSE,FALSE,,,,,,
huggingface,Hugging Face (Inference),huggingface,openai-completions,,meta-llama/Llama-3.1-8B-Instruct,Llama 3.1 8B Instruct,FALSE,FALSE,,,,,,
huggingface,Hugging Face (Inference),huggingface,openai-completions,,openai/gpt-oss-120b,GPT-OSS 120B,FALSE,FALSE,,,,,,
huggingface,Hugging Face (Inference),huggingface,openai-completions,,zai-org/GLM-4.7,GLM 4.7,FALSE,FALSE,,,,,,
huggingface,Hugging Face (Inference),huggingface,openai-completions,,moonshotai/Kimi-K2.5,Kimi K2.5,FALSE,FALSE,,,,,,
kilocode,Kilocode,,openai-completions,https://api.kilo.ai/api/gateway,kilocode/anthropic/claude-opus-4.6,Claude Opus 4.6,FALSE,FALSE,,,,,,
kilocode,Kilocode,,openai-completions,https://api.kilo.ai/api/gateway,kilocode/z-ai/glm-5:free,Glm 5:Free,FALSE,FALSE,,,,,,
kilocode,Kilocode,,openai-completions,https://api.kilo.ai/api/gateway,kilocode/minimax/minimax-m2.5:free,Minimax M2.5:Free,FALSE,FALSE,,,,,,
kilocode,Kilocode,,openai-completions,https://api.kilo.ai/api/gateway,kilocode/anthropic/claude-sonnet-4.5,Claude Sonnet 4.5,FALSE,FALSE,,,,,,
kilocode,Kilocode,,openai-completions,https://api.kilo.ai/api/gateway,kilocode/openai/gpt-5.2,Gpt 5.2,FALSE,FALSE,,,,,,
kilocode,Kilocode,,openai-completions,https://api.kilo.ai/api/gateway,kilocode/google/gemini-3-pro-preview,Gemini 3 Pro Preview,FALSE,FALSE,,,,,,
kilocode,Kilocode,,openai-completions,https://api.kilo.ai/api/gateway,kilocode/google/gemini-3-flash-preview,Gemini 3 Flash Preview,FALSE,FALSE,,,,,,
kilocode,Kilocode,,openai-completions,https://api.kilo.ai/api/gateway,kilocode/x-ai/grok-code-fast-1,Grok Code Fast 1,FALSE,FALSE,,,,,,
kilocode,Kilocode,,openai-completions,https://api.kilo.ai/api/gateway,kilocode/moonshotai/kimi-k2.5,Kimi K2.5,FALSE,FALSE,,,,,,
litellm,LiteLLM (unified gateway),,openai-completions,http://localhost:4000,claude-opus-4-6,Claude Opus 4.6,TRUE,TRUE,200000,64000,,,,
litellm,LiteLLM (unified gateway),,openai-completions,http://localhost:4000,gpt-4o,GPT-4o,FALSE,TRUE,128000,8192,,,,
minimax,MiniMax,minimax,anthropic-messages,https://api.minimax.io/anthropic,MiniMax-M2.5,MiniMax M2.5,TRUE,FALSE,200000,8192,,,,
minimax,MiniMax,minimax,anthropic-messages,https://api.minimax.io/anthropic,MiniMax-M2.5-highspeed,MiniMax M2.5 Highspeed,TRUE,FALSE,200000,8192,,,,
mistral,Mistral,,,,mistral/mistral-large-latest,Mistral Large Latest,FALSE,FALSE,,,,,,
moonshot,Moonshot AI,moonshot,openai-completions,https://api.moonshot.ai/v1,kimi-k2.5,Kimi K2.5,TRUE,FALSE,262144,8192,0.6,3,0.1,
moonshot,Moonshot AI,moonshot,openai-completions,https://api.moonshot.ai/v1,kimi-k2-0905-preview,Kimi K2 0905 Preview,FALSE,FALSE,262144,8192,0.6,2.5,0.15,
moonshot,Moonshot AI,moonshot,openai-completions,https://api.moonshot.ai/v1,kimi-k2-turbo-preview,Kimi K2 Turbo,FALSE,FALSE,262144,8192,1.15,8,0.15,
moonshot,Moonshot AI,moonshot,openai-completions,https://api.moonshot.ai/v1,kimi-k2-thinking,Kimi K2 Thinking,TRUE,FALSE,262144,8192,0.6,2.5,0.15,
moonshot,Moonshot AI,moonshot,openai-completions,https://api.moonshot.ai/v1,kimi-k2-thinking-turbo,Kimi K2 Thinking Turbo,TRUE,FALSE,262144,8192,1.15,8,0.15,
nvidia,NVIDIA,nvidia,openai-completions,https://integrate.api.nvidia.com/v1,nvidia/llama-3.1-nemotron-70b-instruct,Llama 3.1 Nemotron 70B Instruct,FALSE,FALSE,,,,,,
nvidia,NVIDIA,nvidia,openai-completions,https://integrate.api.nvidia.com/v1,meta/llama-3.3-70b-instruct,Llama 3.3 70B Instruct,FALSE,FALSE,,,,,,
nvidia,NVIDIA,nvidia,openai-completions,https://integrate.api.nvidia.com/v1,nvidia/mistral-nemo-minitron-8b-8k-instruct,Mistral Nemo Minitron 8B 8K Instruct,FALSE,FALSE,,,,,,
ollama,Ollama,ollama,ollama,http://ollama-host:11434,gpt-oss:20b,GPT-OSS 20B,FALSE,FALSE,8192,8192,,,,
opencode,OpenCode Zen,,,,OPENCODE_ZEN_API_KEY,Opencode Zen Api Key,FALSE,FALSE,,,,,,
qwen,Qwen,qwen,,https://portal.qwen.ai/v1,qwen-portal/coder-model,Coder Model,FALSE,FALSE,,,,,,
qwen,Qwen,qwen,,https://portal.qwen.ai/v1,qwen-portal/vision-model,Vision Model,FALSE,FALSE,,,,,,
together,Together AI,togetherai,openai-completions,,together/moonshotai/Kimi-K2.5,Kimi K2 5,FALSE,FALSE,,,,,,
vercel-ai-gateway,Vercel AI Gateway,,,,vercel-ai-gateway/claude-opus-4.6,Claude Opus 4.6,FALSE,FALSE,,,,,,
vercel-ai-gateway,Vercel AI Gateway,,,,vercel-ai-gateway/opus-4.6,Opus 4.6,FALSE,FALSE,,,,,,
venice,Venice AI,,openai-completions,https://api.venice.ai/api/v1,llama-3.3-70b,Llama 3.3 70B,FALSE,FALSE,131000,,,,,
venice,Venice AI,,openai-completions,https://api.venice.ai/api/v1,claude-opus-45,Claude Opus 4.5,FALSE,FALSE,202000,,,,,
venice,Venice AI,,openai-completions,https://api.venice.ai/api/v1,qwen3-coder-480b-a35b-instruct,Qwen3 Coder 480B,FALSE,FALSE,262000,,,,,
venice,Venice AI,,openai-completions,https://api.venice.ai/api/v1,qwen3-vl-235b-a22b,Qwen3 VL 235B,FALSE,FALSE,262000,,,,,
venice,Venice AI,,openai-completions,https://api.venice.ai/api/v1,venice-uncensored,Venice Uncensored,FALSE,FALSE,32000,,,,,
venice,Venice AI,,openai-completions,https://api.venice.ai/api/v1,qwen3-4b,Venice Small (Qwen3 4B),FALSE,FALSE,32000,,,,,
venice,Venice AI,,openai-completions,https://api.venice.ai/api/v1,deepseek-v3.2,DeepSeek V3.2,FALSE,FALSE,163000,,,,,
venice,Venice AI,,openai-completions,https://api.venice.ai/api/v1,llama-3.2-3b,Llama 3.2 3B,FALSE,FALSE,131000,,,,,
venice,Venice AI,,openai-completions,https://api.venice.ai/api/v1,hermes-3-llama-3.1-405b,Hermes 3 Llama 3.1 405B,FALSE,FALSE,131000,,,,,
venice,Venice AI,,openai-completions,https://api.venice.ai/api/v1,qwen3-235b-a22b-thinking-2507,Qwen3 235B Thinking,FALSE,FALSE,131000,,,,,
venice,Venice AI,,openai-completions,https://api.venice.ai/api/v1,qwen3-235b-a22b-instruct-2507,Qwen3 235B Instruct,FALSE,FALSE,131000,,,,,
venice,Venice AI,,openai-completions,https://api.venice.ai/api/v1,qwen3-next-80b,Qwen3 Next 80B,FALSE,FALSE,262000,,,,,
venice,Venice AI,,openai-completions,https://api.venice.ai/api/v1,mistral-31-24b,Venice Medium (Mistral),FALSE,FALSE,131000,,,,,
venice,Venice AI,,openai-completions,https://api.venice.ai/api/v1,google-gemma-3-27b-it,Gemma 3 27B Instruct,FALSE,FALSE,202000,,,,,
venice,Venice AI,,openai-completions,https://api.venice.ai/api/v1,openai-gpt-oss-120b,OpenAI GPT OSS 120B,FALSE,FALSE,131000,,,,,
venice,Venice AI,,openai-completions,https://api.venice.ai/api/v1,zai-org-glm-4.7,GLM 4.7,FALSE,FALSE,202000,,,,,
venice,Venice AI,,openai-completions,https://api.venice.ai/api/v1,claude-sonnet-45,Claude Sonnet 4.5,FALSE,FALSE,202000,,,,,
venice,Venice AI,,openai-completions,https://api.venice.ai/api/v1,openai-gpt-52,GPT-5.2,FALSE,FALSE,262000,,,,,
venice,Venice AI,,openai-completions,https://api.venice.ai/api/v1,openai-gpt-52-codex,GPT-5.2 Codex,FALSE,FALSE,262000,,,,,
venice,Venice AI,,openai-completions,https://api.venice.ai/api/v1,gemini-3-pro-preview,Gemini 3 Pro,FALSE,FALSE,202000,,,,,
venice,Venice AI,,openai-completions,https://api.venice.ai/api/v1,gemini-3-flash-preview,Gemini 3 Flash,FALSE,FALSE,262000,,,,,
venice,Venice AI,,openai-completions,https://api.venice.ai/api/v1,grok-41-fast,Grok 4.1 Fast,FALSE,FALSE,262000,,,,,
venice,Venice AI,,openai-completions,https://api.venice.ai/api/v1,grok-code-fast-1,Grok Code Fast 1,FALSE,FALSE,262000,,,,,
venice,Venice AI,,openai-completions,https://api.venice.ai/api/v1,kimi-k2-thinking,Kimi K2 Thinking,FALSE,FALSE,262000,,,,,
venice,Venice AI,,openai-completions,https://api.venice.ai/api/v1,minimax-m21,MiniMax M2.5,FALSE,FALSE,202000,,,,,
vllm,vLLM,,openai-completions,http://127.0.0.1:8000/v1,your-model-id,Local vLLM Model,FALSE,FALSE,128000,8192,,,,
xiaomi,Xiaomi MiMo,,anthropic-messages,https://api.xiaomimimo.com/anthropic,mimo-v2-flash,Xiaomi MiMo V2 Flash,FALSE,FALSE,262144,8192,,,,
zai,Z.AI,zai,openai-completions,https://api.z.ai/api/paas/v4,glm-5.2,GLM-5.2,TRUE,FALSE,1000000,131072,1.4,4.4,0.26,,flagship,
zai,Z.AI,zai,openai-completions,https://api.z.ai/api/paas/v4,glm-5.1,GLM-5.1,TRUE,FALSE,202000,131072,1.4,4.4,0.26,,,
zai,Z.AI,zai,openai-completions,https://api.z.ai/api/paas/v4,glm-5,GLM-5,TRUE,FALSE,202000,131072,1,3.2,0.2,,,
zai,Z.AI,zai,openai-completions,https://api.z.ai/api/paas/v4,glm-5-turbo,GLM-5 Turbo,TRUE,FALSE,202000,131072,1.2,4,0.24,,speed,
zai,Z.AI,zai,openai-completions,https://api.z.ai/api/paas/v4,glm-5v-turbo,GLM-5V Turbo,TRUE,TRUE,202000,131072,1.2,4,0.24,,vision,
zai,Z.AI,zai,openai-completions,https://api.z.ai/api/paas/v4,glm-4.7,GLM-4.7,TRUE,FALSE,204000,,,,,,balanced,
zai,Z.AI,zai,openai-completions,https://api.z.ai/api/paas/v4,glm-4.7-flash,GLM-4.7 Flash,TRUE,FALSE,200000,,,,,,speed,
zai,Z.AI,zai,openai-completions,https://api.z.ai/api/paas/v4,glm-4.7-flashx,GLM-4.7 FlashX,TRUE,FALSE,200000,,,,,,speed,
zai,Z.AI,zai,openai-completions,https://api.z.ai/api/paas/v4,glm-4.6,GLM-4.6,TRUE,FALSE,204000,,,,,,,
zai,Z.AI,zai,openai-completions,https://api.z.ai/api/paas/v4,glm-4.6v,GLM-4.6V,TRUE,TRUE,128000,,,,,,vision,
zai,Z.AI,zai,openai-completions,https://api.z.ai/api/paas/v4,glm-4.5,GLM-4.5,TRUE,FALSE,131000,,,,,,,
zai,Z.AI,zai,openai-completions,https://api.z.ai/api/paas/v4,glm-4.5-air,GLM-4.5 Air,TRUE,FALSE,131000,,,,,,,
zai,Z.AI,zai,openai-completions,https://api.z.ai/api/paas/v4,glm-4.5-flash,GLM-4.5 Flash,TRUE,FALSE,131000,,,,,,speed,
zai,Z.AI,zai,openai-completions,https://api.z.ai/api/paas/v4,glm-4.5v,GLM-4.5V,TRUE,TRUE,64000,,,,,,vision,
zai-coding,Z.AI (Coding Plan),zai,openai-completions,https://api.z.ai/api/coding/paas/v4,glm-5.2,GLM-5.2,TRUE,FALSE,1000000,131072,,,,,flagship,
zai-coding,Z.AI (Coding Plan),zai,openai-completions,https://api.z.ai/api/coding/paas/v4,glm-5.1,GLM-5.1,TRUE,FALSE,202000,131072,,,,,,
zai-coding,Z.AI (Coding Plan),zai,openai-completions,https://api.z.ai/api/coding/paas/v4,glm-5,GLM-5,TRUE,FALSE,202000,131072,,,,,,
zai-coding,Z.AI (Coding Plan),zai,openai-completions,https://api.z.ai/api/coding/paas/v4,glm-5-turbo,GLM-5 Turbo,TRUE,FALSE,202000,131072,,,,,speed,
zai-coding,Z.AI (Coding Plan),zai,openai-completions,https://api.z.ai/api/coding/paas/v4,glm-5v-turbo,GLM-5V Turbo,TRUE,TRUE,202000,131072,,,,,vision,
zai-coding,Z.AI (Coding Plan),zai,openai-completions,https://api.z.ai/api/coding/paas/v4,glm-4.7,GLM-4.7,TRUE,FALSE,204000,,,,,,balanced,
zai-coding,Z.AI (Coding Plan),zai,openai-completions,https://api.z.ai/api/coding/paas/v4,glm-4.7-flash,GLM-4.7 Flash,TRUE,FALSE,200000,,,,,,speed,
zai-coding,Z.AI (Coding Plan),zai,openai-completions,https://api.z.ai/api/coding/paas/v4,glm-4.7-flashx,GLM-4.7 FlashX,TRUE,FALSE,200000,,,,,,speed,
zai-coding,Z.AI (Coding Plan),zai,openai-completions,https://api.z.ai/api/coding/paas/v4,glm-4.6,GLM-4.6,TRUE,FALSE,204000,,,,,,,
zai-coding,Z.AI (Coding Plan),zai,openai-completions,https://api.z.ai/api/coding/paas/v4,glm-4.6v,GLM-4.6V,TRUE,TRUE,128000,,,,,,vision,
zai-coding,Z.AI (Coding Plan),zai,openai-completions,https://api.z.ai/api/coding/paas/v4,glm-4.5,GLM-4.5,TRUE,FALSE,131000,,,,,,,
zai-coding,Z.AI (Coding Plan),zai,openai-completions,https://api.z.ai/api/coding/paas/v4,glm-4.5-air,GLM-4.5 Air,TRUE,FALSE,131000,,,,,,,
zai-coding,Z.AI (Coding Plan),zai,openai-completions,https://api.z.ai/api/coding/paas/v4,glm-4.5-flash,GLM-4.5 Flash,TRUE,FALSE,131000,,,,,,speed,
zai-coding,Z.AI (Coding Plan),zai,openai-completions,https://api.z.ai/api/coding/paas/v4,glm-4.5v,GLM-4.5V,TRUE,TRUE,64000,,,,,,vision,
deepgram,Deepgram,,,,tools.media.audio.providerOptions.deepgram.detect_language,Tools.Media.Audio.Provideroptions.Deepgram.Detect Language,FALSE,FALSE,,,,,,
deepgram,Deepgram,,,,tools.media.audio.providerOptions.deepgram.smart_format,Tools.Media.Audio.Provideroptions.Deepgram.Smart Format,FALSE,FALSE,,,,,,
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,google/gemini-3.5-flash,Google: Gemini 3.5 Flash,TRUE,TRUE,1048576,65536,1.5,9,0.15,0.0833333,,"Gemini 3.5 Flash is Google's high-efficiency multimodal model, bringing near-Pro level coding and reasoning at Flash-tier cost and speed."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,anthropic/claude-opus-4.7-fast,Anthropic: Claude Opus 4.7 (Fast),TRUE,TRUE,1000000,128000,30,150,3,37.5,,Fast-mode variant of [Opus 4.7](/anthropic/claude-opus-4.7) - identical capabilities with higher output speed at premium 6x pricing.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,perceptron/perceptron-mk1,Perceptron: Perceptron Mk1,TRUE,TRUE,32768,8192,0.15,1.5,,,,Perceptron Mk1 (Mark One) is Perceptron's highest-quality vision-language model for video and embodied reasoning.** It accepts image and vid
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,inclusionai/ring-2.6-1t,inclusionAI: Ring-2.6-1T,TRUE,FALSE,262144,65536,0.075,0.625,0.015,,,"Ring-2.6-1T is a 1T-parameter-scale thinking model with 63B active parameters, built for real-world agent workflows that require both strong"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,google/gemini-3.1-flash-lite,Google: Gemini 3.1 Flash Lite,TRUE,TRUE,1048576,65536,0.25,1.5,0.025,0.0833333,,"Gemini 3.1 Flash Lite is Google’s GA high-efficiency multimodal model optimized for low-latency, high-volume workloads."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,baidu/cobuddy:free,Baidu Qianfan: CoBuddy (free),TRUE,FALSE,131072,65536,,,,,,"CoBuddy is a code generation model from Baidu, optimized for coding tasks and AI Agent workflows."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-chat-latest,OpenAI: GPT Chat Latest,FALSE,TRUE,400000,128000,5,30,0.5,,,GPT Chat Latest points to OpenAI's stable API alias `chat-latest` that always resolves to the latest Instant chat model used in ChatGPT.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,x-ai/grok-4.3,xAI: Grok 4.3,TRUE,TRUE,1000000,,1.25,2.5,0.2,,,Grok 4.3 is a reasoning model from xAI.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,ibm-granite/granite-4.1-8b,IBM: Granite 4.1 8B,FALSE,FALSE,131072,131072,0.05,0.1,0.05,,,"Granite 4.1 8B is a dense, decoder-only 8-billion-parameter language model from IBM, part of the Granite 4.1 family."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,mistralai/mistral-medium-3-5,Mistral: Mistral Medium 3.5,TRUE,TRUE,262144,,1.5,7.5,,,,Mistral Medium 3.5 is a dense 128B instruction-following model from Mistral AI.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openrouter/owl-alpha,Owl Alpha,FALSE,FALSE,1048756,262144,,,,,,Owl Alpha is a high-performance foundation model designed for agentic workloads.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free,NVIDIA: Nemotron 3 Nano Omni (free),TRUE,TRUE,256000,65536,,,,,,NVIDIA Nemotron™ 3 Nano Omni is a 30B-A3B open multimodal model designed to function as a perception and context sub-agent in enterprise age
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,poolside/laguna-xs.2:free,Poolside: Laguna XS.2 (free),TRUE,FALSE,131072,8192,,,,,,"Laguna XS.2 is the second-generation model in the XS size class from [Poolside](https://poolside.ai), their efficient coding agent series."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,poolside/laguna-m.1:free,Poolside: Laguna M.1 (free),TRUE,FALSE,131072,8192,,,,,,"Laguna M.1 is the flagship coding agent model from [Poolside](https://poolside.ai), optimized for complex software engineering tasks."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,~anthropic/claude-haiku-latest,Anthropic Claude Haiku Latest,TRUE,TRUE,200000,64000,1,5,0.1,1.25,,This model always redirects to the latest model in the Anthropic Claude Haiku family.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,~openai/gpt-mini-latest,OpenAI GPT Mini Latest,TRUE,TRUE,400000,128000,0.75,4.5,0.075,,,This model always redirects to the latest model in the OpenAI GPT Mini family.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,~google/gemini-pro-latest,Google Gemini Pro Latest,TRUE,TRUE,1048576,65536,2,12,0.2,0.375,,This model always redirects to the latest model in the Google Gemini Pro family.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,~moonshotai/kimi-latest,MoonshotAI Kimi Latest,TRUE,TRUE,262144,262142,0.73,3.49,0.25,,,This model always redirects to the latest model in the MoonshotAI Kimi family.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,~google/gemini-flash-latest,Google Gemini Flash Latest,TRUE,TRUE,1048576,65536,1.5,9,0.15,0.0833333,,This model always redirects to the latest model in the Google Gemini Flash family.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,~anthropic/claude-sonnet-latest,Anthropic Claude Sonnet Latest,TRUE,TRUE,1000000,128000,3,15,0.3,3.75,,This model always redirects to the latest model in the Anthropic Claude Sonnet family.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,~openai/gpt-latest,OpenAI GPT Latest,TRUE,TRUE,1050000,128000,5,30,0.5,,,This model always redirects to the latest model in the OpenAI GPT family.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3.5-plus-20260420,Qwen: Qwen3.5 Plus 2026-04-20,TRUE,TRUE,1000000,65536,0.3,1.8,,,,Qwen3.5 Plus (April 2026) is a large-scale multimodal language model from Alibaba.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3.6-flash,Qwen: Qwen3.6 Flash,TRUE,TRUE,1000000,65536,0.1875,1.125,,0.234375,,"Qwen3.6 Flash is a fast, efficient language model from Alibaba's Qwen 3.6 series."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3.6-35b-a3b,Qwen: Qwen3.6 35B A3B,TRUE,TRUE,262144,262144,0.15,1,0.05,,,Qwen3.6-35B-A3B is an open-weight multimodal model from Alibaba Cloud with 35 billion total parameters and 3 billion active parameters per t
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3.6-max-preview,Qwen: Qwen3.6 Max Preview,TRUE,FALSE,262144,65536,1.04,6.24,,1.3,,Qwen3.6-Max-Preview is a proprietary frontier model from Alibaba Cloud built on a sparse mixture-of-experts architecture with approximately
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3.6-27b,Qwen: Qwen3.6 27B,TRUE,TRUE,262144,81920,0.32,3.2,,,,"Qwen3.6 27B is a dense 27-billion-parameter language model from the Qwen Team at Alibaba, released in April 2026."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-5.5-pro,OpenAI: GPT-5.5 Pro,TRUE,TRUE,1050000,128000,30,180,,,,"GPT-5.5 Pro is OpenAI’s high-capability model optimized for deep reasoning and accuracy on complex, high-stakes workloads."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-5.5,OpenAI: GPT-5.5,TRUE,TRUE,1050000,128000,5,30,0.5,,,"GPT-5.5 is OpenAI’s frontier model designed for complex professional workloads, building on GPT-5.4 with stronger reasoning, higher reliabil"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,deepseek/deepseek-v4-pro,DeepSeek: DeepSeek V4 Pro,TRUE,FALSE,1048576,384000,0.435,0.87,0.003625,,,"DeepSeek V4 Pro is a large-scale Mixture-of-Experts model from DeepSeek with 1.6T total parameters and 49B activated parameters, supporting "
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,deepseek/deepseek-v4-flash:free,DeepSeek: DeepSeek V4 Flash (free),TRUE,FALSE,1048576,384000,,,,,,"DeepSeek V4 Flash is an efficiency-optimized Mixture-of-Experts model from DeepSeek with 284B total parameters and 13B activated parameters,"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,deepseek/deepseek-v4-flash,DeepSeek: DeepSeek V4 Flash,TRUE,FALSE,1048576,,0.112,0.224,0.022,,,"DeepSeek V4 Flash is an efficiency-optimized Mixture-of-Experts model from DeepSeek with 284B total parameters and 13B activated parameters,"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,inclusionai/ling-2.6-1t,inclusionAI: Ling-2.6-1T,FALSE,FALSE,262144,32768,0.3,2.5,0.06,,,"Ling-2.6-1T is an instant (instruct) model from inclusionAI and the company’s trillion-parameter flagship, designed for real-world agents th"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,tencent/hy3-preview,Tencent: Hy3 preview,TRUE,FALSE,262144,262144,0.066,0.26,0.029,,,Hy3 preview is a high-efficiency Mixture-of-Experts model from Tencent designed for agentic workflows and production use.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,xiaomi/mimo-v2.5-pro,Xiaomi: MiMo-V2.5-Pro,TRUE,FALSE,1048576,16384,1,3,0.2,,,"MiMo-V2.5-Pro is Xiaomi’s flagship model, delivering strong performance in general agentic capabilities, complex software engineering, and l"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,xiaomi/mimo-v2.5,Xiaomi: MiMo-V2.5,TRUE,TRUE,1048576,131072,0.4,2,0.08,,,MiMo-V2.5 is a native omnimodal model by Xiaomi.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-5.4-image-2,OpenAI: GPT-5.4 Image 2,TRUE,TRUE,272000,128000,8,15,2,,,[GPT-5.4](https://openrouter.ai/openai/gpt-5.4) Image 2 combines OpenAI's GPT-5.4 model with state-of-the-art image generation capabilities
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,inclusionai/ling-2.6-flash,inclusionAI: Ling-2.6-flash,FALSE,FALSE,262144,32768,0.01,0.03,0.002,,,"Ling-2.6-flash is an instant (instruct) model from inclusionAI with 104B total parameters and 7.4B active parameters, designed for real-worl"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,~anthropic/claude-opus-latest,Anthropic: Claude Opus Latest,TRUE,TRUE,1000000,128000,5,25,0.5,6.25,,This model always redirects to the latest model in the Claude Opus family.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openrouter/pareto-code,Pareto Code Router,FALSE,FALSE,2000000,,-1e+06,-1e+06,,,,"The Pareto Router maintains a tiered shortlist of strong coding models, ranked by [Artificial Analysis](https://artificialanalysis.ai/) codi"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,baidu/qianfan-ocr-fast,Baidu: Qianfan-OCR-Fast,TRUE,TRUE,65536,28672,0.68,2.81,,,,Qianfan-OCR-Fast is a domain-specific multimodal large model purpose-built for OCR.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,moonshotai/kimi-k2.6,MoonshotAI: Kimi K2.6,TRUE,TRUE,262144,262142,0.73,3.49,0.25,,,"Kimi K2.6 is Moonshot AI's next-generation multimodal model, designed for long-horizon coding, coding-driven UI/UX generation, and multi-age"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,anthropic/claude-opus-4.7,Anthropic: Claude Opus 4.7,TRUE,TRUE,1000000,128000,5,25,0.5,6.25,,"Opus 4.7 is the next generation of Anthropic's Opus family, built for long-running, asynchronous agents."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,anthropic/claude-opus-4.6-fast,Anthropic: Claude Opus 4.6 (Fast),TRUE,TRUE,1000000,128000,30,150,3,37.5,,Fast-mode variant of [Opus 4.6](/anthropic/claude-opus-4.6) - identical capabilities with higher output speed at premium 6x pricing.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,z-ai/glm-5.1,Z.ai: GLM 5.1,TRUE,FALSE,202800,202800,,,,,,"GLM-5.1 delivers a major leap in coding capability, with particularly significant gains in handling long-horizon tasks."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,google/gemma-4-26b-a4b-it:free,Google: Gemma 4 26B A4B (free),TRUE,TRUE,262144,32768,,,,,,Gemma 4 26B A4B IT is an instruction-tuned Mixture-of-Experts (MoE) model from Google DeepMind.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,google/gemma-4-26b-a4b-it,Google: Gemma 4 26B A4B ,TRUE,TRUE,262144,,0.06,0.33,,,,Gemma 4 26B A4B IT is an instruction-tuned Mixture-of-Experts (MoE) model from Google DeepMind.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,google/gemma-4-31b-it:free,Google: Gemma 4 31B (free),TRUE,TRUE,262144,32768,,,,,,Gemma 4 31B Instruct is Google DeepMind's 30.7B dense multimodal model supporting text and image input with text output.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,google/gemma-4-31b-it,Google: Gemma 4 31B,TRUE,TRUE,262144,16384,0.12,0.37,,,,Gemma 4 31B Instruct is Google DeepMind's 30.7B dense multimodal model supporting text and image input with text output.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3.6-plus,Qwen: Qwen3.6 Plus,TRUE,TRUE,1000000,65536,0.325,1.95,,0.40625,,"Qwen 3.6 Plus builds on a hybrid architecture that combines efficient linear attention with sparse mixture-of-experts routing, enabling stro"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,z-ai/glm-5v-turbo,Z.ai: GLM 5V Turbo,TRUE,TRUE,202752,131072,1.2,4,0.24,,,"GLM-5V-Turbo is Z.ai’s first native multimodal agent foundation model, built for vision-based coding and agent-driven tasks."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,arcee-ai/trinity-large-thinking:free,Arcee AI: Trinity Large Thinking (free),TRUE,FALSE,262144,80000,,,,,,Trinity Large Thinking is a powerful open source reasoning model from the team at Arcee AI.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,arcee-ai/trinity-large-thinking,Arcee AI: Trinity Large Thinking,TRUE,FALSE,262144,262144,0.22,0.85,0.06,,,Trinity Large Thinking is a powerful open source reasoning model from the team at Arcee AI.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,x-ai/grok-4.20-multi-agent,xAI: Grok 4.20 Multi-Agent,TRUE,TRUE,2000000,,2,6,0.2,,,"Grok 4.20 Multi-Agent is a variant of xAI’s Grok 4.20 designed for collaborative, agent-based workflows."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,x-ai/grok-4.20,xAI: Grok 4.20,TRUE,TRUE,2000000,,1.25,2.5,0.2,,,Grok 4.20 is a reasoning model from xAI with industry-leading speed and agentic tool calling capabilities.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,google/lyria-3-pro-preview,Google: Lyria 3 Pro Preview,FALSE,TRUE,1048576,65536,,,,,,Full-length songs are priced at $0.08 per song.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,google/lyria-3-clip-preview,Google: Lyria 3 Clip Preview,FALSE,TRUE,1048576,65536,,,,,,30 second duration clips are priced at $0.04 per clip.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,kwaipilot/kat-coder-pro-v2,Kwaipilot: KAT-Coder-Pro V2,FALSE,FALSE,256000,80000,0.3,1.2,0.06,,,"KAT-Coder-Pro V2 is the latest high-performance model in KwaiKAT’s KAT-Coder series, designed for complex enterprise-grade software engineer"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,rekaai/reka-edge,Reka Edge,FALSE,TRUE,16384,16384,0.1,0.1,,,,Reka Edge is an extremely efficient 7B multimodal vision-language model that accepts image/video+text inputs and generates text outputs.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,xiaomi/mimo-v2-omni,Xiaomi: MiMo-V2-Omni,TRUE,TRUE,262144,65536,0.4,2,0.08,,,"MiMo-V2-Omni is a frontier omni-modal model that natively processes image, video, and audio inputs within a unified architecture."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,xiaomi/mimo-v2-pro,Xiaomi: MiMo-V2-Pro,TRUE,FALSE,1048576,131072,1,3,0.2,,,"MiMo-V2-Pro is Xiaomi's flagship foundation model, featuring over 1T total parameters and a 1M context length, deeply optimized for agentic "
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,minimax/minimax-m2.7,MiniMax: MiniMax M2.7,TRUE,FALSE,204800,131072,0.279,1.2,,,,"MiniMax-M2.7 is a next-generation large language model designed for autonomous, real-world productivity and continuous improvement."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-5.4-nano,OpenAI: GPT-5.4 Nano,TRUE,TRUE,400000,128000,0.2,1.25,0.02,,,"GPT-5.4 nano is the most lightweight and cost-efficient variant of the GPT-5.4 family, optimized for speed-critical and high-volume tasks."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-5.4-mini,OpenAI: GPT-5.4 Mini,TRUE,TRUE,400000,128000,0.75,4.5,0.075,,,"GPT-5.4 mini brings the core capabilities of GPT-5.4 to a faster, more efficient model optimized for high-throughput workloads."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,mistralai/mistral-small-2603,Mistral: Mistral Small 4,TRUE,TRUE,262144,,0.15,0.6,0.015,,,"Mistral Small 4 is the next major release in the Mistral Small family, unifying the capabilities of several flagship Mistral models into a s"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,z-ai/glm-5-turbo,Z.ai: GLM 5 Turbo,TRUE,FALSE,202752,131072,1.2,4,0.24,,,GLM-5 Turbo is a new model from Z.ai designed for fast inference and strong performance in agent-driven environments such as OpenClaw scenar
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,nvidia/nemotron-3-super-120b-a12b:free,NVIDIA: Nemotron 3 Super (free),TRUE,FALSE,1000000,262144,,,,,,"NVIDIA Nemotron 3 Super is a 120B-parameter open hybrid MoE model, activating just 12B parameters for maximum compute efficiency and accurac"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,nvidia/nemotron-3-super-120b-a12b,NVIDIA: Nemotron 3 Super,TRUE,FALSE,1000000,,0.09,0.45,,,,"NVIDIA Nemotron 3 Super is a 120B-parameter open hybrid MoE model, activating just 12B parameters for maximum compute efficiency and accurac"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,bytedance-seed/seed-2.0-lite,ByteDance Seed: Seed-2.0-Lite,TRUE,TRUE,262144,131072,0.25,2,,,,"Seed-2.0-Lite is a versatile, cost‑efficient enterprise workhorse that delivers strong multimodal and agent capabilities while offering noti"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3.5-9b,Qwen: Qwen3.5-9B,TRUE,TRUE,262144,81920,0.04,0.15,,,,"Qwen3.5-9B is a multimodal foundation model from the Qwen3.5 family, designed to deliver strong reasoning, coding, and visual understanding "
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-5.4-pro,OpenAI: GPT-5.4 Pro,TRUE,TRUE,1050000,128000,30,180,,,,"GPT-5.4 Pro is OpenAI's most advanced model, building on GPT-5.4's unified architecture with enhanced reasoning capabilities for complex, hi"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-5.4,OpenAI: GPT-5.4,TRUE,TRUE,1050000,128000,2.5,15,0.25,,,"GPT-5.4 is OpenAI’s latest frontier model, unifying the Codex and GPT lines into a single system."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,inception/mercury-2,Inception: Mercury 2,TRUE,FALSE,128000,50000,0.25,0.75,0.025,,,"Mercury 2 is an extremely fast reasoning LLM, and the first reasoning diffusion LLM (dLLM)."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-5.3-chat,OpenAI: GPT-5.3 Chat,FALSE,TRUE,128000,16384,1.75,14,0.175,,,"GPT-5.3 Chat is an update to ChatGPT's most-used model that makes everyday conversations smoother, more useful, and more directly helpful."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,google/gemini-3.1-flash-lite-preview,Google: Gemini 3.1 Flash Lite Preview,TRUE,TRUE,1048576,65536,0.25,1.5,0.025,0.0833333,,Gemini 3.1 Flash Lite Preview is Google's high-efficiency model optimized for high-volume use cases.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,bytedance-seed/seed-2.0-mini,ByteDance Seed: Seed-2.0-Mini,TRUE,TRUE,262144,131072,0.1,0.4,,,,"Seed-2.0-mini targets latency-sensitive, high-concurrency, and cost-sensitive scenarios, emphasizing fast response and flexible inference de"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,google/gemini-3.1-flash-image-preview,Google: Nano Banana 2 (Gemini 3.1 Flash Image Preview),TRUE,TRUE,131072,65536,0.5,3,,,,"Gemini 3.1 Flash Image Preview, a.k.a."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3.5-35b-a3b,Qwen: Qwen3.5-35B-A3B,TRUE,TRUE,262144,,0.139,1,,,,The Qwen3.5 Series 35B-A3B is a native vision-language model designed with a hybrid architecture that integrates linear attention mechanisms
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3.5-27b,Qwen: Qwen3.5-27B,TRUE,TRUE,262144,65536,0.195,1.56,,,,"The Qwen3.5 27B native vision-language Dense model incorporates a linear attention mechanism, delivering fast response times while balancing"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3.5-122b-a10b,Qwen: Qwen3.5-122B-A10B,TRUE,TRUE,262144,65536,0.26,2.08,,,,The Qwen3.5 122B-A10B native vision-language model is built on a hybrid architecture that integrates a linear attention mechanism with a spa
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3.5-flash-02-23,Qwen: Qwen3.5-Flash,TRUE,TRUE,1000000,65536,0.065,0.26,,0.08125,,The Qwen3.5 native vision-language Flash models are built on a hybrid architecture that integrates a linear attention mechanism with a spars
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,liquid/lfm-2-24b-a2b,LiquidAI: LFM2-24B-A2B,FALSE,FALSE,128000,,0.03,0.12,,,,LFM2-24B-A2B is the largest model in the LFM2 family of hybrid architectures designed for efficient on-device deployment.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,google/gemini-3.1-pro-preview-customtools,Google: Gemini 3.1 Pro Preview Custom Tools,TRUE,TRUE,1048756,65536,2,12,0.2,0.375,,Gemini 3.1 Pro Preview Custom Tools is a variant of Gemini 3.1 Pro that improves tool selection behavior by preventing overuse of a general
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-5.3-codex,OpenAI: GPT-5.3-Codex,TRUE,TRUE,400000,128000,1.75,14,0.175,,,"GPT-5.3-Codex is OpenAI’s most advanced agentic coding model, combining the frontier software engineering performance of GPT-5.2-Codex with "
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,aion-labs/aion-2.0,AionLabs: Aion-2.0,TRUE,FALSE,131072,32768,0.8,1.6,0.2,,,Aion-2.0 is a variant of DeepSeek V3.2 optimized for immersive roleplaying and storytelling.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,google/gemini-3.1-pro-preview,Google: Gemini 3.1 Pro Preview,TRUE,TRUE,1048576,65536,2,12,0.2,0.375,,"Gemini 3.1 Pro Preview is Google’s frontier reasoning model, delivering enhanced software engineering performance, improved agentic reliabil"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,anthropic/claude-sonnet-4.6,Anthropic: Claude Sonnet 4.6,TRUE,TRUE,1000000,128000,3,15,0.3,3.75,,"Sonnet 4.6 is Anthropic's most capable Sonnet-class model yet, with frontier performance across coding, agents, and professional work."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3.5-plus-02-15,Qwen: Qwen3.5 Plus 2026-02-15,TRUE,TRUE,1000000,65536,0.26,1.56,,0.325,,The Qwen3.5 native vision-language series Plus models are built on a hybrid architecture that integrates linear attention mechanisms with sp
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3.5-397b-a17b,Qwen: Qwen3.5 397B A17B,TRUE,TRUE,262144,65536,0.39,2.34,0.195,,,The Qwen3.5 series 397B-A17B native vision-language model is built on a hybrid architecture that integrates a linear attention mechanism wit
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,minimax/minimax-m2.5:free,MiniMax: MiniMax M2.5 (free),TRUE,FALSE,204800,8192,,,,,,MiniMax-M2.5 is a SOTA large language model designed for real-world productivity.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,minimax/minimax-m2.5,MiniMax: MiniMax M2.5,TRUE,FALSE,204800,196608,0.15,1.15,,,,MiniMax-M2.5 is a SOTA large language model designed for real-world productivity.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,z-ai/glm-5,Z.ai: GLM 5,TRUE,FALSE,202752,,0.6,1.92,0.12,,,GLM-5 is Z.ai’s flagship open-source foundation model engineered for complex systems design and long-horizon agent workflows.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3-max-thinking,Qwen: Qwen3 Max Thinking,TRUE,FALSE,262144,32768,0.78,3.9,,,,"Qwen3-Max-Thinking is the flagship reasoning model in the Qwen3 series, designed for high-stakes cognitive tasks that require deep, multi-st"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,anthropic/claude-opus-4.6,Anthropic: Claude Opus 4.6,TRUE,TRUE,1000000,128000,5,25,0.5,6.25,,Opus 4.6 is Anthropic’s strongest model for coding and long-running professional tasks.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3-coder-next,Qwen: Qwen3 Coder Next,FALSE,FALSE,262144,262144,0.11,0.8,0.07,,,Qwen3-Coder-Next is an open-weight causal language model optimized for coding agents and local development workflows.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openrouter/free,Free Models Router,TRUE,TRUE,200000,,,,,,,The simplest way to get free inference.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,stepfun/step-3.5-flash,StepFun: Step 3.5 Flash,TRUE,FALSE,262144,65536,0.1,0.3,,,,Step 3.5 Flash is StepFun's most capable open-source foundation model.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,arcee-ai/trinity-large-preview,Arcee AI: Trinity Large Preview,FALSE,FALSE,131000,,0.15,0.45,,,,"Trinity-Large-Preview is a frontier-scale open-weight language model from Arcee, built as a 400B-parameter sparse Mixture-of-Experts with 13"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,moonshotai/kimi-k2.5,MoonshotAI: Kimi K2.5,TRUE,TRUE,262144,262144,0.4,1.9,0.09,,,"Kimi K2.5 is Moonshot AI's native multimodal model, delivering state-of-the-art visual coding capability and a self-directed agent swarm par"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,upstage/solar-pro-3,Upstage: Solar Pro 3,TRUE,FALSE,128000,,0.15,0.6,0.015,,,Solar Pro 3 is Upstage's powerful Mixture-of-Experts (MoE) language model.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,minimax/minimax-m2-her,MiniMax: MiniMax M2-her,FALSE,FALSE,65536,2048,0.3,1.2,0.03,,,"MiniMax M2-her is a dialogue-first large language model built for immersive roleplay, character-driven chat, and expressive multi-turn conve"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,writer/palmyra-x5,Writer: Palmyra X5,FALSE,FALSE,1040000,8192,0.6,6,,,,"Palmyra X5 is Writer's most advanced model, purpose-built for building and scaling AI agents across the enterprise."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,liquid/lfm-2.5-1.2b-thinking:free,LiquidAI: LFM2.5-1.2B-Thinking (free),TRUE,FALSE,32768,,,,,,,"LFM2.5-1.2B-Thinking is a lightweight reasoning-focused model optimized for agentic tasks, data extraction, and RAG—while still running comf"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,liquid/lfm-2.5-1.2b-instruct:free,LiquidAI: LFM2.5-1.2B-Instruct (free),FALSE,FALSE,32768,,,,,,,"LFM2.5-1.2B-Instruct is a compact, high-performance instruction-tuned model built for fast on-device AI."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-audio,OpenAI: GPT Audio,FALSE,FALSE,128000,16384,2.5,10,,,,The gpt-audio model is OpenAI's first generally available audio model.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-audio-mini,OpenAI: GPT Audio Mini,FALSE,FALSE,128000,16384,0.6,2.4,,,,A cost-efficient version of GPT Audio.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,z-ai/glm-4.7-flash,Z.ai: GLM 4.7 Flash,TRUE,FALSE,202752,16384,0.06,0.4,0.01,,,"As a 30B-class SOTA model, GLM-4.7-Flash offers a new option that balances performance and efficiency."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-5.2-codex,OpenAI: GPT-5.2-Codex,TRUE,TRUE,400000,128000,1.75,14,0.175,,,GPT-5.2-Codex is an upgraded version of GPT-5.1-Codex optimized for software engineering and coding workflows.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,bytedance-seed/seed-1.6-flash,ByteDance Seed: Seed 1.6 Flash,TRUE,TRUE,262144,32768,0.075,0.3,,,,"Seed 1.6 Flash is an ultra-fast multimodal deep thinking model by ByteDance Seed, supporting both text and visual understanding."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,bytedance-seed/seed-1.6,ByteDance Seed: Seed 1.6,TRUE,TRUE,262144,32768,0.25,2,,,,Seed 1.6 is a general-purpose model released by the ByteDance Seed team.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,minimax/minimax-m2.1,MiniMax: MiniMax M2.1,TRUE,FALSE,204800,196608,0.29,0.95,0.03,,,"MiniMax-M2.1 is a lightweight, state-of-the-art large language model optimized for coding, agentic workflows, and modern application develop"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,z-ai/glm-4.7,Z.ai: GLM 4.7,TRUE,FALSE,202752,131072,0.4,1.75,0.08,,,"GLM-4.7 is Z.ai’s latest flagship model, featuring upgrades in two key areas: enhanced programming capabilities and more stable multi-step r"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,google/gemini-3-flash-preview,Google: Gemini 3 Flash Preview,TRUE,TRUE,1048576,65536,0.5,3,0.05,0.0833333,,"Gemini 3 Flash Preview is a high speed, high value thinking model designed for agentic workflows, multi turn chat, and coding assistance."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,xiaomi/mimo-v2-flash,Xiaomi: MiMo-V2-Flash,TRUE,FALSE,262144,65536,0.1,0.3,0.01,,,MiMo-V2-Flash is an open-source foundation language model developed by Xiaomi.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,nvidia/nemotron-3-nano-30b-a3b:free,NVIDIA: Nemotron 3 Nano 30B A3B (free),TRUE,FALSE,256000,,,,,,,NVIDIA Nemotron 3 Nano 30B A3B is a small language MoE model with highest compute efficiency and accuracy for developers to build specialize
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,nvidia/nemotron-3-nano-30b-a3b,NVIDIA: Nemotron 3 Nano 30B A3B,TRUE,FALSE,262144,228000,0.05,0.2,,,,NVIDIA Nemotron 3 Nano 30B A3B is a small language MoE model with highest compute efficiency and accuracy for developers to build specialize
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-5.2-chat,OpenAI: GPT-5.2 Chat,FALSE,TRUE,128000,32000,1.75,14,0.175,,,"GPT-5.2 Chat (AKA Instant) is the fast, lightweight member of the 5.2 family, optimized for low-latency chat while retaining strong general "
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-5.2-pro,OpenAI: GPT-5.2 Pro,TRUE,TRUE,400000,128000,21,168,,,,"GPT-5.2 Pro is OpenAI’s most advanced model, offering major improvements in agentic coding and long context performance over GPT-5 Pro."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-5.2,OpenAI: GPT-5.2,TRUE,TRUE,400000,128000,1.75,14,0.175,,,"GPT-5.2 is the latest frontier-grade model in the GPT-5 series, offering stronger agentic and long context perfomance compared to GPT-5.1."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,mistralai/devstral-2512,Mistral: Devstral 2 2512,FALSE,FALSE,262144,,0.4,2,0.04,,,Devstral 2 is a state-of-the-art open-source model by Mistral AI specializing in agentic coding.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,relace/relace-search,Relace: Relace Search,FALSE,FALSE,256000,128000,1,3,,,,The relace-search model uses 4-12 `view_file` and `grep` tools in parallel to explore a codebase and return relevant files to the user reque
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,z-ai/glm-4.6v,Z.ai: GLM 4.6V,TRUE,TRUE,131072,24000,0.3,0.9,0.05,,,"GLM-4.6V is a large multimodal model designed for high-fidelity visual understanding and long-context reasoning across images, documents, an"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,nex-agi/deepseek-v3.1-nex-n1,Nex AGI: DeepSeek V3.1 Nex N1,FALSE,FALSE,131072,163840,0.135,0.5,,,,"DeepSeek V3.1 Nex-N1 is the flagship release of the Nex-N1 series — a post-trained model designed to highlight agent autonomy, tool use, and"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,essentialai/rnj-1-instruct,EssentialAI: Rnj 1 Instruct,FALSE,FALSE,32768,,0.15,0.15,,,,"Rnj-1 is an 8B-parameter, dense, open-weight model family developed by Essential AI and trained from scratch with a focus on programming, ma"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openrouter/bodybuilder,Body Builder (beta),FALSE,FALSE,128000,,-1e+06,-1e+06,,,,Transform your natural language requests into structured OpenRouter API request objects.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-5.1-codex-max,OpenAI: GPT-5.1-Codex-Max,TRUE,TRUE,400000,128000,1.25,10,0.125,,,"GPT-5.1-Codex-Max is OpenAI’s latest agentic coding model, designed for long-running, high-context software development tasks."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,amazon/nova-2-lite-v1,Amazon: Nova 2 Lite,TRUE,TRUE,1000000,65535,0.3,2.5,,,,"Nova 2 Lite is a fast, cost-effective reasoning model for everyday workloads that can process text, images, and videos to generate text."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,mistralai/ministral-14b-2512,Mistral: Ministral 3 14B 2512,FALSE,TRUE,262144,,0.2,0.2,0.02,,,"The largest model in the Ministral 3 family, Ministral 3 14B offers frontier capabilities and performance comparable to its larger Mistral S"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,mistralai/ministral-8b-2512,Mistral: Ministral 3 8B 2512,FALSE,TRUE,262144,,0.15,0.15,0.015,,,"A balanced model in the Ministral 3 family, Ministral 3 8B is a powerful, efficient tiny language model with vision capabilities."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,mistralai/ministral-3b-2512,Mistral: Ministral 3 3B 2512,FALSE,TRUE,131072,,0.1,0.1,0.01,,,"The smallest model in the Ministral 3 family, Ministral 3 3B is a powerful, efficient tiny language model with vision capabilities."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,mistralai/mistral-large-2512,Mistral: Mistral Large 3 2512,FALSE,TRUE,262144,,0.5,1.5,0.05,,,"Mistral Large 3 2512 is Mistral’s most capable model to date, featuring a sparse mixture-of-experts architecture with 41B active parameters "
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,arcee-ai/trinity-mini,Arcee AI: Trinity Mini,TRUE,FALSE,131072,131072,0.045,0.15,,,,Trinity Mini is a 26B-parameter (3B active) sparse mixture-of-experts language model featuring 128 experts with 8 active per token.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,deepseek/deepseek-v3.2-speciale,DeepSeek: DeepSeek V3.2 Speciale,TRUE,FALSE,163840,163840,0.287,0.431,0.058,,,DeepSeek-V3.2-Speciale is a high-compute variant of DeepSeek-V3.2 optimized for maximum reasoning and agentic performance.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,deepseek/deepseek-v3.2,DeepSeek: DeepSeek V3.2,TRUE,FALSE,131072,65536,0.252,0.378,0.0252,,,DeepSeek-V3.2 is a large language model designed to harmonize high computational efficiency with strong reasoning and agentic tool-use perfo
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,prime-intellect/intellect-3,Prime Intellect: INTELLECT-3,TRUE,FALSE,131072,131072,0.2,1.1,,,,INTELLECT-3 is a 106B-parameter Mixture-of-Experts model (12B active) post-trained from GLM-4.5-Air-Base using supervised fine-tuning (SFT)
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,anthropic/claude-opus-4.5,Anthropic: Claude Opus 4.5,TRUE,TRUE,200000,64000,5,25,0.5,6.25,,"Claude Opus 4.5 is Anthropic’s frontier reasoning model optimized for complex software engineering, agentic workflows, and long-horizon comp"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,allenai/olmo-3-32b-think,AllenAI: Olmo 3 32B Think,TRUE,FALSE,65536,65536,0.15,0.5,,,,"Olmo 3 32B Think is a large-scale, 32-billion-parameter model purpose-built for deep reasoning, complex logic chains and advanced instructio"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,google/gemini-3-pro-image-preview,Google: Nano Banana Pro (Gemini 3 Pro Image Preview),TRUE,TRUE,65536,32768,2,12,0.2,0.375,,"Nano Banana Pro is Google’s most advanced image-generation and editing model, built on Gemini 3 Pro."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,deepcogito/cogito-v2.1-671b,Deep Cogito: Cogito v2.1 671B,TRUE,FALSE,128000,,1.25,1.25,,,,"Cogito v2.1 671B MoE represents one of the strongest open models globally, matching performance of frontier closed and open models."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-5.1,OpenAI: GPT-5.1,TRUE,TRUE,400000,128000,1.25,10,0.13,,,"GPT-5.1 is the latest frontier-grade model in the GPT-5 series, offering stronger general-purpose reasoning, improved instruction adherence,"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-5.1-chat,OpenAI: GPT-5.1 Chat,FALSE,TRUE,128000,16384,1.25,10,0.125,,,"GPT-5.1 Chat (AKA Instant is the fast, lightweight member of the 5.1 family, optimized for low-latency chat while retaining strong general i"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-5.1-codex,OpenAI: GPT-5.1-Codex,TRUE,TRUE,400000,128000,1.25,10,0.125,,,GPT-5.1-Codex is a specialized version of GPT-5.1 optimized for software engineering and coding workflows.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-5.1-codex-mini,OpenAI: GPT-5.1-Codex-Mini,TRUE,TRUE,400000,128000,0.25,2,0.03,,,GPT-5.1-Codex-Mini is a smaller and faster version of GPT-5.1-Codex
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,moonshotai/kimi-k2-thinking,MoonshotAI: Kimi K2 Thinking,TRUE,FALSE,262144,262144,0.6,2.5,,,,"Kimi K2 Thinking is Moonshot AI’s most advanced open reasoning model to date, extending the K2 series into agentic, long-horizon reasoning."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,amazon/nova-premier-v1,Amazon: Nova Premier 1.0,FALSE,TRUE,1000000,32000,2.5,12.5,0.625,,,Amazon Nova Premier is the most capable of Amazon’s multimodal models for complex reasoning tasks and for use as the best teacher for distil
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,perplexity/sonar-pro-search,Perplexity: Sonar Pro Search,TRUE,TRUE,200000,8000,3,15,,,,"Exclusively available on the OpenRouter API, Sonar Pro's new Pro Search mode is Perplexity's most advanced agentic search system."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,mistralai/voxtral-small-24b-2507,Mistral: Voxtral Small 24B 2507,FALSE,FALSE,32000,,0.1,0.3,0.01,,,"Voxtral Small is an enhancement of Mistral Small 3, incorporating state-of-the-art audio input capabilities while retaining best-in-class te"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-oss-safeguard-20b,OpenAI: gpt-oss-safeguard-20b,TRUE,FALSE,131072,65536,0.075,0.3,0.037,,,gpt-oss-safeguard-20b is a safety reasoning model from OpenAI built upon gpt-oss-20b.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,nvidia/nemotron-nano-12b-v2-vl:free,NVIDIA: Nemotron Nano 12B 2 VL (free),TRUE,TRUE,128000,128000,,,,,,NVIDIA Nemotron Nano 2 VL is a 12-billion-parameter open multimodal reasoning model designed for video understanding and document intelligen
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,minimax/minimax-m2,MiniMax: MiniMax M2,TRUE,FALSE,204800,196608,0.255,1,0.03,,,"MiniMax-M2 is a compact, high-efficiency large language model optimized for end-to-end coding and agentic workflows."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3-vl-32b-instruct,Qwen: Qwen3 VL 32B Instruct,FALSE,TRUE,262144,32768,0.104,0.416,,,,"Qwen3-VL-32B-Instruct is a large-scale multimodal vision-language model designed for high-precision understanding and reasoning across text,"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,ibm-granite/granite-4.0-h-micro,IBM: Granite 4.0 Micro,FALSE,FALSE,131000,131000,0.017,0.112,,,,Granite-4.0-H-Micro is a 3B parameter from the Granite 4 family of models.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,microsoft/phi-4-mini-instruct,Microsoft: Phi 4 Mini Instruct,FALSE,FALSE,131072,128000,0.08,0.35,0.08,,,Phi-4-mini-instruct is a lightweight open model built upon synthetic data and filtered publicly available websites - with a focus on high-qu
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-5-image-mini,OpenAI: GPT-5 Image Mini,TRUE,TRUE,400000,128000,2.5,2,0.25,,,"GPT-5 Image Mini combines OpenAI's advanced language capabilities, powered by [GPT-5 Mini](https://openrouter.ai/openai/gpt-5-mini), with GP"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,anthropic/claude-haiku-4.5,Anthropic: Claude Haiku 4.5,TRUE,TRUE,200000,64000,1,5,0.1,1.25,,"Claude Haiku 4.5 is Anthropic’s fastest and most efficient model, delivering near-frontier intelligence at a fraction of the cost and latenc"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3-vl-8b-thinking,Qwen: Qwen3 VL 8B Thinking,TRUE,TRUE,256000,32768,0.117,1.365,,,,"Qwen3-VL-8B-Thinking is the reasoning-optimized variant of the Qwen3-VL-8B multimodal model, designed for advanced visual and textual reason"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3-vl-8b-instruct,Qwen: Qwen3 VL 8B Instruct,FALSE,TRUE,256000,32768,0.08,0.5,,,,"Qwen3-VL-8B-Instruct is a multimodal vision-language model from the Qwen3-VL series, built for high-fidelity understanding and reasoning acr"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-5-image,OpenAI: GPT-5 Image,TRUE,TRUE,400000,128000,10,10,1.25,,,[GPT-5](https://openrouter.ai/openai/gpt-5) Image combines OpenAI's GPT-5 model with state-of-the-art image generation capabilities.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/o3-deep-research,OpenAI: o3 Deep Research,TRUE,TRUE,200000,100000,10,40,2.5,,,"o3-deep-research is OpenAI's advanced model for deep research, designed to tackle complex, multi-step research tasks."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/o4-mini-deep-research,OpenAI: o4 Mini Deep Research,TRUE,TRUE,200000,100000,2,8,0.5,,,"o4-mini-deep-research is OpenAI's faster, more affordable deep research model—ideal for tackling complex, multi-step research tasks."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,nvidia/llama-3.3-nemotron-super-49b-v1.5,NVIDIA: Llama 3.3 Nemotron Super 49B V1.5,TRUE,FALSE,131072,16384,0.1,0.4,,,,"Llama-3.3-Nemotron-Super-49B-v1.5 is a 49B-parameter, English-centric reasoning/chat model derived from Meta’s Llama-3.3-70B-Instruct with a"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,baidu/ernie-4.5-21b-a3b-thinking,Baidu: ERNIE 4.5 21B A3B Thinking,TRUE,FALSE,131072,65536,0.07,0.28,,,,"ERNIE-4.5-21B-A3B-Thinking is Baidu's upgraded lightweight MoE model, refined to boost reasoning depth and quality for top-tier performance "
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,google/gemini-2.5-flash-image,Google: Nano Banana (Gemini 2.5 Flash Image),TRUE,TRUE,32768,32768,0.3,2.5,0.03,0.0833333,,"Gemini 2.5 Flash Image, a.k.a."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3-vl-30b-a3b-thinking,Qwen: Qwen3 VL 30B A3B Thinking,TRUE,TRUE,131072,32768,0.13,1.56,,,,Qwen3-VL-30B-A3B-Thinking is a multimodal model that unifies strong text generation with visual understanding for images and videos.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3-vl-30b-a3b-instruct,Qwen: Qwen3 VL 30B A3B Instruct,FALSE,TRUE,262144,32768,0.13,0.52,,,,Qwen3-VL-30B-A3B-Instruct is a multimodal model that unifies strong text generation with visual understanding for images and videos.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-5-pro,OpenAI: GPT-5 Pro,TRUE,TRUE,400000,128000,15,120,,,,"GPT-5 Pro is OpenAI’s most advanced model, offering major improvements in reasoning, code quality, and user experience."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,z-ai/glm-4.6,Z.ai: GLM 4.6,TRUE,FALSE,202752,131072,0.43,1.74,0.08,,,"Compared with GLM-4.5, this generation brings several key improvements: Longer context window: The context window has been expanded from 128"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,anthropic/claude-sonnet-4.5,Anthropic: Claude Sonnet 4.5,TRUE,TRUE,1000000,64000,3,15,0.3,3.75,,"Claude Sonnet 4.5 is Anthropic’s most advanced Sonnet model to date, optimized for real-world agents and coding workflows."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,deepseek/deepseek-v3.2-exp,DeepSeek: DeepSeek V3.2 Exp,TRUE,FALSE,163840,65536,0.27,0.41,,,,DeepSeek-V3.2-Exp is an experimental large language model released by DeepSeek as an intermediate step between V3.1 and future architectures
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,thedrummer/cydonia-24b-v4.1,TheDrummer: Cydonia 24B V4.1,FALSE,FALSE,131072,131072,0.3,0.5,0.15,,,"Uncensored and creative writing model based on Mistral Small 3.2 24B with good recall, prompt adherence, and intelligence."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,relace/relace-apply-3,Relace: Relace Apply 3,FALSE,FALSE,256000,128000,0.85,1.25,,,,Relace Apply 3 is a specialized code-patching LLM that merges AI-suggested edits straight into your source files.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,google/gemini-2.5-flash-lite-preview-09-2025,Google: Gemini 2.5 Flash Lite Preview 09-2025,TRUE,TRUE,1048576,65535,0.1,0.4,0.01,0.0833333,,"Gemini 2.5 Flash-Lite is a lightweight reasoning model in the Gemini 2.5 family, optimized for ultra-low latency and cost efficiency."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3-vl-235b-a22b-thinking,Qwen: Qwen3 VL 235B A22B Thinking,TRUE,TRUE,131072,32768,0.26,2.6,,,,Qwen3-VL-235B-A22B Thinking is a multimodal model that unifies strong text generation with visual understanding across images and video.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3-vl-235b-a22b-instruct,Qwen: Qwen3 VL 235B A22B Instruct,FALSE,TRUE,262144,16384,0.2,0.88,0.11,,,Qwen3-VL-235B-A22B Instruct is an open-weight multimodal model that unifies strong text generation with visual understanding across images a
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3-max,Qwen: Qwen3 Max,FALSE,FALSE,262144,32768,0.78,3.9,0.156,0.975,,"Qwen3-Max is an updated release built on the Qwen3 series, offering major improvements in reasoning, instruction following, multilingual sup"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3-coder-plus,Qwen: Qwen3 Coder Plus,FALSE,FALSE,1000000,65536,0.65,3.25,0.13,0.8125,,Qwen3 Coder Plus is Alibaba's proprietary version of the Open Source Qwen3 Coder 480B A35B.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-5-codex,OpenAI: GPT-5 Codex,TRUE,TRUE,400000,128000,1.25,10,0.125,,,GPT-5-Codex is a specialized version of GPT-5 optimized for software engineering and coding workflows.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,deepseek/deepseek-v3.1-terminus,DeepSeek: DeepSeek V3.1 Terminus,TRUE,FALSE,163840,32768,0.27,0.95,0.13,,,DeepSeek-V3.1 Terminus is an update to [DeepSeek V3.1](/deepseek/deepseek-chat-v3.1) that maintains the model's original capabilities while
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,alibaba/tongyi-deepresearch-30b-a3b,Tongyi DeepResearch 30B A3B,TRUE,FALSE,131072,131072,0.09,0.45,0.09,,,"Tongyi DeepResearch is an agentic large language model developed by Tongyi Lab, with 30 billion total parameters activating only 3 billion p"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3-coder-flash,Qwen: Qwen3 Coder Flash,FALSE,FALSE,1000000,65536,0.195,0.975,0.039,0.24375,,Qwen3 Coder Flash is Alibaba's fast and cost efficient version of their proprietary Qwen3 Coder Plus.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3-next-80b-a3b-thinking,Qwen: Qwen3 Next 80B A3B Thinking,TRUE,FALSE,262144,32768,0.0975,0.78,,,,Qwen3-Next-80B-A3B-Thinking is a reasoning-first chat model in the Qwen3-Next line that outputs structured “thinking” traces by default.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3-next-80b-a3b-instruct:free,Qwen: Qwen3 Next 80B A3B Instruct (free),FALSE,FALSE,262144,,,,,,,"Qwen3-Next-80B-A3B-Instruct is an instruction-tuned chat model in the Qwen3-Next series optimized for fast, stable responses without “thinki"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3-next-80b-a3b-instruct,Qwen: Qwen3 Next 80B A3B Instruct,FALSE,FALSE,262144,16384,0.09,1.1,,,,"Qwen3-Next-80B-A3B-Instruct is an instruction-tuned chat model in the Qwen3-Next series optimized for fast, stable responses without “thinki"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen-plus-2025-07-28:thinking,Qwen: Qwen Plus 0728 (thinking),TRUE,FALSE,1000000,32768,0.26,0.78,,0.325,,"Qwen Plus 0728, based on the Qwen3 foundation model, is a 1 million context hybrid reasoning model with a balanced performance, speed, and c"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen-plus-2025-07-28,Qwen: Qwen Plus 0728,FALSE,FALSE,1000000,32768,0.26,0.78,,0.325,,"Qwen Plus 0728, based on the Qwen3 foundation model, is a 1 million context hybrid reasoning model with a balanced performance, speed, and c"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,nvidia/nemotron-nano-9b-v2:free,NVIDIA: Nemotron Nano 9B V2 (free),TRUE,FALSE,128000,,,,,,,"NVIDIA-Nemotron-Nano-9B-v2 is a large language model (LLM) trained from scratch by NVIDIA, and designed as a unified model for both reasonin"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,nvidia/nemotron-nano-9b-v2,NVIDIA: Nemotron Nano 9B V2,TRUE,FALSE,131072,16384,0.04,0.16,,,,"NVIDIA-Nemotron-Nano-9B-v2 is a large language model (LLM) trained from scratch by NVIDIA, and designed as a unified model for both reasonin"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,moonshotai/kimi-k2-0905,MoonshotAI: Kimi K2 0905,FALSE,FALSE,262144,262144,0.6,2.5,,,,Kimi K2 0905 is the September update of [Kimi K2 0711](moonshotai/kimi-k2).
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3-30b-a3b-thinking-2507,Qwen: Qwen3 30B A3B Thinking 2507,TRUE,FALSE,131072,131072,0.08,0.4,0.08,,,Qwen3-30B-A3B-Thinking-2507 is a 30B parameter Mixture-of-Experts reasoning model optimized for complex tasks requiring extended multi-step
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,nousresearch/hermes-4-70b,Nous: Hermes 4 70B,TRUE,FALSE,131072,,0.13,0.4,,,,"Hermes 4 70B is a hybrid reasoning model from Nous Research, built on Meta-Llama-3.1-70B."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,nousresearch/hermes-4-405b,Nous: Hermes 4 405B,TRUE,FALSE,131072,,1,3,,,,Hermes 4 is a large-scale reasoning model built on Meta-Llama-3.1-405B and released by Nous Research.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,deepseek/deepseek-chat-v3.1,DeepSeek: DeepSeek V3.1,TRUE,FALSE,163840,32768,0.21,0.79,0.13,,,"DeepSeek-V3.1 is a large hybrid reasoning model (671B parameters, 37B active) that supports both thinking and non-thinking modes via prompt "
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-4o-audio-preview,OpenAI: GPT-4o Audio,FALSE,FALSE,128000,16384,2.5,10,,,,The gpt-4o-audio-preview model adds support for audio inputs as prompts.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,mistralai/mistral-medium-3.1,Mistral: Mistral Medium 3.1,FALSE,TRUE,131072,,0.4,2,0.04,,,"Mistral Medium 3.1 is an updated version of Mistral Medium 3, which is a high-performance enterprise-grade language model designed to delive"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,baidu/ernie-4.5-21b-a3b,Baidu: ERNIE 4.5 21B A3B,FALSE,FALSE,131072,8000,0.07,0.28,,,,"A sophisticated text-based Mixture-of-Experts (MoE) model featuring 21B total parameters with 3B activated per token, delivering exceptional"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,baidu/ernie-4.5-vl-28b-a3b,Baidu: ERNIE 4.5 VL 28B A3B,TRUE,TRUE,131072,8000,0.14,0.56,,,,"A powerful multimodal Mixture-of-Experts chat model featuring 28B total parameters with 3B activated per token, delivering exceptional text "
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,z-ai/glm-4.5v,Z.ai: GLM 4.5V,TRUE,TRUE,65536,16384,0.6,1.8,0.11,,,GLM-4.5V is a vision-language foundation model for multimodal agent applications.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,ai21/jamba-large-1.7,AI21: Jamba Large 1.7,FALSE,FALSE,256000,4096,2,8,,,,"Jamba Large 1.7 is the latest model in the Jamba open family, offering improvements in grounding, instruction-following, and overall efficie"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-5-chat,OpenAI: GPT-5 Chat,FALSE,TRUE,128000,16384,1.25,10,0.125,,,"GPT-5 Chat is designed for advanced, natural, multimodal, and context-aware conversations for enterprise applications."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-5,OpenAI: GPT-5,TRUE,TRUE,400000,128000,1.25,10,0.125,,,"GPT-5 is OpenAI’s most advanced model, offering major improvements in reasoning, code quality, and user experience."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-5-mini,OpenAI: GPT-5 Mini,TRUE,TRUE,400000,128000,0.25,2,0.025,,,"GPT-5 Mini is a compact version of GPT-5, designed to handle lighter-weight reasoning tasks."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-5-nano,OpenAI: GPT-5 Nano,TRUE,TRUE,400000,,0.05,0.4,0.01,,,"GPT-5-Nano is the smallest and fastest variant in the GPT-5 system, optimized for developer tools, rapid interactions, and ultra-low latency"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-oss-120b:free,OpenAI: gpt-oss-120b (free),TRUE,FALSE,131072,131072,,,,,,"gpt-oss-120b is an open-weight, 117B-parameter Mixture-of-Experts (MoE) language model from OpenAI designed for high-reasoning, agentic, and"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-oss-120b,OpenAI: gpt-oss-120b,TRUE,FALSE,131072,,0.039,0.18,,,,"gpt-oss-120b is an open-weight, 117B-parameter Mixture-of-Experts (MoE) language model from OpenAI designed for high-reasoning, agentic, and"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-oss-20b:free,OpenAI: gpt-oss-20b (free),TRUE,FALSE,131072,8192,,,,,,gpt-oss-20b is an open-weight 21B parameter model released by OpenAI under the Apache 2.0 license.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-oss-20b,OpenAI: gpt-oss-20b,TRUE,FALSE,131072,131072,0.03,0.14,,,,gpt-oss-20b is an open-weight 21B parameter model released by OpenAI under the Apache 2.0 license.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,anthropic/claude-opus-4.1,Anthropic: Claude Opus 4.1,TRUE,TRUE,200000,32000,15,75,1.5,18.75,,"Claude Opus 4.1 is an updated version of Anthropic’s flagship model, offering improved performance in coding, reasoning, and agentic tasks."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,mistralai/codestral-2508,Mistral: Codestral 2508,FALSE,FALSE,256000,,0.3,0.9,0.03,,,Mistral's cutting-edge language model for coding released end of July 2025.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3-coder-30b-a3b-instruct,Qwen: Qwen3 Coder 30B A3B Instruct,FALSE,FALSE,160000,32768,0.07,0.27,,,,"Qwen3-Coder-30B-A3B-Instruct is a 30.5B parameter Mixture-of-Experts (MoE) model with 128 experts (8 active per forward pass), designed for "
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3-30b-a3b-instruct-2507,Qwen: Qwen3 30B A3B Instruct 2507,FALSE,FALSE,262144,262144,0.09,0.3,,,,"Qwen3-30B-A3B-Instruct-2507 is a 30.5B-parameter mixture-of-experts language model from Qwen, with 3.3B active parameters per inference."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,z-ai/glm-4.5,Z.ai: GLM 4.5,TRUE,FALSE,131072,98304,0.6,2.2,0.11,,,"GLM-4.5 is our latest flagship foundation model, purpose-built for agent-based applications."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,z-ai/glm-4.5-air:free,Z.ai: GLM 4.5 Air (free),TRUE,FALSE,131072,96000,,,,,,"GLM-4.5-Air is the lightweight variant of our latest flagship model family, also purpose-built for agent-centric applications."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,z-ai/glm-4.5-air,Z.ai: GLM 4.5 Air,TRUE,FALSE,131072,98304,0.13,0.85,0.025,,,"GLM-4.5-Air is the lightweight variant of our latest flagship model family, also purpose-built for agent-centric applications."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3-235b-a22b-thinking-2507,Qwen: Qwen3 235B A22B Thinking 2507,TRUE,FALSE,262144,,0.1495,1.495,,,,"Qwen3-235B-A22B-Thinking-2507 is a high-performance, open-weight Mixture-of-Experts (MoE) language model optimized for complex reasoning tas"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,z-ai/glm-4-32b,Z.ai: GLM 4 32B ,FALSE,FALSE,128000,,0.1,0.1,,,,GLM 4 32B is a cost-effective foundation language model.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3-coder:free,Qwen: Qwen3 Coder 480B A35B (free),FALSE,FALSE,1048576,262000,,,,,,Qwen3-Coder-480B-A35B-Instruct is a Mixture-of-Experts (MoE) code generation model developed by the Qwen team.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3-coder,Qwen: Qwen3 Coder 480B A35B,FALSE,FALSE,1048576,65536,0.22,1.8,,,,Qwen3-Coder-480B-A35B-Instruct is a Mixture-of-Experts (MoE) code generation model developed by the Qwen team.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,bytedance/ui-tars-1.5-7b,ByteDance: UI-TARS 7B ,FALSE,TRUE,128000,2048,0.1,0.2,0.1,,,"UI-TARS-1.5 is a multimodal vision-language agent optimized for GUI-based environments, including desktop interfaces, web browsers, mobile s"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,google/gemini-2.5-flash-lite,Google: Gemini 2.5 Flash Lite,TRUE,TRUE,1048576,65535,0.1,0.4,0.01,0.0833333,,"Gemini 2.5 Flash-Lite is a lightweight reasoning model in the Gemini 2.5 family, optimized for ultra-low latency and cost efficiency."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3-235b-a22b-2507,Qwen: Qwen3 235B A22B Instruct 2507,FALSE,FALSE,262144,16384,0.071,0.1,,,,"Qwen3-235B-A22B-Instruct-2507 is a multilingual, instruction-tuned mixture-of-experts language model based on the Qwen3-235B architecture, w"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,switchpoint/router,Switchpoint Router,TRUE,FALSE,131072,,0.85,3.4,,,,Switchpoint AI's router instantly analyzes your request and directs it to the optimal AI from an ever-evolving library.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,moonshotai/kimi-k2,MoonshotAI: Kimi K2 0711,FALSE,FALSE,131072,32768,0.57,2.3,,,,"Kimi K2 Instruct is a large-scale Mixture-of-Experts (MoE) language model developed by Moonshot AI, featuring 1 trillion total parameters wi"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,mistralai/devstral-medium,Mistral: Devstral Medium,FALSE,FALSE,131072,,0.4,2,0.04,,,Devstral Medium is a high-performance code generation and agentic reasoning model developed jointly by Mistral AI and All Hands AI.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,mistralai/devstral-small,Mistral: Devstral Small 1.1,FALSE,FALSE,131072,,0.1,0.3,0.01,,,"Devstral Small 1.1 is a 24B parameter open-weight language model for software engineering agents, developed by Mistral AI in collaboration w"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,cognitivecomputations/dolphin-mistral-24b-venice-edition:free,Venice: Uncensored (free),FALSE,FALSE,32768,,,,,,,"Venice Uncensored Dolphin Mistral 24B Venice Edition is a fine-tuned variant of Mistral-Small-24B-Instruct-2501, developed by dphn.ai in col"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,tencent/hunyuan-a13b-instruct,Tencent: Hunyuan A13B Instruct,TRUE,FALSE,131072,131072,0.14,0.57,,,,"Hunyuan-A13B is a 13B active parameter Mixture-of-Experts (MoE) language model developed by Tencent, with a total parameter count of 80B and"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,morph/morph-v3-large,Morph: Morph V3 Large,FALSE,FALSE,262144,131072,0.9,1.9,,,,Morph's high-accuracy apply model for complex code edits.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,morph/morph-v3-fast,Morph: Morph V3 Fast,FALSE,FALSE,81920,38000,0.8,1.2,,,,Morph's fastest apply model for code edits.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,baidu/ernie-4.5-vl-424b-a47b,Baidu: ERNIE 4.5 VL 424B A47B ,TRUE,TRUE,131072,16000,0.42,1.25,,,,"ERNIE-4.5-VL-424B-A47B is a multimodal Mixture-of-Experts (MoE) model from Baidu’s ERNIE 4.5 series, featuring 424B total parameters with 47"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,baidu/ernie-4.5-300b-a47b,Baidu: ERNIE 4.5 300B A47B ,FALSE,FALSE,131072,12000,0.28,1.1,,,,ERNIE-4.5-300B-A47B is a 300B parameter Mixture-of-Experts (MoE) language model developed by Baidu as part of the ERNIE 4.5 series.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,mistralai/mistral-small-3.2-24b-instruct,Mistral: Mistral Small 3.2 24B,FALSE,TRUE,128000,16384,0.075,0.2,,,,"Mistral-Small-3.2-24B-Instruct-2506 is an updated 24B parameter model from Mistral optimized for instruction following, repetition reduction"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,minimax/minimax-m1,MiniMax: MiniMax M1,TRUE,FALSE,1000000,40000,0.4,2.2,,,,"MiniMax-M1 is a large-scale, open-weight reasoning model designed for extended context and high-efficiency inference."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,google/gemini-2.5-flash,Google: Gemini 2.5 Flash,TRUE,TRUE,1048576,65535,0.3,2.5,0.03,0.0833333,,"Gemini 2.5 Flash is Google's state-of-the-art workhorse model, specifically designed for advanced reasoning, coding, mathematics, and scient"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,google/gemini-2.5-pro,Google: Gemini 2.5 Pro,TRUE,TRUE,1048576,65536,1.25,10,0.125,0.375,,"Gemini 2.5 Pro is Google’s state-of-the-art AI model designed for advanced reasoning, coding, mathematics, and scientific tasks."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/o3-pro,OpenAI: o3 Pro,TRUE,TRUE,200000,100000,20,80,,,,The o-series of models are trained with reinforcement learning to think before they answer and perform complex reasoning.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,google/gemini-2.5-pro-preview,Google: Gemini 2.5 Pro Preview 06-05,TRUE,TRUE,1048576,65536,1.25,10,0.125,0.375,,"Gemini 2.5 Pro is Google’s state-of-the-art AI model designed for advanced reasoning, coding, mathematics, and scientific tasks."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,deepseek/deepseek-r1-0528,DeepSeek: R1 0528,TRUE,FALSE,163840,32768,0.5,2.15,0.35,,,"May 28th update to the [original DeepSeek R1](/deepseek/deepseek-r1) Performance on par with [OpenAI o1](/openai/o1), but open-sourced and w"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,anthropic/claude-opus-4,Anthropic: Claude Opus 4,TRUE,TRUE,200000,32000,15,75,1.5,18.75,,"Claude Opus 4 is benchmarked as the world’s best coding model, at time of release, bringing sustained performance on complex, long-running t"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,anthropic/claude-sonnet-4,Anthropic: Claude Sonnet 4,TRUE,TRUE,1000000,64000,3,15,0.3,3.75,,"Claude Sonnet 4 significantly enhances the capabilities of its predecessor, Sonnet 3.7, excelling in both coding and reasoning tasks with im"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,google/gemma-3n-e4b-it,Google: Gemma 3n 4B,FALSE,FALSE,32768,,0.06,0.12,,,,"Gemma 3n E4B-it is optimized for efficient execution on mobile and low-resource devices, such as phones, laptops, and tablets."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,mistralai/mistral-medium-3,Mistral: Mistral Medium 3,FALSE,TRUE,131072,,0.4,2,0.04,,,Mistral Medium 3 is a high-performance enterprise-grade language model designed to deliver frontier-level capabilities at significantly redu
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,google/gemini-2.5-pro-preview-05-06,Google: Gemini 2.5 Pro Preview 05-06,TRUE,TRUE,1048576,65535,1.25,10,0.125,0.375,,"Gemini 2.5 Pro is Google’s state-of-the-art AI model designed for advanced reasoning, coding, mathematics, and scientific tasks."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,arcee-ai/spotlight,Arcee AI: Spotlight,FALSE,TRUE,131072,65537,0.18,0.18,,,,Spotlight is a 7‑billion‑parameter vision‑language model derived from Qwen 2.5‑VL and fine‑tuned by Arcee AI for tight image‑text grounding
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,arcee-ai/maestro-reasoning,Arcee AI: Maestro Reasoning,FALSE,FALSE,131072,32000,0.9,3.3,,,,Maestro Reasoning is Arcee's flagship analysis model: a 32 B‑parameter derivative of Qwen 2.5‑32 B tuned with DPO and chain‑of‑thought RL fo
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,arcee-ai/virtuoso-large,Arcee AI: Virtuoso Large,FALSE,FALSE,131072,64000,0.75,1.2,,,,"Virtuoso‑Large is Arcee's top‑tier general‑purpose LLM at 72 B parameters, tuned to tackle cross‑domain reasoning, creative writing and ente"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,arcee-ai/coder-large,Arcee AI: Coder Large,FALSE,FALSE,32768,,0.5,0.8,,,,"Coder‑Large is a 32 B‑parameter offspring of Qwen 2.5‑Instruct that has been further trained on permissively‑licensed GitHub, CodeSearchNet "
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,meta-llama/llama-guard-4-12b,Meta: Llama Guard 4 12B,FALSE,TRUE,163840,16384,0.18,0.18,,,,"Llama Guard 4 is a Llama 4 Scout-derived multimodal pretrained model, fine-tuned for content safety classification."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3-30b-a3b,Qwen: Qwen3 30B A3B,TRUE,FALSE,131072,20000,0.09,0.45,,,,"Qwen3, the latest generation in the Qwen large language model series, features both dense and mixture-of-experts (MoE) architectures to exce"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3-8b,Qwen: Qwen3 8B,TRUE,FALSE,131072,8192,0.05,0.4,0.05,,,"Qwen3-8B is a dense 8.2B parameter causal language model from the Qwen3 series, designed for both reasoning-heavy tasks and efficient dialog"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3-14b,Qwen: Qwen3 14B,TRUE,FALSE,131702,40960,0.1,0.24,,,,"Qwen3-14B is a dense 14.8B parameter causal language model from the Qwen3 series, designed for both complex reasoning and efficient dialogue"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3-32b,Qwen: Qwen3 32B,TRUE,FALSE,131072,16384,0.08,0.28,,,,"Qwen3-32B is a dense 32.8B parameter causal language model from the Qwen3 series, optimized for both complex reasoning and efficient dialogu"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen3-235b-a22b,Qwen: Qwen3 235B A22B,TRUE,FALSE,131072,8192,0.455,1.82,,,,"Qwen3-235B-A22B is a 235B parameter mixture-of-experts (MoE) model developed by Qwen, activating 22B parameters per forward pass."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/o4-mini-high,OpenAI: o4 Mini High,TRUE,TRUE,200000,100000,1.1,4.4,0.275,,,OpenAI o4-mini-high is the same model as [o4-mini](/openai/o4-mini) with reasoning_effort set to high.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/o3,OpenAI: o3,TRUE,TRUE,200000,100000,2,8,0.5,,,o3 is a well-rounded and powerful model across domains.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/o4-mini,OpenAI: o4 Mini,TRUE,TRUE,200000,100000,1.1,4.4,0.275,,,"OpenAI o4-mini is a compact reasoning model in the o-series, optimized for fast, cost-efficient performance while retaining strong multimoda"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-4.1,OpenAI: GPT-4.1,FALSE,TRUE,1047576,,2,8,0.5,,,"GPT-4.1 is a flagship large language model optimized for advanced instruction following, real-world software engineering, and long-context r"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-4.1-mini,OpenAI: GPT-4.1 Mini,FALSE,TRUE,1047576,32768,0.4,1.6,0.1,,,GPT-4.1 Mini is a mid-sized model delivering performance competitive with GPT-4o at substantially lower latency and cost.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-4.1-nano,OpenAI: GPT-4.1 Nano,FALSE,TRUE,1047576,32768,0.1,0.4,0.025,,,"For tasks that demand low latency, GPT‑4.1 nano is the fastest and cheapest model in the GPT-4.1 series."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,alfredpros/codellama-7b-instruct-solidity,AlfredPros: CodeLLaMa 7B Instruct Solidity,FALSE,FALSE,4096,4096,0.8,1.2,,,,A finetuned 7 billion parameters Code LLaMA - Instruct model to generate Solidity smart contract using 4-bit QLoRA finetuning provided by PE
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,meta-llama/llama-4-maverick,Meta: Llama 4 Maverick,FALSE,TRUE,1048576,16384,0.15,0.6,,,,"Llama 4 Maverick 17B Instruct (128E) is a high-capacity multimodal language model from Meta, built on a mixture-of-experts (MoE) architectur"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,meta-llama/llama-4-scout,Meta: Llama 4 Scout,FALSE,TRUE,10000000,16384,0.08,0.3,,,,"Llama 4 Scout 17B Instruct (16E) is a mixture-of-experts (MoE) language model developed by Meta, activating 17 billion parameters out of a t"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,deepseek/deepseek-chat-v3-0324,DeepSeek: DeepSeek V3 0324,FALSE,FALSE,163840,16384,0.2,0.77,0.135,,,"DeepSeek V3, a 685B-parameter, mixture-of-experts model, is the latest iteration of the flagship chat model family from the DeepSeek team."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/o1-pro,OpenAI: o1-pro,TRUE,TRUE,200000,100000,150,600,,,,The o1 series of models are trained with reinforcement learning to think before they answer and perform complex reasoning.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,mistralai/mistral-small-3.1-24b-instruct,Mistral: Mistral Small 3.1 24B,FALSE,TRUE,128000,128000,0.351,0.555,,,,"Mistral Small 3.1 24B Instruct is an upgraded variant of Mistral Small 3 (2501), featuring 24 billion parameters with advanced multimodal ca"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,google/gemma-3-4b-it,Google: Gemma 3 4B,FALSE,TRUE,131072,16384,0.04,0.08,,,,"Gemma 3 introduces multimodality, supporting vision-language input and text outputs."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,google/gemma-3-12b-it,Google: Gemma 3 12B,FALSE,TRUE,131072,16384,0.04,0.13,,,,"Gemma 3 introduces multimodality, supporting vision-language input and text outputs."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,cohere/command-a,Cohere: Command A,FALSE,FALSE,256000,8192,2.5,10,,,,"Command A is an open-weights 111B parameter model with a 256k context window focused on delivering great performance across agentic, multili"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-4o-mini-search-preview,OpenAI: GPT-4o-mini Search Preview,FALSE,FALSE,128000,16384,0.15,0.6,,,,GPT-4o mini Search Preview is a specialized model for web search in Chat Completions.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-4o-search-preview,OpenAI: GPT-4o Search Preview,FALSE,FALSE,128000,16384,2.5,10,,,,GPT-4o Search Previewis a specialized model for web search in Chat Completions.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,rekaai/reka-flash-3,Reka Flash 3,TRUE,FALSE,65536,65536,0.1,0.2,,,,"Reka Flash 3 is a general-purpose, instruction-tuned large language model with 21 billion parameters, developed by Reka."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,google/gemma-3-27b-it,Google: Gemma 3 27B,FALSE,TRUE,131072,16384,0.08,0.16,,,,"Gemma 3 introduces multimodality, supporting vision-language input and text outputs."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,thedrummer/skyfall-36b-v2,TheDrummer: Skyfall 36B V2,FALSE,FALSE,32768,32768,0.55,0.8,0.25,,,"Skyfall 36B v2 is an enhanced iteration of Mistral Small 2501, specifically fine-tuned for improved creativity, nuanced writing, role-playin"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,perplexity/sonar-reasoning-pro,Perplexity: Sonar Reasoning Pro,TRUE,TRUE,128000,,2,8,,,,Note: Sonar Pro pricing includes Perplexity search pricing.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,perplexity/sonar-pro,Perplexity: Sonar Pro,FALSE,TRUE,200000,8000,3,15,,,,Note: Sonar Pro pricing includes Perplexity search pricing.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,perplexity/sonar-deep-research,Perplexity: Sonar Deep Research,TRUE,FALSE,128000,,2,8,,,,"Sonar Deep Research is a research-focused model designed for multi-step retrieval, synthesis, and reasoning across complex topics."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,google/gemini-2.0-flash-lite-001,Google: Gemini 2.0 Flash Lite,TRUE,TRUE,1048576,8192,0.075,0.3,,,,"Gemini 2.0 Flash Lite offers a significantly faster time to first token (TTFT) compared to [Gemini Flash 1.5](/google/gemini-flash-1.5), whi"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,mistralai/mistral-saba,Mistral: Saba,FALSE,FALSE,32768,,0.2,0.6,0.02,,,"Mistral Saba is a 24B-parameter language model specifically designed for the Middle East and South Asia, delivering accurate and contextuall"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,meta-llama/llama-guard-3-8b,Llama Guard 3 8B,FALSE,FALSE,131072,131072,0.484,0.03,,,,"Llama Guard 3 is a Llama-3.1-8B pretrained model, fine-tuned for content safety classification."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/o3-mini-high,OpenAI: o3 Mini High,TRUE,FALSE,200000,100000,1.1,4.4,0.55,,,OpenAI o3-mini-high is the same model as [o3-mini](/openai/o3-mini) with reasoning_effort set to high.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,google/gemini-2.0-flash-001,Google: Gemini 2.0 Flash,TRUE,TRUE,1048576,8192,0.1,0.4,0.025,0.0833333,,"Gemini Flash 2.0 offers a significantly faster time to first token (TTFT) compared to [Gemini Flash 1.5](/google/gemini-flash-1.5), while ma"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,aion-labs/aion-1.0,AionLabs: Aion-1.0,TRUE,FALSE,131072,32768,4,8,,,,"Aion-1.0 is a multi-model system designed for high performance across various tasks, including reasoning and coding."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,aion-labs/aion-1.0-mini,AionLabs: Aion-1.0-Mini,TRUE,FALSE,131072,32768,0.7,1.4,,,,"Aion-1.0-Mini 32B parameter model is a distilled version of the DeepSeek-R1 model, designed for strong performance in reasoning domains such"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,aion-labs/aion-rp-llama-3.1-8b,AionLabs: Aion-RP 1.0 (8B),FALSE,FALSE,32768,32768,0.8,1.6,,,,"Aion-RP-Llama-3.1-8B ranks the highest in the character evaluation portion of the RPBench-Auto benchmark, a roleplaying-specific variant of "
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen2.5-vl-72b-instruct,Qwen: Qwen2.5 VL 72B Instruct,FALSE,TRUE,131072,,0.25,0.75,,,,"Qwen2.5-VL is proficient in recognizing common objects such as flowers, birds, fish, and insects."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen-plus,Qwen: Qwen-Plus,FALSE,FALSE,1000000,32768,0.26,0.78,0.052,0.325,,"Qwen-Plus, based on the Qwen2.5 foundation model, is a 131K context model with a balanced performance, speed, and cost combination."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/o3-mini,OpenAI: o3 Mini,TRUE,FALSE,200000,100000,1.1,4.4,0.55,,,"OpenAI o3-mini is a cost-efficient language model optimized for STEM reasoning tasks, particularly excelling in science, mathematics, and co"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,mistralai/mistral-small-24b-instruct-2501,Mistral: Mistral Small 3,FALSE,FALSE,32768,16384,0.05,0.08,,,,Mistral Small 3 is a 24B-parameter language model optimized for low-latency performance across common AI tasks.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,deepseek/deepseek-r1-distill-qwen-32b,DeepSeek: R1 Distill Qwen 32B,TRUE,FALSE,128000,32768,0.29,0.29,,,,"DeepSeek R1 Distill Qwen 32B is a distilled large language model based on [Qwen 2.5 32B](https://huggingface.co/Qwen/Qwen2.5-32B), using out"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,perplexity/sonar,Perplexity: Sonar,FALSE,TRUE,127072,,1,1,,,,"Sonar is lightweight, affordable, fast, and simple to use — now featuring citations and the ability to customize sources."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,deepseek/deepseek-r1-distill-llama-70b,DeepSeek: R1 Distill Llama 70B,TRUE,FALSE,131072,16384,0.7,0.8,,,,"DeepSeek R1 Distill Llama 70B is a distilled large language model based on [Llama-3.3-70B-Instruct](/meta-llama/llama-3.3-70b-instruct), usi"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,deepseek/deepseek-r1,DeepSeek: R1,TRUE,FALSE,163840,16000,0.7,2.5,,,,"DeepSeek R1 is here: Performance on par with [OpenAI o1](/openai/o1), but open-sourced and with fully open reasoning tokens."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,minimax/minimax-01,MiniMax: MiniMax-01,FALSE,TRUE,1000192,1000192,0.2,1.1,,,,MiniMax-01 is a combines MiniMax-Text-01 for text generation and MiniMax-VL-01 for image understanding.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,microsoft/phi-4,Microsoft: Phi 4,FALSE,FALSE,16384,16384,0.065,0.14,,,,[Microsoft Research](/microsoft) Phi-4 is designed to perform well in complex reasoning tasks and can operate efficiently in situations with
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,sao10k/l3.1-70b-hanami-x1,Sao10K: Llama 3.1 70B Hanami x1,FALSE,FALSE,16000,,3,3,,,,This is [Sao10K](/sao10k)'s experiment over [Euryale v2.2](/sao10k/l3.1-euryale-70b).
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,deepseek/deepseek-chat,DeepSeek: DeepSeek V3,FALSE,FALSE,163840,16384,0.32,0.89,,,,"DeepSeek-V3 is the latest model from the DeepSeek team, building upon the instruction following and coding abilities of the previous version"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,sao10k/l3.3-euryale-70b,Sao10K: Llama 3.3 Euryale 70B,FALSE,FALSE,131072,16384,0.65,0.75,,,,Euryale L3.3 70B is a model focused on creative roleplay from [Sao10k](https://ko-fi.com/sao10k).
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/o1,OpenAI: o1,TRUE,TRUE,200000,100000,15,60,7.5,,,"The latest and strongest model family from OpenAI, o1 is designed to spend more time thinking before responding."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,cohere/command-r7b-12-2024,Cohere: Command R7B (12-2024),FALSE,FALSE,128000,4000,0.0375,0.15,,,,"Command R7B (12-2024) is a small, fast update of the Command R+ model, delivered in December 2024."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,meta-llama/llama-3.3-70b-instruct:free,Meta: Llama 3.3 70B Instruct (free),FALSE,FALSE,131072,,,,,,,The Meta Llama 3.3 multilingual large language model (LLM) is a pretrained and instruction tuned generative model in 70B (text in/text out).
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,meta-llama/llama-3.3-70b-instruct,Meta: Llama 3.3 70B Instruct,FALSE,FALSE,131072,16384,0.1,0.32,,,,The Meta Llama 3.3 multilingual large language model (LLM) is a pretrained and instruction tuned generative model in 70B (text in/text out).
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,amazon/nova-lite-v1,Amazon: Nova Lite 1.0,FALSE,TRUE,300000,5120,0.06,0.24,,,,"Amazon Nova Lite 1.0 is a very low-cost multimodal model from Amazon that focused on fast processing of image, video, and text inputs to gen"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,amazon/nova-micro-v1,Amazon: Nova Micro 1.0,FALSE,FALSE,128000,5120,0.035,0.14,,,,Amazon Nova Micro 1.0 is a text-only model that delivers the lowest latency responses in the Amazon Nova family of models at a very low cost
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,amazon/nova-pro-v1,Amazon: Nova Pro 1.0,FALSE,TRUE,300000,5120,0.8,3.2,,,,"Amazon Nova Pro 1.0 is a capable multimodal model from Amazon focused on providing a combination of accuracy, speed, and cost for a wide ran"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-4o-2024-11-20,OpenAI: GPT-4o (2024-11-20),FALSE,TRUE,128000,16384,2.5,10,1.25,,,"The 2024-11-20 version of GPT-4o offers a leveled-up creative writing ability with more natural, engaging, and tailored writing to improve r"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,mistralai/mistral-large-2411,Mistral Large 2411,FALSE,FALSE,131072,,2,6,0.2,,,Mistral Large 2 2411 is an update of [Mistral Large 2](/mistralai/mistral-large) released together with [Pixtral Large 2411](/mistralai/pixt
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,mistralai/mistral-large-2407,Mistral Large 2407,FALSE,FALSE,131072,,2,6,0.2,,,"This is Mistral AI's flagship model, Mistral Large 2 (version mistral-large-2407)."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,mistralai/pixtral-large-2411,Mistral: Pixtral Large 2411,FALSE,TRUE,131072,,2,6,0.2,,,"Pixtral Large is a 124B parameter, open-weight, multimodal model built on top of [Mistral Large 2](/mistralai/mistral-large-2411)."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen-2.5-coder-32b-instruct,Qwen2.5 Coder 32B Instruct,FALSE,FALSE,128000,32768,0.66,1,,,,Qwen2.5-Coder is the latest series of Code-Specific Qwen large language models (formerly known as CodeQwen).
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,thedrummer/unslopnemo-12b,TheDrummer: UnslopNemo 12B,FALSE,FALSE,32768,32768,0.4,0.4,,,,"UnslopNemo v4.1 is the latest addition from the creator of Rocinante, designed for adventure writing and role-play scenarios."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,anthropic/claude-3.5-haiku,Anthropic: Claude 3.5 Haiku,FALSE,TRUE,200000,8192,0.8,4,0.08,1,,"Claude 3.5 Haiku features offers enhanced capabilities in speed, coding accuracy, and tool use."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,anthracite-org/magnum-v4-72b,Magnum v4 72B,FALSE,FALSE,32768,2048,3,5,,,,"This is a series of models designed to replicate the prose quality of the Claude 3 models, specifically Sonnet(https://openrouter.ai/anthrop"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen-2.5-7b-instruct,Qwen: Qwen2.5 7B Instruct,FALSE,FALSE,131072,32768,0.04,0.1,,,,Qwen2.5 7B is the latest series of Qwen large language models.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,inflection/inflection-3-productivity,Inflection: Inflection 3 Productivity,FALSE,FALSE,8000,1024,2.5,10,,,,Inflection 3 Productivity is optimized for following instructions.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,inflection/inflection-3-pi,Inflection: Inflection 3 Pi,FALSE,FALSE,8000,1024,2.5,10,,,,"Inflection 3 Pi powers Inflection's [Pi](https://pi.ai) chatbot, including backstory, emotional intelligence, productivity, and safety."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,thedrummer/rocinante-12b,TheDrummer: Rocinante 12B,FALSE,FALSE,32768,32768,0.17,0.43,,,,Rocinante 12B is designed for engaging storytelling and rich prose.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,meta-llama/llama-3.2-11b-vision-instruct,Meta: Llama 3.2 11B Vision Instruct,FALSE,TRUE,131072,16384,0.245,0.245,,,,"Llama 3.2 11B Vision is a multimodal model with 11 billion parameters, designed to handle tasks combining visual and textual data."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,meta-llama/llama-3.2-1b-instruct,Meta: Llama 3.2 1B Instruct,FALSE,FALSE,131072,60000,0.027,0.201,,,,"Llama 3.2 1B is a 1-billion-parameter language model focused on efficiently performing natural language tasks, such as summarization, dialog"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,meta-llama/llama-3.2-3b-instruct:free,Meta: Llama 3.2 3B Instruct (free),FALSE,FALSE,131072,,,,,,,"Llama 3.2 3B is a 3-billion-parameter multilingual large language model, optimized for advanced natural language processing tasks like dialo"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,meta-llama/llama-3.2-3b-instruct,Meta: Llama 3.2 3B Instruct,FALSE,FALSE,131072,80000,0.0509,0.335,,,,"Llama 3.2 3B is a 3-billion-parameter multilingual large language model, optimized for advanced natural language processing tasks like dialo"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,qwen/qwen-2.5-72b-instruct,Qwen2.5 72B Instruct,FALSE,FALSE,131072,16384,0.36,0.4,,,,Qwen2.5 72B is the latest series of Qwen large language models.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,cohere/command-r-08-2024,Cohere: Command R (08-2024),FALSE,FALSE,128000,4000,0.15,0.6,,,,command-r-08-2024 is an update of the [Command R](/models/cohere/command-r) with improved performance for multilingual retrieval-augmented g
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,cohere/command-r-plus-08-2024,Cohere: Command R+ (08-2024),FALSE,FALSE,128000,4000,2.5,10,,,,command-r-plus-08-2024 is an update of the [Command R+](/models/cohere/command-r-plus) with roughly 50% higher throughput and 25% lower late
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,sao10k/l3.1-euryale-70b,Sao10K: Llama 3.1 Euryale 70B v2.2,FALSE,FALSE,131072,16384,0.85,0.85,,,,Euryale L3.1 70B v2.2 is a model focused on creative roleplay from [Sao10k](https://ko-fi.com/sao10k).
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,nousresearch/hermes-3-llama-3.1-70b,Nous: Hermes 3 70B Instruct,FALSE,FALSE,131072,16384,0.3,0.3,,,,"Hermes 3 is a generalist language model with many improvements over [Hermes 2](/models/nousresearch/nous-hermes-2-mistral-7b-dpo), including"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,nousresearch/hermes-3-llama-3.1-405b:free,Nous: Hermes 3 405B Instruct (free),FALSE,FALSE,131072,,,,,,,"Hermes 3 is a generalist language model with many improvements over Hermes 2, including advanced agentic capabilities, much better roleplayi"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,nousresearch/hermes-3-llama-3.1-405b,Nous: Hermes 3 405B Instruct,FALSE,FALSE,131072,16384,1,1,,,,"Hermes 3 is a generalist language model with many improvements over Hermes 2, including advanced agentic capabilities, much better roleplayi"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,sao10k/l3-lunaris-8b,Sao10K: Llama 3 8B Lunaris,FALSE,FALSE,8192,16384,0.04,0.05,,,,Lunaris 8B is a versatile generalist and roleplaying model based on Llama 3.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-4o-2024-08-06,OpenAI: GPT-4o (2024-08-06),FALSE,TRUE,128000,16384,2.5,10,1.25,,,"The 2024-08-06 version of GPT-4o offers improved performance in structured outputs, with the ability to supply a JSON schema in the respone_"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,meta-llama/llama-3.1-70b-instruct,Meta: Llama 3.1 70B Instruct,FALSE,FALSE,131072,16384,0.4,0.4,,,,Meta's latest class of model (Llama 3.1) launched with a variety of sizes & flavors.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,meta-llama/llama-3.1-8b-instruct,Meta: Llama 3.1 8B Instruct,FALSE,FALSE,131072,16384,0.02,0.05,,,,Meta's latest class of model (Llama 3.1) launched with a variety of sizes & flavors.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,mistralai/mistral-nemo,Mistral: Mistral Nemo,FALSE,FALSE,131072,,0.02,0.03,,,,A 12B parameter model with a 128k token context length built by Mistral in collaboration with NVIDIA.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-4o-mini-2024-07-18,OpenAI: GPT-4o-mini (2024-07-18),FALSE,TRUE,128000,16384,0.15,0.6,0.075,,,"GPT-4o mini is OpenAI's newest model after [GPT-4 Omni](/models/openai/gpt-4o), supporting both text and image inputs with text outputs."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-4o-mini,OpenAI: GPT-4o-mini,FALSE,TRUE,128000,16384,0.15,0.6,0.075,,,"GPT-4o mini is OpenAI's newest model after [GPT-4 Omni](/models/openai/gpt-4o), supporting both text and image inputs with text outputs."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,google/gemma-2-27b-it,Google: Gemma 2 27B,FALSE,FALSE,8192,2048,0.65,0.65,,,,Gemma 2 27B by Google is an open model built from the same research and technology used to create the [Gemini models](/models?q=gemini).
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,sao10k/l3-euryale-70b,Sao10k: Llama 3 Euryale 70B v2.1,FALSE,FALSE,8192,8192,1.48,1.48,,,,Euryale 70B v2.1 is a model focused on creative roleplay from [Sao10k](https://ko-fi.com/sao10k).
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,nousresearch/hermes-2-pro-llama-3-8b,NousResearch: Hermes 2 Pro - Llama-3 8B,FALSE,FALSE,8192,8192,0.14,0.14,,,,"Hermes 2 Pro is an upgraded, retrained version of Nous Hermes 2, consisting of an updated and cleaned version of the OpenHermes 2.5 Dataset,"
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-4o,OpenAI: GPT-4o,FALSE,TRUE,128000,16384,2.5,10,,,,"GPT-4o (""o"" for ""omni"") is OpenAI's latest AI model, supporting both text and image inputs with text outputs."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-4o-2024-05-13,OpenAI: GPT-4o (2024-05-13),FALSE,TRUE,128000,4096,5,15,,,,"GPT-4o (""o"" for ""omni"") is OpenAI's latest AI model, supporting both text and image inputs with text outputs."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,meta-llama/llama-3-70b-instruct,Meta: Llama 3 70B Instruct,FALSE,FALSE,8192,8000,0.51,0.74,,,,Meta's latest class of model (Llama 3) launched with a variety of sizes & flavors.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,meta-llama/llama-3-8b-instruct,Meta: Llama 3 8B Instruct,FALSE,FALSE,8192,8192,0.04,0.04,,,,Meta's latest class of model (Llama 3) launched with a variety of sizes & flavors.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,mistralai/mixtral-8x22b-instruct,Mistral: Mixtral 8x22B Instruct,FALSE,FALSE,65536,,2,6,0.2,,,Mistral's official instruct fine-tuned version of [Mixtral 8x22B](/models/mistralai/mixtral-8x22b).
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,microsoft/wizardlm-2-8x22b,WizardLM-2 8x22B,FALSE,FALSE,65536,8000,0.62,0.62,,,,WizardLM-2 8x22B is Microsoft AI's most advanced Wizard model.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-4-turbo,OpenAI: GPT-4 Turbo,FALSE,TRUE,128000,4096,10,30,,,,The latest GPT-4 Turbo model with vision capabilities.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,anthropic/claude-3-haiku,Anthropic: Claude 3 Haiku,FALSE,TRUE,200000,4096,0.25,1.25,0.03,0.3,,Claude 3 Haiku is Anthropic's fastest and most compact model for
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,mistralai/mistral-large,Mistral Large,FALSE,FALSE,128000,,2,6,0.2,,,"This is Mistral AI's flagship model, Mistral Large 2 (version `mistral-large-2407`)."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-3.5-turbo-0613,OpenAI: GPT-3.5 Turbo (older v0613),FALSE,FALSE,4095,4096,1,2,,,,GPT-3.5 Turbo is OpenAI's fastest model.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-4-turbo-preview,OpenAI: GPT-4 Turbo Preview,FALSE,FALSE,128000,4096,10,30,,,,"The preview GPT-4 model with improved instruction following, JSON mode, reproducible outputs, parallel function calling, and more."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openrouter/auto,Auto Router,TRUE,TRUE,2000000,,-1e+06,-1e+06,,,,"Your prompt will be processed by a meta-model and routed to one of dozens of models (see below), optimizing for the best possible output."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-4-1106-preview,OpenAI: GPT-4 Turbo (older v1106),FALSE,FALSE,128000,4096,10,30,,,,The latest GPT-4 Turbo model with vision capabilities.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,mistralai/mistral-7b-instruct-v0.1,Mistral: Mistral 7B Instruct v0.1,FALSE,FALSE,4096,2824,0.11,0.19,,,,"A 7.3B parameter model that outperforms Llama 2 13B on all benchmarks, with optimizations for speed and context length."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-3.5-turbo-instruct,OpenAI: GPT-3.5 Turbo Instruct,FALSE,FALSE,4095,4096,1.5,2,,,,This model is a variant of GPT-3.5 Turbo tuned for instructional prompts and omitting chat-related optimizations.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-3.5-turbo-16k,OpenAI: GPT-3.5 Turbo 16k,FALSE,FALSE,16385,4096,3,4,,,,"This model offers four times the context length of gpt-3.5-turbo, allowing it to support approximately 20 pages of text in a single request "
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,mancer/weaver,Mancer: Weaver (alpha),FALSE,FALSE,8000,2000,0.75,1,,,,"An attempt to recreate Claude-style verbosity, but don't expect the same level of coherence or memory."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,undi95/remm-slerp-l2-13b,ReMM SLERP 13B,FALSE,FALSE,6144,4096,0.45,0.65,,,,A recreation trial of the original MythoMax-L2-B13 but with updated models.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,gryphe/mythomax-l2-13b,MythoMax 13B,FALSE,FALSE,4096,4096,0.06,0.06,,,,"One of the highest performing and most popular fine-tunes of Llama 2 13B, with rich descriptions and roleplay."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-4-0314,OpenAI: GPT-4 (older v0314),FALSE,FALSE,8191,4096,30,60,,,,"GPT-4-0314 is the first version of GPT-4 released, with a context length of 8,192 tokens, and was supported until June 14."
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-3.5-turbo,OpenAI: GPT-3.5 Turbo,FALSE,FALSE,16385,4096,0.5,1.5,,,,GPT-3.5 Turbo is OpenAI's fastest model.
openrouter,OpenRouter,openrouter,openai-completions,https://openrouter.ai/api/v1,openai/gpt-4,OpenAI: GPT-4,FALSE,FALSE,8191,4096,30,60,,,,"OpenAI's flagship model, GPT-4 is a large-scale multimodal language model capable of solving difficult problems with greater accuracy than p"