|
474 | 474 | "description": "Llama 4 Scout 17B Instruct (16E) is a mixture-of-experts (MoE) language model developed by Meta, activating 17 billion parameters out of a total of 109B. It supports native multimodal input (text and image) and multilingual output (text and code) across 12 supported languages. Designed for assistant-style interaction and visual reasoning, Scout uses 16 experts per forward pass and features a context length of 10 million tokens, with a training corpus of ~40 trillion tokens.",
|
475 | 475 | "icon": "/img/models/llama.svg"
|
476 | 476 | },
|
477 |
| - { |
478 |
| - "id": "quasar", |
479 |
| - "website": "https://openrouter.ai/openrouter/quasar-alpha", |
480 |
| - "description": "This is a cloaked model provided to the community to gather feedback. It’s a powerful, all-purpose model supporting long-context tasks, including code generation. All prompts and completions for this model are logged by the provider as well as OpenRouter.", |
481 |
| - "icon": "/img/models/gpt-4.svg" |
482 |
| - }, |
483 | 477 | {
|
484 | 478 | "id": "llava",
|
485 | 479 | "tags": [
|
|
1259 | 1253 | "description": "GPT-4o mini is OpenAI's newest model after GPT-4 Omni, supporting both text and image inputs with text outputs.",
|
1260 | 1254 | "icon": "/img/models/gpt-4.svg"
|
1261 | 1255 | },
|
| 1256 | + { |
| 1257 | + "id": "gpt-4.1", |
| 1258 | + "tags": [], |
| 1259 | + "website": "https://openrouter.ai/openai/gpt-4.1", |
| 1260 | + "description": "GPT-4.1 is a flagship large language model optimized for advanced instruction following, real-world software engineering, and long-context reasoning. It supports a 1 million token context window and outperforms GPT-4o and GPT-4.5 across coding (54.6% SWE-bench Verified), instruction compliance (87.4% IFEval), and multimodal understanding benchmarks. It is tuned for precise code diffs, agent reliability, and high recall in large document contexts, making it ideal for agents, IDE tooling, and enterprise knowledge retrieval.", |
| 1261 | + "icon": "/img/models/gpt-4.svg" |
| 1262 | + }, |
| 1263 | + { |
| 1264 | + "id": "gpt-4.1-mini", |
| 1265 | + "tags": [], |
| 1266 | + "website": "https://openrouter.ai/openai/gpt-4.1-mini", |
| 1267 | + "description": "GPT-4.1 Mini is a mid-sized model delivering performance competitive with GPT-4o at substantially lower latency and cost. It retains a 1 million token context window and scores 45.1% on hard instruction evals, 35.8% on MultiChallenge, and 84.1% on IFEval. Mini also shows strong coding ability (e.g., 31.6% on Aider’s polyglot diff benchmark) and vision understanding, making it suitable for interactive applications with tight performance constraints.", |
| 1268 | + "icon": "/img/models/gpt-4.svg" |
| 1269 | + }, |
| 1270 | + { |
| 1271 | + "id": "gpt-4.1-nano", |
| 1272 | + "tags": [], |
| 1273 | + "website": "https://openrouter.ai/openai/gpt-4.1-nano", |
| 1274 | + "description": "For tasks that demand low latency, GPT‑4.1 nano is the fastest and cheapest model in the GPT-4.1 series. It delivers exceptional performance at a small size with its 1 million token context window, and scores 80.1% on MMLU, 50.3% on GPQA, and 9.8% on Aider polyglot coding – even higher than GPT‑4o mini. It’s ideal for tasks like classification or autocompletion.", |
| 1275 | + "icon": "/img/models/gpt-4.svg" |
| 1276 | + }, |
1262 | 1277 | {
|
1263 | 1278 | "id": "o1-mini",
|
1264 | 1279 | "tags": [],
|
|
0 commit comments