mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
Automated refresh of model profile data for all in-monorepo partner integrations via `langchain-profiles refresh`. 🤖 Generated by the `refresh_model_profiles` workflow. --------- Co-authored-by: mdrxy <61371264+mdrxy@users.noreply.github.com> Co-authored-by: Mason Daugherty <github@mdrxy.com>
7759 lines
238 KiB
Python
7759 lines
238 KiB
Python
"""Auto-generated model profiles.
|
|
|
|
DO NOT EDIT THIS FILE MANUALLY.
|
|
This file is generated by the langchain-profiles CLI tool.
|
|
|
|
It contains data derived from the models.dev project.
|
|
|
|
Source: https://github.com/sst/models.dev
|
|
License: MIT License
|
|
|
|
To update these data, refer to the instructions here:
|
|
|
|
https://docs.langchain.com/oss/python/langchain/models#updating-or-overwriting-profile-data
|
|
"""
|
|
|
|
from typing import Any
|
|
|
|
_PROFILES: dict[str, dict[str, Any]] = {
|
|
"ai21/jamba-large-1.7": {
|
|
"name": "Jamba Large 1.7",
|
|
"release_date": "2025-08-08",
|
|
"last_updated": "2025-08-08",
|
|
"open_weights": True,
|
|
"max_input_tokens": 256000,
|
|
"max_output_tokens": 4096,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"aion-labs/aion-1.0": {
|
|
"name": "Aion-1.0",
|
|
"release_date": "2025-02-04",
|
|
"last_updated": "2025-02-04",
|
|
"open_weights": False,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"aion-labs/aion-1.0-mini": {
|
|
"name": "Aion-1.0-Mini",
|
|
"release_date": "2025-02-04",
|
|
"last_updated": "2025-02-04",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"aion-labs/aion-2.0": {
|
|
"name": "Aion-2.0",
|
|
"release_date": "2026-02-23",
|
|
"last_updated": "2026-02-23",
|
|
"open_weights": False,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"aion-labs/aion-rp-llama-3.1-8b": {
|
|
"name": "Aion-RP 1.0 (8B)",
|
|
"release_date": "2025-02-04",
|
|
"last_updated": "2025-02-04",
|
|
"open_weights": False,
|
|
"max_input_tokens": 32768,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"alfredpros/codellama-7b-instruct-solidity": {
|
|
"name": "CodeLLaMa 7B Instruct Solidity",
|
|
"release_date": "2025-04-14",
|
|
"last_updated": "2025-04-14",
|
|
"open_weights": True,
|
|
"max_input_tokens": 4096,
|
|
"max_output_tokens": 4096,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"alibaba/tongyi-deepresearch-30b-a3b": {
|
|
"name": "Tongyi DeepResearch 30B A3B",
|
|
"release_date": "2025-09-18",
|
|
"last_updated": "2025-09-18",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"allenai/olmo-3-32b-think": {
|
|
"name": "Olmo 3 32B Think",
|
|
"release_date": "2025-11-21",
|
|
"last_updated": "2025-11-21",
|
|
"open_weights": True,
|
|
"max_input_tokens": 65536,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"amazon/nova-2-lite-v1": {
|
|
"name": "Nova 2 Lite",
|
|
"release_date": "2025-12-02",
|
|
"last_updated": "2025-12-02",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1000000,
|
|
"max_output_tokens": 65535,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"amazon/nova-lite-v1": {
|
|
"name": "Nova Lite 1.0",
|
|
"release_date": "2024-12-05",
|
|
"last_updated": "2024-12-05",
|
|
"open_weights": False,
|
|
"max_input_tokens": 300000,
|
|
"max_output_tokens": 5120,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"amazon/nova-micro-v1": {
|
|
"name": "Nova Micro 1.0",
|
|
"release_date": "2024-12-05",
|
|
"last_updated": "2024-12-05",
|
|
"open_weights": False,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 5120,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"amazon/nova-premier-v1": {
|
|
"name": "Nova Premier 1.0",
|
|
"release_date": "2025-10-31",
|
|
"last_updated": "2025-10-31",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1000000,
|
|
"max_output_tokens": 32000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"amazon/nova-pro-v1": {
|
|
"name": "Nova Pro 1.0",
|
|
"release_date": "2024-12-05",
|
|
"last_updated": "2024-12-05",
|
|
"open_weights": False,
|
|
"max_input_tokens": 300000,
|
|
"max_output_tokens": 5120,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"anthracite-org/magnum-v4-72b": {
|
|
"name": "Magnum v4 72B",
|
|
"release_date": "2024-10-22",
|
|
"last_updated": "2024-10-22",
|
|
"open_weights": True,
|
|
"max_input_tokens": 16384,
|
|
"max_output_tokens": 2048,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"anthropic/claude-3-haiku": {
|
|
"name": "Claude 3 Haiku",
|
|
"release_date": "2024-03-13",
|
|
"last_updated": "2024-03-13",
|
|
"open_weights": False,
|
|
"max_input_tokens": 200000,
|
|
"max_output_tokens": 4096,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"anthropic/claude-3.5-haiku": {
|
|
"name": "Claude 3.5 Haiku",
|
|
"release_date": "2024-11-04",
|
|
"last_updated": "2024-11-04",
|
|
"open_weights": False,
|
|
"max_input_tokens": 200000,
|
|
"max_output_tokens": 8192,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"anthropic/claude-haiku-4.5": {
|
|
"name": "Claude Haiku 4.5",
|
|
"release_date": "2025-10-15",
|
|
"last_updated": "2025-10-15",
|
|
"open_weights": False,
|
|
"max_input_tokens": 200000,
|
|
"max_output_tokens": 64000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"anthropic/claude-opus-4": {
|
|
"name": "Claude Opus 4",
|
|
"release_date": "2025-05-22",
|
|
"last_updated": "2025-05-22",
|
|
"open_weights": False,
|
|
"max_input_tokens": 200000,
|
|
"max_output_tokens": 32000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"anthropic/claude-opus-4.1": {
|
|
"name": "Claude Opus 4.1",
|
|
"release_date": "2025-08-05",
|
|
"last_updated": "2025-08-05",
|
|
"open_weights": False,
|
|
"max_input_tokens": 200000,
|
|
"max_output_tokens": 32000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"anthropic/claude-opus-4.5": {
|
|
"name": "Claude Opus 4.5",
|
|
"release_date": "2025-11-24",
|
|
"last_updated": "2025-11-24",
|
|
"open_weights": False,
|
|
"max_input_tokens": 200000,
|
|
"max_output_tokens": 64000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"anthropic/claude-opus-4.6": {
|
|
"name": "Claude Opus 4.6",
|
|
"release_date": "2026-02-04",
|
|
"last_updated": "2026-02-04",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1000000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"anthropic/claude-opus-4.6-fast": {
|
|
"name": "Claude Opus 4.6 (Fast)",
|
|
"release_date": "2026-04-07",
|
|
"last_updated": "2026-04-07",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1000000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"anthropic/claude-opus-4.7": {
|
|
"name": "Claude Opus 4.7",
|
|
"release_date": "2026-04-16",
|
|
"last_updated": "2026-04-16",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1000000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"anthropic/claude-opus-4.7-fast": {
|
|
"name": "Claude Opus 4.7 (Fast)",
|
|
"release_date": "2026-05-12",
|
|
"last_updated": "2026-05-12",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1000000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"anthropic/claude-sonnet-4": {
|
|
"name": "Claude Sonnet 4",
|
|
"release_date": "2025-05-22",
|
|
"last_updated": "2025-05-22",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1000000,
|
|
"max_output_tokens": 64000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"anthropic/claude-sonnet-4.5": {
|
|
"name": "Claude Sonnet 4.5",
|
|
"release_date": "2025-09-29",
|
|
"last_updated": "2025-09-29",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1000000,
|
|
"max_output_tokens": 64000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"anthropic/claude-sonnet-4.6": {
|
|
"name": "Claude Sonnet 4.6",
|
|
"release_date": "2026-02-17",
|
|
"last_updated": "2026-02-17",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1000000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"arcee-ai/coder-large": {
|
|
"name": "Coder Large",
|
|
"release_date": "2025-05-05",
|
|
"last_updated": "2025-05-05",
|
|
"open_weights": False,
|
|
"max_input_tokens": 32768,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"arcee-ai/maestro-reasoning": {
|
|
"name": "Maestro Reasoning",
|
|
"release_date": "2025-05-05",
|
|
"last_updated": "2025-05-05",
|
|
"open_weights": False,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 32000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"arcee-ai/spotlight": {
|
|
"name": "Spotlight",
|
|
"release_date": "2025-05-05",
|
|
"last_updated": "2025-05-05",
|
|
"open_weights": False,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 65537,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"arcee-ai/trinity-large-preview": {
|
|
"name": "Trinity Large Preview",
|
|
"release_date": "2026-01-27",
|
|
"last_updated": "2026-01-27",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131000,
|
|
"max_output_tokens": 131000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"arcee-ai/trinity-large-thinking": {
|
|
"name": "Trinity Large Thinking",
|
|
"release_date": "2026-04-01",
|
|
"last_updated": "2026-04-01",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 262144,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"arcee-ai/trinity-large-thinking:free": {
|
|
"name": "Trinity Large Thinking (free)",
|
|
"release_date": "2026-04-01",
|
|
"last_updated": "2026-04-01",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 80000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"arcee-ai/trinity-mini": {
|
|
"name": "Trinity Mini",
|
|
"release_date": "2025-12-01",
|
|
"last_updated": "2025-12-01",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"arcee-ai/virtuoso-large": {
|
|
"name": "Virtuoso Large",
|
|
"release_date": "2025-05-05",
|
|
"last_updated": "2025-05-05",
|
|
"open_weights": False,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 64000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"baidu/cobuddy:free": {
|
|
"name": "CoBuddy (free)",
|
|
"release_date": "2026-05-06",
|
|
"last_updated": "2026-05-06",
|
|
"open_weights": False,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": False,
|
|
},
|
|
"baidu/ernie-4.5-21b-a3b": {
|
|
"name": "ERNIE 4.5 21B A3B",
|
|
"release_date": "2025-08-12",
|
|
"last_updated": "2025-08-12",
|
|
"open_weights": True,
|
|
"max_input_tokens": 120000,
|
|
"max_output_tokens": 8000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"baidu/ernie-4.5-21b-a3b-thinking": {
|
|
"name": "ERNIE 4.5 21B A3B Thinking",
|
|
"release_date": "2025-10-09",
|
|
"last_updated": "2025-10-09",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"baidu/ernie-4.5-300b-a47b": {
|
|
"name": "ERNIE 4.5 300B A47B ",
|
|
"release_date": "2025-06-30",
|
|
"last_updated": "2025-06-30",
|
|
"open_weights": True,
|
|
"max_input_tokens": 123000,
|
|
"max_output_tokens": 12000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"baidu/ernie-4.5-vl-28b-a3b": {
|
|
"name": "ERNIE 4.5 VL 28B A3B",
|
|
"release_date": "2025-08-12",
|
|
"last_updated": "2025-08-12",
|
|
"open_weights": True,
|
|
"max_input_tokens": 30000,
|
|
"max_output_tokens": 8000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"baidu/ernie-4.5-vl-424b-a47b": {
|
|
"name": "ERNIE 4.5 VL 424B A47B ",
|
|
"release_date": "2025-06-30",
|
|
"last_updated": "2025-06-30",
|
|
"open_weights": True,
|
|
"max_input_tokens": 123000,
|
|
"max_output_tokens": 16000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"baidu/qianfan-ocr-fast": {
|
|
"name": "Qianfan-OCR-Fast",
|
|
"release_date": "2026-04-20",
|
|
"last_updated": "2026-04-20",
|
|
"open_weights": False,
|
|
"max_input_tokens": 65536,
|
|
"max_output_tokens": 28672,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"bytedance-seed/seed-1.6": {
|
|
"name": "Seed 1.6",
|
|
"release_date": "2025-12-23",
|
|
"last_updated": "2025-12-23",
|
|
"open_weights": False,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"bytedance-seed/seed-1.6-flash": {
|
|
"name": "Seed 1.6 Flash",
|
|
"release_date": "2025-12-23",
|
|
"last_updated": "2025-12-23",
|
|
"open_weights": False,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"bytedance-seed/seed-2.0-lite": {
|
|
"name": "Seed-2.0-Lite",
|
|
"release_date": "2026-03-10",
|
|
"last_updated": "2026-03-10",
|
|
"open_weights": False,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"bytedance-seed/seed-2.0-mini": {
|
|
"name": "Seed-2.0-Mini",
|
|
"release_date": "2026-02-26",
|
|
"last_updated": "2026-02-26",
|
|
"open_weights": False,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"bytedance/ui-tars-1.5-7b": {
|
|
"name": "UI-TARS 7B ",
|
|
"release_date": "2025-07-22",
|
|
"last_updated": "2025-07-22",
|
|
"open_weights": True,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 2048,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"cognitivecomputations/dolphin-mistral-24b-venice-edition:free": {
|
|
"name": "Uncensored (free)",
|
|
"release_date": "2025-07-09",
|
|
"last_updated": "2025-07-09",
|
|
"open_weights": True,
|
|
"max_input_tokens": 32768,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"cohere/command-a": {
|
|
"name": "Command A",
|
|
"release_date": "2025-03-13",
|
|
"last_updated": "2025-03-13",
|
|
"open_weights": True,
|
|
"max_input_tokens": 256000,
|
|
"max_output_tokens": 8192,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"cohere/command-r-08-2024": {
|
|
"name": "Command R (08-2024)",
|
|
"release_date": "2024-08-30",
|
|
"last_updated": "2024-08-30",
|
|
"open_weights": False,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 4000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"cohere/command-r-plus-08-2024": {
|
|
"name": "Command R+ (08-2024)",
|
|
"release_date": "2024-08-30",
|
|
"last_updated": "2024-08-30",
|
|
"open_weights": False,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 4000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"cohere/command-r7b-12-2024": {
|
|
"name": "Command R7B (12-2024)",
|
|
"release_date": "2024-12-14",
|
|
"last_updated": "2024-12-14",
|
|
"open_weights": False,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 4000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"deepcogito/cogito-v2.1-671b": {
|
|
"name": "Cogito v2.1 671B",
|
|
"release_date": "2025-11-13",
|
|
"last_updated": "2025-11-13",
|
|
"open_weights": False,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"deepseek/deepseek-chat": {
|
|
"name": "DeepSeek V3",
|
|
"release_date": "2024-12-26",
|
|
"last_updated": "2024-12-26",
|
|
"open_weights": True,
|
|
"max_input_tokens": 163840,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"deepseek/deepseek-chat-v3-0324": {
|
|
"name": "DeepSeek V3 0324",
|
|
"release_date": "2025-03-24",
|
|
"last_updated": "2025-03-24",
|
|
"open_weights": True,
|
|
"max_input_tokens": 163840,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"deepseek/deepseek-chat-v3.1": {
|
|
"name": "DeepSeek V3.1",
|
|
"release_date": "2025-08-21",
|
|
"last_updated": "2025-08-21",
|
|
"open_weights": True,
|
|
"max_input_tokens": 163840,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"deepseek/deepseek-r1": {
|
|
"name": "R1",
|
|
"release_date": "2025-01-20",
|
|
"last_updated": "2025-01-20",
|
|
"open_weights": True,
|
|
"max_input_tokens": 64000,
|
|
"max_output_tokens": 16000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"deepseek/deepseek-r1-0528": {
|
|
"name": "R1 0528",
|
|
"release_date": "2025-05-28",
|
|
"last_updated": "2025-05-28",
|
|
"open_weights": True,
|
|
"max_input_tokens": 163840,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"deepseek/deepseek-r1-distill-llama-70b": {
|
|
"name": "R1 Distill Llama 70B",
|
|
"release_date": "2025-01-23",
|
|
"last_updated": "2025-01-23",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"deepseek/deepseek-r1-distill-qwen-32b": {
|
|
"name": "R1 Distill Qwen 32B",
|
|
"release_date": "2025-01-29",
|
|
"last_updated": "2025-01-29",
|
|
"open_weights": True,
|
|
"max_input_tokens": 32768,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"deepseek/deepseek-v3.1-terminus": {
|
|
"name": "DeepSeek V3.1 Terminus",
|
|
"release_date": "2025-09-22",
|
|
"last_updated": "2025-09-22",
|
|
"open_weights": True,
|
|
"max_input_tokens": 163840,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"deepseek/deepseek-v3.2": {
|
|
"name": "DeepSeek V3.2",
|
|
"release_date": "2025-12-01",
|
|
"last_updated": "2025-12-01",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"deepseek/deepseek-v3.2-exp": {
|
|
"name": "DeepSeek V3.2 Exp",
|
|
"release_date": "2025-09-29",
|
|
"last_updated": "2025-09-29",
|
|
"open_weights": True,
|
|
"max_input_tokens": 163840,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"deepseek/deepseek-v3.2-speciale": {
|
|
"name": "DeepSeek V3.2 Speciale",
|
|
"release_date": "2025-12-01",
|
|
"last_updated": "2025-12-01",
|
|
"open_weights": True,
|
|
"max_input_tokens": 163840,
|
|
"max_output_tokens": 163840,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"deepseek/deepseek-v4-flash": {
|
|
"name": "DeepSeek V4 Flash",
|
|
"release_date": "2026-04-24",
|
|
"last_updated": "2026-04-24",
|
|
"open_weights": True,
|
|
"max_input_tokens": 1048576,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"deepseek/deepseek-v4-flash:free": {
|
|
"name": "DeepSeek V4 Flash (free)",
|
|
"release_date": "2026-04-24",
|
|
"last_updated": "2026-04-24",
|
|
"open_weights": True,
|
|
"max_input_tokens": 1048576,
|
|
"max_output_tokens": 384000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": False,
|
|
},
|
|
"deepseek/deepseek-v4-pro": {
|
|
"name": "DeepSeek V4 Pro",
|
|
"release_date": "2026-04-24",
|
|
"last_updated": "2026-04-24",
|
|
"open_weights": True,
|
|
"max_input_tokens": 1048576,
|
|
"max_output_tokens": 384000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"essentialai/rnj-1-instruct": {
|
|
"name": "Rnj 1 Instruct",
|
|
"release_date": "2025-12-07",
|
|
"last_updated": "2025-12-07",
|
|
"open_weights": True,
|
|
"max_input_tokens": 32768,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"google/gemini-2.0-flash-001": {
|
|
"name": "Gemini 2.0 Flash",
|
|
"release_date": "2025-02-05",
|
|
"last_updated": "2025-02-05",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1048576,
|
|
"max_output_tokens": 8192,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": True,
|
|
"pdf_inputs": True,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"google/gemini-2.0-flash-lite-001": {
|
|
"name": "Gemini 2.0 Flash Lite",
|
|
"release_date": "2025-02-25",
|
|
"last_updated": "2025-02-25",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1048576,
|
|
"max_output_tokens": 8192,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": True,
|
|
"pdf_inputs": True,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"google/gemini-2.5-flash": {
|
|
"name": "Gemini 2.5 Flash",
|
|
"release_date": "2025-06-17",
|
|
"last_updated": "2025-06-17",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1048576,
|
|
"max_output_tokens": 65535,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": True,
|
|
"pdf_inputs": True,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"google/gemini-2.5-flash-image": {
|
|
"name": "Nano Banana (Gemini 2.5 Flash Image)",
|
|
"release_date": "2025-10-07",
|
|
"last_updated": "2025-10-07",
|
|
"open_weights": False,
|
|
"max_input_tokens": 32768,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": True,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"google/gemini-2.5-flash-lite": {
|
|
"name": "Gemini 2.5 Flash Lite",
|
|
"release_date": "2025-07-22",
|
|
"last_updated": "2025-07-22",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1048576,
|
|
"max_output_tokens": 65535,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": True,
|
|
"pdf_inputs": True,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"google/gemini-2.5-flash-lite-preview-09-2025": {
|
|
"name": "Gemini 2.5 Flash Lite Preview 09-2025",
|
|
"release_date": "2025-09-25",
|
|
"last_updated": "2025-09-25",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1048576,
|
|
"max_output_tokens": 65535,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": True,
|
|
"pdf_inputs": True,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"google/gemini-2.5-pro": {
|
|
"name": "Gemini 2.5 Pro",
|
|
"release_date": "2025-06-17",
|
|
"last_updated": "2025-06-17",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1048576,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": True,
|
|
"pdf_inputs": True,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"google/gemini-2.5-pro-preview": {
|
|
"name": "Gemini 2.5 Pro Preview 06-05",
|
|
"release_date": "2025-06-05",
|
|
"last_updated": "2025-06-05",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1048576,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": True,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"google/gemini-2.5-pro-preview-05-06": {
|
|
"name": "Gemini 2.5 Pro Preview 05-06",
|
|
"release_date": "2025-05-07",
|
|
"last_updated": "2025-05-07",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1048576,
|
|
"max_output_tokens": 65535,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": True,
|
|
"pdf_inputs": True,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"google/gemini-3-flash-preview": {
|
|
"name": "Gemini 3 Flash Preview",
|
|
"release_date": "2025-12-17",
|
|
"last_updated": "2025-12-17",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1048576,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": True,
|
|
"pdf_inputs": True,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"google/gemini-3-pro-image-preview": {
|
|
"name": "Nano Banana Pro (Gemini 3 Pro Image Preview)",
|
|
"release_date": "2025-11-20",
|
|
"last_updated": "2025-11-20",
|
|
"open_weights": False,
|
|
"max_input_tokens": 65536,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": True,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"google/gemini-3.1-flash-image-preview": {
|
|
"name": "Nano Banana 2 (Gemini 3.1 Flash Image Preview)",
|
|
"release_date": "2026-02-26",
|
|
"last_updated": "2026-02-26",
|
|
"open_weights": False,
|
|
"max_input_tokens": 65536,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": True,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"google/gemini-3.1-flash-lite": {
|
|
"name": "Gemini 3.1 Flash Lite",
|
|
"release_date": "2026-05-07",
|
|
"last_updated": "2026-05-07",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1048576,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": True,
|
|
"pdf_inputs": True,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"google/gemini-3.1-flash-lite-preview": {
|
|
"name": "Gemini 3.1 Flash Lite Preview",
|
|
"release_date": "2026-03-03",
|
|
"last_updated": "2026-03-03",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1048576,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": True,
|
|
"pdf_inputs": True,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"google/gemini-3.1-pro-preview": {
|
|
"name": "Gemini 3.1 Pro Preview",
|
|
"release_date": "2026-02-19",
|
|
"last_updated": "2026-02-19",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1048576,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": True,
|
|
"pdf_inputs": True,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"google/gemini-3.1-pro-preview-customtools": {
|
|
"name": "Gemini 3.1 Pro Preview Custom Tools",
|
|
"release_date": "2026-02-25",
|
|
"last_updated": "2026-02-25",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1048576,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": True,
|
|
"pdf_inputs": True,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"google/gemma-2-27b-it": {
|
|
"name": "Gemma 2 27B",
|
|
"release_date": "2024-07-13",
|
|
"last_updated": "2024-07-13",
|
|
"open_weights": True,
|
|
"max_input_tokens": 8192,
|
|
"max_output_tokens": 2048,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"google/gemma-3-12b-it": {
|
|
"name": "Gemma 3 12B",
|
|
"release_date": "2025-03-13",
|
|
"last_updated": "2025-03-13",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"google/gemma-3-27b-it": {
|
|
"name": "Gemma 3 27B",
|
|
"release_date": "2025-03-12",
|
|
"last_updated": "2025-03-12",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"google/gemma-3-4b-it": {
|
|
"name": "Gemma 3 4B",
|
|
"release_date": "2025-03-13",
|
|
"last_updated": "2025-03-13",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"google/gemma-3n-e4b-it": {
|
|
"name": "Gemma 3n 4B",
|
|
"release_date": "2025-05-20",
|
|
"last_updated": "2025-05-20",
|
|
"open_weights": True,
|
|
"max_input_tokens": 32768,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"google/gemma-4-26b-a4b-it": {
|
|
"name": "Gemma 4 26B A4B ",
|
|
"release_date": "2026-04-03",
|
|
"last_updated": "2026-04-03",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 262144,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"google/gemma-4-26b-a4b-it:free": {
|
|
"name": "Gemma 4 26B A4B (free)",
|
|
"release_date": "2026-04-03",
|
|
"last_updated": "2026-04-03",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"google/gemma-4-31b-it": {
|
|
"name": "Gemma 4 31B",
|
|
"release_date": "2026-04-02",
|
|
"last_updated": "2026-04-02",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"google/gemma-4-31b-it:free": {
|
|
"name": "Gemma 4 31B (free)",
|
|
"release_date": "2026-04-02",
|
|
"last_updated": "2026-04-02",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"google/lyria-3-clip-preview": {
|
|
"name": "Lyria 3 Clip Preview",
|
|
"release_date": "2026-03-30",
|
|
"last_updated": "2026-03-30",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1048576,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": True,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"google/lyria-3-pro-preview": {
|
|
"name": "Lyria 3 Pro Preview",
|
|
"release_date": "2026-03-30",
|
|
"last_updated": "2026-03-30",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1048576,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": True,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"gryphe/mythomax-l2-13b": {
|
|
"name": "MythoMax 13B",
|
|
"release_date": "2023-07-02",
|
|
"last_updated": "2023-07-02",
|
|
"open_weights": True,
|
|
"max_input_tokens": 4096,
|
|
"max_output_tokens": 4096,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"ibm-granite/granite-4.0-h-micro": {
|
|
"name": "Granite 4.0 Micro",
|
|
"release_date": "2025-10-20",
|
|
"last_updated": "2025-10-20",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131000,
|
|
"max_output_tokens": 131000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"ibm-granite/granite-4.1-8b": {
|
|
"name": "Granite 4.1 8B",
|
|
"release_date": "2026-04-30",
|
|
"last_updated": "2026-04-30",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"inception/mercury-2": {
|
|
"name": "Mercury 2",
|
|
"release_date": "2026-03-04",
|
|
"last_updated": "2026-03-04",
|
|
"open_weights": False,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 50000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"inclusionai/ling-2.6-1t": {
|
|
"name": "Ling-2.6-1T",
|
|
"release_date": "2026-04-23",
|
|
"last_updated": "2026-04-23",
|
|
"open_weights": False,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"inclusionai/ling-2.6-flash": {
|
|
"name": "Ling-2.6-flash",
|
|
"release_date": "2026-04-21",
|
|
"last_updated": "2026-04-21",
|
|
"open_weights": False,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"inclusionai/ring-2.6-1t:free": {
|
|
"name": "Ring-2.6-1T (free)",
|
|
"release_date": "2026-05-08",
|
|
"last_updated": "2026-05-08",
|
|
"open_weights": False,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"inflection/inflection-3-pi": {
|
|
"name": "Inflection 3 Pi",
|
|
"release_date": "2024-10-11",
|
|
"last_updated": "2024-10-11",
|
|
"open_weights": False,
|
|
"max_input_tokens": 8000,
|
|
"max_output_tokens": 1024,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"inflection/inflection-3-productivity": {
|
|
"name": "Inflection 3 Productivity",
|
|
"release_date": "2024-10-11",
|
|
"last_updated": "2024-10-11",
|
|
"open_weights": False,
|
|
"max_input_tokens": 8000,
|
|
"max_output_tokens": 1024,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"kwaipilot/kat-coder-pro-v2": {
|
|
"name": "KAT-Coder-Pro V2",
|
|
"release_date": "2026-03-27",
|
|
"last_updated": "2026-03-27",
|
|
"open_weights": False,
|
|
"max_input_tokens": 256000,
|
|
"max_output_tokens": 80000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"liquid/lfm-2-24b-a2b": {
|
|
"name": "LFM2-24B-A2B",
|
|
"release_date": "2026-02-25",
|
|
"last_updated": "2026-02-25",
|
|
"open_weights": True,
|
|
"max_input_tokens": 32768,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"liquid/lfm-2.5-1.2b-instruct:free": {
|
|
"name": "LFM2.5-1.2B-Instruct (free)",
|
|
"release_date": "2026-01-20",
|
|
"last_updated": "2026-01-20",
|
|
"open_weights": True,
|
|
"max_input_tokens": 32768,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"liquid/lfm-2.5-1.2b-thinking:free": {
|
|
"name": "LFM2.5-1.2B-Thinking (free)",
|
|
"release_date": "2026-01-20",
|
|
"last_updated": "2026-01-20",
|
|
"open_weights": True,
|
|
"max_input_tokens": 32768,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"mancer/weaver": {
|
|
"name": "Weaver (alpha)",
|
|
"release_date": "2023-08-02",
|
|
"last_updated": "2023-08-02",
|
|
"open_weights": False,
|
|
"max_input_tokens": 8000,
|
|
"max_output_tokens": 2000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"meta-llama/llama-3-70b-instruct": {
|
|
"name": "Llama 3 70B Instruct",
|
|
"release_date": "2024-04-18",
|
|
"last_updated": "2024-04-18",
|
|
"open_weights": True,
|
|
"max_input_tokens": 8192,
|
|
"max_output_tokens": 8000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"meta-llama/llama-3-8b-instruct": {
|
|
"name": "Llama 3 8B Instruct",
|
|
"release_date": "2024-04-18",
|
|
"last_updated": "2024-04-18",
|
|
"open_weights": True,
|
|
"max_input_tokens": 8192,
|
|
"max_output_tokens": 8192,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"meta-llama/llama-3.1-70b-instruct": {
|
|
"name": "Llama 3.1 70B Instruct",
|
|
"release_date": "2024-07-23",
|
|
"last_updated": "2024-07-23",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"meta-llama/llama-3.1-8b-instruct": {
|
|
"name": "Llama 3.1 8B Instruct",
|
|
"release_date": "2024-07-23",
|
|
"last_updated": "2024-07-23",
|
|
"open_weights": True,
|
|
"max_input_tokens": 16384,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"meta-llama/llama-3.2-11b-vision-instruct": {
|
|
"name": "Llama 3.2 11B Vision Instruct",
|
|
"release_date": "2024-09-25",
|
|
"last_updated": "2024-09-25",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"meta-llama/llama-3.2-1b-instruct": {
|
|
"name": "Llama 3.2 1B Instruct",
|
|
"release_date": "2024-09-25",
|
|
"last_updated": "2024-09-25",
|
|
"open_weights": True,
|
|
"max_input_tokens": 60000,
|
|
"max_output_tokens": 60000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"meta-llama/llama-3.2-3b-instruct": {
|
|
"name": "Llama 3.2 3B Instruct",
|
|
"release_date": "2024-09-25",
|
|
"last_updated": "2024-09-25",
|
|
"open_weights": True,
|
|
"max_input_tokens": 80000,
|
|
"max_output_tokens": 80000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"meta-llama/llama-3.2-3b-instruct:free": {
|
|
"name": "Llama 3.2 3B Instruct (free)",
|
|
"release_date": "2024-09-25",
|
|
"last_updated": "2024-09-25",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"meta-llama/llama-3.3-70b-instruct": {
|
|
"name": "Llama 3.3 70B Instruct",
|
|
"release_date": "2024-12-06",
|
|
"last_updated": "2024-12-06",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"meta-llama/llama-3.3-70b-instruct:free": {
|
|
"name": "Llama 3.3 70B Instruct (free)",
|
|
"release_date": "2024-12-06",
|
|
"last_updated": "2024-12-06",
|
|
"open_weights": True,
|
|
"max_input_tokens": 65536,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"meta-llama/llama-4-maverick": {
|
|
"name": "Llama 4 Maverick",
|
|
"release_date": "2025-04-05",
|
|
"last_updated": "2025-04-05",
|
|
"open_weights": True,
|
|
"max_input_tokens": 1048576,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"meta-llama/llama-4-scout": {
|
|
"name": "Llama 4 Scout",
|
|
"release_date": "2025-04-05",
|
|
"last_updated": "2025-04-05",
|
|
"open_weights": True,
|
|
"max_input_tokens": 327680,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"meta-llama/llama-guard-3-8b": {
|
|
"name": "Llama Guard 3 8B",
|
|
"release_date": "2025-02-12",
|
|
"last_updated": "2025-02-12",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"meta-llama/llama-guard-4-12b": {
|
|
"name": "Llama Guard 4 12B",
|
|
"release_date": "2025-04-30",
|
|
"last_updated": "2025-04-30",
|
|
"open_weights": True,
|
|
"max_input_tokens": 163840,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"microsoft/phi-4": {
|
|
"name": "Phi 4",
|
|
"release_date": "2025-01-10",
|
|
"last_updated": "2025-01-10",
|
|
"open_weights": True,
|
|
"max_input_tokens": 16384,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"microsoft/phi-4-mini-instruct": {
|
|
"name": "Phi 4 Mini Instruct",
|
|
"release_date": "2025-10-17",
|
|
"last_updated": "2025-10-17",
|
|
"open_weights": True,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"microsoft/wizardlm-2-8x22b": {
|
|
"name": "WizardLM-2 8x22B",
|
|
"release_date": "2024-04-16",
|
|
"last_updated": "2024-04-16",
|
|
"open_weights": True,
|
|
"max_input_tokens": 65535,
|
|
"max_output_tokens": 8000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"minimax/minimax-01": {
|
|
"name": "MiniMax-01",
|
|
"release_date": "2025-01-15",
|
|
"last_updated": "2025-01-15",
|
|
"open_weights": True,
|
|
"max_input_tokens": 1000192,
|
|
"max_output_tokens": 1000192,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"minimax/minimax-m1": {
|
|
"name": "MiniMax M1",
|
|
"release_date": "2025-06-17",
|
|
"last_updated": "2025-06-17",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1000000,
|
|
"max_output_tokens": 40000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"minimax/minimax-m2": {
|
|
"name": "MiniMax M2",
|
|
"release_date": "2025-10-23",
|
|
"last_updated": "2025-10-23",
|
|
"open_weights": True,
|
|
"max_input_tokens": 196608,
|
|
"max_output_tokens": 196608,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"minimax/minimax-m2-her": {
|
|
"name": "MiniMax M2-her",
|
|
"release_date": "2026-01-23",
|
|
"last_updated": "2026-01-23",
|
|
"open_weights": False,
|
|
"max_input_tokens": 65536,
|
|
"max_output_tokens": 2048,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"minimax/minimax-m2.1": {
|
|
"name": "MiniMax M2.1",
|
|
"release_date": "2025-12-23",
|
|
"last_updated": "2025-12-23",
|
|
"open_weights": True,
|
|
"max_input_tokens": 196608,
|
|
"max_output_tokens": 196608,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"minimax/minimax-m2.5": {
|
|
"name": "MiniMax M2.5",
|
|
"release_date": "2026-02-12",
|
|
"last_updated": "2026-02-12",
|
|
"open_weights": True,
|
|
"max_input_tokens": 196608,
|
|
"max_output_tokens": 196608,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"minimax/minimax-m2.5:free": {
|
|
"name": "MiniMax M2.5 (free)",
|
|
"release_date": "2026-02-12",
|
|
"last_updated": "2026-02-12",
|
|
"open_weights": True,
|
|
"max_input_tokens": 196608,
|
|
"max_output_tokens": 8192,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"minimax/minimax-m2.7": {
|
|
"name": "MiniMax M2.7",
|
|
"release_date": "2026-03-18",
|
|
"last_updated": "2026-03-18",
|
|
"open_weights": True,
|
|
"max_input_tokens": 196608,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"mistralai/codestral-2508": {
|
|
"name": "Codestral 2508",
|
|
"release_date": "2025-08-01",
|
|
"last_updated": "2025-08-01",
|
|
"open_weights": False,
|
|
"max_input_tokens": 256000,
|
|
"max_output_tokens": 256000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"mistralai/devstral-2512": {
|
|
"name": "Devstral 2 2512",
|
|
"release_date": "2025-12-09",
|
|
"last_updated": "2025-12-09",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 262144,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"mistralai/devstral-medium": {
|
|
"name": "Devstral Medium",
|
|
"release_date": "2025-07-10",
|
|
"last_updated": "2025-07-10",
|
|
"open_weights": False,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"mistralai/devstral-small": {
|
|
"name": "Devstral Small 1.1",
|
|
"release_date": "2025-07-10",
|
|
"last_updated": "2025-07-10",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"mistralai/ministral-14b-2512": {
|
|
"name": "Ministral 3 14B 2512",
|
|
"release_date": "2025-12-02",
|
|
"last_updated": "2025-12-02",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 262144,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"mistralai/ministral-3b-2512": {
|
|
"name": "Ministral 3 3B 2512",
|
|
"release_date": "2025-12-02",
|
|
"last_updated": "2025-12-02",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"mistralai/ministral-8b-2512": {
|
|
"name": "Ministral 3 8B 2512",
|
|
"release_date": "2025-12-02",
|
|
"last_updated": "2025-12-02",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 262144,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"mistralai/mistral-7b-instruct-v0.1": {
|
|
"name": "Mistral 7B Instruct v0.1",
|
|
"release_date": "2023-09-28",
|
|
"last_updated": "2023-09-28",
|
|
"open_weights": True,
|
|
"max_input_tokens": 2824,
|
|
"max_output_tokens": 2824,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"mistralai/mistral-large": {
|
|
"name": "Mistral Large",
|
|
"release_date": "2024-02-26",
|
|
"last_updated": "2024-02-26",
|
|
"open_weights": False,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"mistralai/mistral-large-2407": {
|
|
"name": "Mistral Large 2407",
|
|
"release_date": "2024-11-19",
|
|
"last_updated": "2024-11-19",
|
|
"open_weights": False,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"mistralai/mistral-large-2411": {
|
|
"name": "Mistral Large 2411",
|
|
"release_date": "2024-11-19",
|
|
"last_updated": "2024-11-19",
|
|
"open_weights": False,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"mistralai/mistral-large-2512": {
|
|
"name": "Mistral Large 3 2512",
|
|
"release_date": "2025-12-01",
|
|
"last_updated": "2025-12-01",
|
|
"open_weights": False,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 262144,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"mistralai/mistral-medium-3": {
|
|
"name": "Mistral Medium 3",
|
|
"release_date": "2025-05-07",
|
|
"last_updated": "2025-05-07",
|
|
"open_weights": False,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"mistralai/mistral-medium-3-5": {
|
|
"name": "Mistral Medium 3.5",
|
|
"release_date": "2026-04-30",
|
|
"last_updated": "2026-04-30",
|
|
"open_weights": False,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 262144,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"mistralai/mistral-medium-3.1": {
|
|
"name": "Mistral Medium 3.1",
|
|
"release_date": "2025-08-13",
|
|
"last_updated": "2025-08-13",
|
|
"open_weights": False,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 262144,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"mistralai/mistral-nemo": {
|
|
"name": "Mistral Nemo",
|
|
"release_date": "2024-07-19",
|
|
"last_updated": "2024-07-19",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"mistralai/mistral-saba": {
|
|
"name": "Saba",
|
|
"release_date": "2025-02-17",
|
|
"last_updated": "2025-02-17",
|
|
"open_weights": False,
|
|
"max_input_tokens": 32768,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"mistralai/mistral-small-24b-instruct-2501": {
|
|
"name": "Mistral Small 3",
|
|
"release_date": "2025-01-30",
|
|
"last_updated": "2025-01-30",
|
|
"open_weights": True,
|
|
"max_input_tokens": 32768,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"mistralai/mistral-small-2603": {
|
|
"name": "Mistral Small 4",
|
|
"release_date": "2026-03-16",
|
|
"last_updated": "2026-03-16",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 262144,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"mistralai/mistral-small-3.1-24b-instruct": {
|
|
"name": "Mistral Small 3.1 24B",
|
|
"release_date": "2025-03-17",
|
|
"last_updated": "2025-03-17",
|
|
"open_weights": True,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 8192,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"mistralai/mistral-small-3.2-24b-instruct": {
|
|
"name": "Mistral Small 3.2 24B",
|
|
"release_date": "2025-06-20",
|
|
"last_updated": "2025-06-20",
|
|
"open_weights": True,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"mistralai/mixtral-8x22b-instruct": {
|
|
"name": "Mixtral 8x22B Instruct",
|
|
"release_date": "2024-04-17",
|
|
"last_updated": "2024-04-17",
|
|
"open_weights": True,
|
|
"max_input_tokens": 65536,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"mistralai/pixtral-large-2411": {
|
|
"name": "Pixtral Large 2411",
|
|
"release_date": "2024-11-19",
|
|
"last_updated": "2024-11-19",
|
|
"open_weights": False,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"mistralai/voxtral-small-24b-2507": {
|
|
"name": "Voxtral Small 24B 2507",
|
|
"release_date": "2025-10-30",
|
|
"last_updated": "2025-10-30",
|
|
"open_weights": True,
|
|
"max_input_tokens": 32000,
|
|
"max_output_tokens": 32000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": True,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"moonshotai/kimi-k2": {
|
|
"name": "Kimi K2 0711",
|
|
"release_date": "2025-07-11",
|
|
"last_updated": "2025-07-11",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"moonshotai/kimi-k2-0905": {
|
|
"name": "Kimi K2 0905",
|
|
"release_date": "2025-09-04",
|
|
"last_updated": "2025-09-04",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 262144,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"moonshotai/kimi-k2-thinking": {
|
|
"name": "Kimi K2 Thinking",
|
|
"release_date": "2025-11-06",
|
|
"last_updated": "2025-11-06",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 262144,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"moonshotai/kimi-k2.5": {
|
|
"name": "Kimi K2.5",
|
|
"release_date": "2026-01-27",
|
|
"last_updated": "2026-01-27",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 262144,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"moonshotai/kimi-k2.6": {
|
|
"name": "Kimi K2.6",
|
|
"release_date": "2026-04-20",
|
|
"last_updated": "2026-04-20",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262142,
|
|
"max_output_tokens": 262142,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"morph/morph-v3-fast": {
|
|
"name": "Morph V3 Fast",
|
|
"release_date": "2025-07-07",
|
|
"last_updated": "2025-07-07",
|
|
"open_weights": False,
|
|
"max_input_tokens": 81920,
|
|
"max_output_tokens": 38000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"morph/morph-v3-large": {
|
|
"name": "Morph V3 Large",
|
|
"release_date": "2025-07-07",
|
|
"last_updated": "2025-07-07",
|
|
"open_weights": False,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"nex-agi/deepseek-v3.1-nex-n1": {
|
|
"name": "DeepSeek V3.1 Nex N1",
|
|
"release_date": "2025-12-08",
|
|
"last_updated": "2025-12-08",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 163840,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"nousresearch/hermes-2-pro-llama-3-8b": {
|
|
"name": "Hermes 2 Pro - Llama-3 8B",
|
|
"release_date": "2024-05-27",
|
|
"last_updated": "2024-05-27",
|
|
"open_weights": True,
|
|
"max_input_tokens": 8192,
|
|
"max_output_tokens": 8192,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"nousresearch/hermes-3-llama-3.1-405b": {
|
|
"name": "Hermes 3 405B Instruct",
|
|
"release_date": "2024-08-16",
|
|
"last_updated": "2024-08-16",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"nousresearch/hermes-3-llama-3.1-405b:free": {
|
|
"name": "Hermes 3 405B Instruct (free)",
|
|
"release_date": "2024-08-16",
|
|
"last_updated": "2024-08-16",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"nousresearch/hermes-3-llama-3.1-70b": {
|
|
"name": "Hermes 3 70B Instruct",
|
|
"release_date": "2024-08-18",
|
|
"last_updated": "2024-08-18",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"nousresearch/hermes-4-405b": {
|
|
"name": "Hermes 4 405B",
|
|
"release_date": "2025-08-26",
|
|
"last_updated": "2025-08-26",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"nousresearch/hermes-4-70b": {
|
|
"name": "Hermes 4 70B",
|
|
"release_date": "2025-08-26",
|
|
"last_updated": "2025-08-26",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
"name": "Llama 3.3 Nemotron Super 49B V1.5",
|
|
"release_date": "2025-10-10",
|
|
"last_updated": "2025-10-10",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"nvidia/nemotron-3-nano-30b-a3b": {
|
|
"name": "Nemotron 3 Nano 30B A3B",
|
|
"release_date": "2025-12-14",
|
|
"last_updated": "2025-12-14",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 228000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"nvidia/nemotron-3-nano-30b-a3b:free": {
|
|
"name": "Nemotron 3 Nano 30B A3B (free)",
|
|
"release_date": "2025-12-14",
|
|
"last_updated": "2025-12-14",
|
|
"open_weights": True,
|
|
"max_input_tokens": 256000,
|
|
"max_output_tokens": 256000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
|
|
"name": "Nemotron 3 Nano Omni (free)",
|
|
"release_date": "2026-04-28",
|
|
"last_updated": "2026-04-28",
|
|
"open_weights": False,
|
|
"max_input_tokens": 256000,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": True,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"nvidia/nemotron-3-super-120b-a12b": {
|
|
"name": "Nemotron 3 Super",
|
|
"release_date": "2026-03-11",
|
|
"last_updated": "2026-03-11",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 262144,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"nvidia/nemotron-3-super-120b-a12b:free": {
|
|
"name": "Nemotron 3 Super (free)",
|
|
"release_date": "2026-03-11",
|
|
"last_updated": "2026-03-11",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 262144,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"nvidia/nemotron-nano-12b-v2-vl:free": {
|
|
"name": "Nemotron Nano 12B 2 VL (free)",
|
|
"release_date": "2025-10-28",
|
|
"last_updated": "2025-10-28",
|
|
"open_weights": True,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"nvidia/nemotron-nano-9b-v2": {
|
|
"name": "Nemotron Nano 9B V2",
|
|
"release_date": "2025-09-05",
|
|
"last_updated": "2025-09-05",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"nvidia/nemotron-nano-9b-v2:free": {
|
|
"name": "Nemotron Nano 9B V2 (free)",
|
|
"release_date": "2025-09-05",
|
|
"last_updated": "2025-09-05",
|
|
"open_weights": True,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"openai/gpt-3.5-turbo": {
|
|
"name": "GPT-3.5 Turbo",
|
|
"release_date": "2023-05-28",
|
|
"last_updated": "2023-05-28",
|
|
"open_weights": False,
|
|
"max_input_tokens": 16385,
|
|
"max_output_tokens": 4096,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"openai/gpt-3.5-turbo-0613": {
|
|
"name": "GPT-3.5 Turbo (older v0613)",
|
|
"release_date": "2024-01-25",
|
|
"last_updated": "2024-01-25",
|
|
"open_weights": False,
|
|
"max_input_tokens": 4095,
|
|
"max_output_tokens": 4096,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"openai/gpt-3.5-turbo-16k": {
|
|
"name": "GPT-3.5 Turbo 16k",
|
|
"release_date": "2023-08-28",
|
|
"last_updated": "2023-08-28",
|
|
"open_weights": False,
|
|
"max_input_tokens": 16385,
|
|
"max_output_tokens": 4096,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"openai/gpt-3.5-turbo-instruct": {
|
|
"name": "GPT-3.5 Turbo Instruct",
|
|
"release_date": "2023-09-28",
|
|
"last_updated": "2023-09-28",
|
|
"open_weights": False,
|
|
"max_input_tokens": 4095,
|
|
"max_output_tokens": 4096,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"openai/gpt-4": {
|
|
"name": "GPT-4",
|
|
"release_date": "2023-05-28",
|
|
"last_updated": "2023-05-28",
|
|
"open_weights": False,
|
|
"max_input_tokens": 8191,
|
|
"max_output_tokens": 4096,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"openai/gpt-4-0314": {
|
|
"name": "GPT-4 (older v0314)",
|
|
"release_date": "2023-05-28",
|
|
"last_updated": "2023-05-28",
|
|
"open_weights": False,
|
|
"max_input_tokens": 8191,
|
|
"max_output_tokens": 4096,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"openai/gpt-4-1106-preview": {
|
|
"name": "GPT-4 Turbo (older v1106)",
|
|
"release_date": "2023-11-06",
|
|
"last_updated": "2023-11-06",
|
|
"open_weights": False,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 4096,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"openai/gpt-4-turbo": {
|
|
"name": "GPT-4 Turbo",
|
|
"release_date": "2024-04-09",
|
|
"last_updated": "2024-04-09",
|
|
"open_weights": False,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 4096,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"openai/gpt-4-turbo-preview": {
|
|
"name": "GPT-4 Turbo Preview",
|
|
"release_date": "2024-01-25",
|
|
"last_updated": "2024-01-25",
|
|
"open_weights": False,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 4096,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"openai/gpt-4.1": {
|
|
"name": "GPT-4.1",
|
|
"release_date": "2025-04-14",
|
|
"last_updated": "2025-04-14",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1047576,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"openai/gpt-4.1-mini": {
|
|
"name": "GPT-4.1 Mini",
|
|
"release_date": "2025-04-14",
|
|
"last_updated": "2025-04-14",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1047576,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"openai/gpt-4.1-nano": {
|
|
"name": "GPT-4.1 Nano",
|
|
"release_date": "2025-04-14",
|
|
"last_updated": "2025-04-14",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1047576,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"openai/gpt-4o": {
|
|
"name": "GPT-4o",
|
|
"release_date": "2024-05-13",
|
|
"last_updated": "2024-05-13",
|
|
"open_weights": False,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"openai/gpt-4o-2024-05-13": {
|
|
"name": "GPT-4o (2024-05-13)",
|
|
"release_date": "2024-05-13",
|
|
"last_updated": "2024-05-13",
|
|
"open_weights": False,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 4096,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"openai/gpt-4o-2024-08-06": {
|
|
"name": "GPT-4o (2024-08-06)",
|
|
"release_date": "2024-08-06",
|
|
"last_updated": "2024-08-06",
|
|
"open_weights": False,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"openai/gpt-4o-2024-11-20": {
|
|
"name": "GPT-4o (2024-11-20)",
|
|
"release_date": "2024-11-20",
|
|
"last_updated": "2024-11-20",
|
|
"open_weights": False,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"openai/gpt-4o-audio-preview": {
|
|
"name": "GPT-4o Audio",
|
|
"release_date": "2025-08-15",
|
|
"last_updated": "2025-08-15",
|
|
"open_weights": False,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": True,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"openai/gpt-4o-mini": {
|
|
"name": "GPT-4o-mini",
|
|
"release_date": "2024-07-18",
|
|
"last_updated": "2024-07-18",
|
|
"open_weights": False,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"openai/gpt-4o-mini-2024-07-18": {
|
|
"name": "GPT-4o-mini (2024-07-18)",
|
|
"release_date": "2024-07-18",
|
|
"last_updated": "2024-07-18",
|
|
"open_weights": False,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"openai/gpt-4o-mini-search-preview": {
|
|
"name": "GPT-4o-mini Search Preview",
|
|
"release_date": "2025-03-12",
|
|
"last_updated": "2025-03-12",
|
|
"open_weights": False,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": False,
|
|
},
|
|
"openai/gpt-4o-search-preview": {
|
|
"name": "GPT-4o Search Preview",
|
|
"release_date": "2025-03-12",
|
|
"last_updated": "2025-03-12",
|
|
"open_weights": False,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": False,
|
|
},
|
|
"openai/gpt-5": {
|
|
"name": "GPT-5",
|
|
"release_date": "2025-08-07",
|
|
"last_updated": "2025-08-07",
|
|
"open_weights": False,
|
|
"max_input_tokens": 400000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/gpt-5-chat": {
|
|
"name": "GPT-5 Chat",
|
|
"release_date": "2025-08-07",
|
|
"last_updated": "2025-08-07",
|
|
"open_weights": False,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/gpt-5-codex": {
|
|
"name": "GPT-5 Codex",
|
|
"release_date": "2025-09-23",
|
|
"last_updated": "2025-09-23",
|
|
"open_weights": False,
|
|
"max_input_tokens": 400000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/gpt-5-image": {
|
|
"name": "GPT-5 Image",
|
|
"release_date": "2025-10-14",
|
|
"last_updated": "2025-10-14",
|
|
"open_weights": False,
|
|
"max_input_tokens": 400000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": True,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"openai/gpt-5-image-mini": {
|
|
"name": "GPT-5 Image Mini",
|
|
"release_date": "2025-10-16",
|
|
"last_updated": "2025-10-16",
|
|
"open_weights": False,
|
|
"max_input_tokens": 400000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": True,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"openai/gpt-5-mini": {
|
|
"name": "GPT-5 Mini",
|
|
"release_date": "2025-08-07",
|
|
"last_updated": "2025-08-07",
|
|
"open_weights": False,
|
|
"max_input_tokens": 400000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/gpt-5-nano": {
|
|
"name": "GPT-5 Nano",
|
|
"release_date": "2025-08-07",
|
|
"last_updated": "2025-08-07",
|
|
"open_weights": False,
|
|
"max_input_tokens": 400000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/gpt-5-pro": {
|
|
"name": "GPT-5 Pro",
|
|
"release_date": "2025-10-06",
|
|
"last_updated": "2025-10-06",
|
|
"open_weights": False,
|
|
"max_input_tokens": 400000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/gpt-5.1": {
|
|
"name": "GPT-5.1",
|
|
"release_date": "2025-11-13",
|
|
"last_updated": "2025-11-13",
|
|
"open_weights": False,
|
|
"max_input_tokens": 400000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/gpt-5.1-chat": {
|
|
"name": "GPT-5.1 Chat",
|
|
"release_date": "2025-11-13",
|
|
"last_updated": "2025-11-13",
|
|
"open_weights": False,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/gpt-5.1-codex": {
|
|
"name": "GPT-5.1-Codex",
|
|
"release_date": "2025-11-13",
|
|
"last_updated": "2025-11-13",
|
|
"open_weights": False,
|
|
"max_input_tokens": 400000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/gpt-5.1-codex-max": {
|
|
"name": "GPT-5.1-Codex-Max",
|
|
"release_date": "2025-12-04",
|
|
"last_updated": "2025-12-04",
|
|
"open_weights": False,
|
|
"max_input_tokens": 400000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/gpt-5.1-codex-mini": {
|
|
"name": "GPT-5.1-Codex-Mini",
|
|
"release_date": "2025-11-13",
|
|
"last_updated": "2025-11-13",
|
|
"open_weights": False,
|
|
"max_input_tokens": 400000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/gpt-5.2": {
|
|
"name": "GPT-5.2",
|
|
"release_date": "2025-12-10",
|
|
"last_updated": "2025-12-10",
|
|
"open_weights": False,
|
|
"max_input_tokens": 400000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/gpt-5.2-chat": {
|
|
"name": "GPT-5.2 Chat",
|
|
"release_date": "2025-12-10",
|
|
"last_updated": "2025-12-10",
|
|
"open_weights": False,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 32000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/gpt-5.2-codex": {
|
|
"name": "GPT-5.2-Codex",
|
|
"release_date": "2026-01-14",
|
|
"last_updated": "2026-01-14",
|
|
"open_weights": False,
|
|
"max_input_tokens": 400000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/gpt-5.2-pro": {
|
|
"name": "GPT-5.2 Pro",
|
|
"release_date": "2025-12-10",
|
|
"last_updated": "2025-12-10",
|
|
"open_weights": False,
|
|
"max_input_tokens": 400000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/gpt-5.3-chat": {
|
|
"name": "GPT-5.3 Chat",
|
|
"release_date": "2026-03-03",
|
|
"last_updated": "2026-03-03",
|
|
"open_weights": False,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/gpt-5.3-codex": {
|
|
"name": "GPT-5.3-Codex",
|
|
"release_date": "2026-02-24",
|
|
"last_updated": "2026-02-24",
|
|
"open_weights": False,
|
|
"max_input_tokens": 400000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/gpt-5.4": {
|
|
"name": "GPT-5.4",
|
|
"release_date": "2026-03-05",
|
|
"last_updated": "2026-03-05",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1050000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/gpt-5.4-image-2": {
|
|
"name": "GPT-5.4 Image 2",
|
|
"release_date": "2026-04-21",
|
|
"last_updated": "2026-04-21",
|
|
"open_weights": False,
|
|
"max_input_tokens": 272000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": True,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/gpt-5.4-mini": {
|
|
"name": "GPT-5.4 Mini",
|
|
"release_date": "2026-03-17",
|
|
"last_updated": "2026-03-17",
|
|
"open_weights": False,
|
|
"max_input_tokens": 400000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/gpt-5.4-nano": {
|
|
"name": "GPT-5.4 Nano",
|
|
"release_date": "2026-03-17",
|
|
"last_updated": "2026-03-17",
|
|
"open_weights": False,
|
|
"max_input_tokens": 400000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/gpt-5.4-pro": {
|
|
"name": "GPT-5.4 Pro",
|
|
"release_date": "2026-03-05",
|
|
"last_updated": "2026-03-05",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1050000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/gpt-5.5": {
|
|
"name": "GPT-5.5",
|
|
"release_date": "2026-04-24",
|
|
"last_updated": "2026-04-24",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1050000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/gpt-5.5-pro": {
|
|
"name": "GPT-5.5 Pro",
|
|
"release_date": "2026-04-24",
|
|
"last_updated": "2026-04-24",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1050000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/gpt-audio": {
|
|
"name": "GPT Audio",
|
|
"release_date": "2026-01-19",
|
|
"last_updated": "2026-01-19",
|
|
"open_weights": False,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": True,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"openai/gpt-audio-mini": {
|
|
"name": "GPT Audio Mini",
|
|
"release_date": "2026-01-19",
|
|
"last_updated": "2026-01-19",
|
|
"open_weights": False,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": True,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"openai/gpt-chat-latest": {
|
|
"name": "GPT Chat Latest",
|
|
"release_date": "2026-05-05",
|
|
"last_updated": "2026-05-05",
|
|
"open_weights": False,
|
|
"max_input_tokens": 400000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/gpt-oss-120b": {
|
|
"name": "gpt-oss-120b",
|
|
"release_date": "2025-08-05",
|
|
"last_updated": "2025-08-05",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"openai/gpt-oss-120b:free": {
|
|
"name": "gpt-oss-120b (free)",
|
|
"release_date": "2025-08-05",
|
|
"last_updated": "2025-08-05",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"openai/gpt-oss-20b": {
|
|
"name": "gpt-oss-20b",
|
|
"release_date": "2025-08-05",
|
|
"last_updated": "2025-08-05",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"openai/gpt-oss-20b:free": {
|
|
"name": "gpt-oss-20b (free)",
|
|
"release_date": "2025-08-05",
|
|
"last_updated": "2025-08-05",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 8192,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"openai/gpt-oss-safeguard-20b": {
|
|
"name": "gpt-oss-safeguard-20b",
|
|
"release_date": "2025-10-29",
|
|
"last_updated": "2025-10-29",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"openai/o1": {
|
|
"name": "o1",
|
|
"release_date": "2024-12-17",
|
|
"last_updated": "2024-12-17",
|
|
"open_weights": False,
|
|
"max_input_tokens": 200000,
|
|
"max_output_tokens": 100000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/o1-pro": {
|
|
"name": "o1-pro",
|
|
"release_date": "2025-03-19",
|
|
"last_updated": "2025-03-19",
|
|
"open_weights": False,
|
|
"max_input_tokens": 200000,
|
|
"max_output_tokens": 100000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/o3": {
|
|
"name": "o3",
|
|
"release_date": "2025-04-16",
|
|
"last_updated": "2025-04-16",
|
|
"open_weights": False,
|
|
"max_input_tokens": 200000,
|
|
"max_output_tokens": 100000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/o3-deep-research": {
|
|
"name": "o3 Deep Research",
|
|
"release_date": "2025-10-10",
|
|
"last_updated": "2025-10-10",
|
|
"open_weights": False,
|
|
"max_input_tokens": 200000,
|
|
"max_output_tokens": 100000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"openai/o3-mini": {
|
|
"name": "o3 Mini",
|
|
"release_date": "2025-01-31",
|
|
"last_updated": "2025-01-31",
|
|
"open_weights": False,
|
|
"max_input_tokens": 200000,
|
|
"max_output_tokens": 100000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/o3-mini-high": {
|
|
"name": "o3 Mini High",
|
|
"release_date": "2025-02-12",
|
|
"last_updated": "2025-02-12",
|
|
"open_weights": False,
|
|
"max_input_tokens": 200000,
|
|
"max_output_tokens": 100000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/o3-pro": {
|
|
"name": "o3 Pro",
|
|
"release_date": "2025-06-10",
|
|
"last_updated": "2025-06-10",
|
|
"open_weights": False,
|
|
"max_input_tokens": 200000,
|
|
"max_output_tokens": 100000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/o4-mini": {
|
|
"name": "o4 Mini",
|
|
"release_date": "2025-04-16",
|
|
"last_updated": "2025-04-16",
|
|
"open_weights": False,
|
|
"max_input_tokens": 200000,
|
|
"max_output_tokens": 100000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openai/o4-mini-deep-research": {
|
|
"name": "o4 Mini Deep Research",
|
|
"release_date": "2025-10-10",
|
|
"last_updated": "2025-10-10",
|
|
"open_weights": False,
|
|
"max_input_tokens": 200000,
|
|
"max_output_tokens": 100000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"openai/o4-mini-high": {
|
|
"name": "o4 Mini High",
|
|
"release_date": "2025-04-16",
|
|
"last_updated": "2025-04-16",
|
|
"open_weights": False,
|
|
"max_input_tokens": 200000,
|
|
"max_output_tokens": 100000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"openrouter/auto": {
|
|
"name": "Auto Router",
|
|
"release_date": "2023-11-08",
|
|
"last_updated": "2023-11-08",
|
|
"open_weights": False,
|
|
"max_input_tokens": 2000000,
|
|
"max_output_tokens": 2000000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": True,
|
|
"pdf_inputs": True,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": True,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"openrouter/bodybuilder": {
|
|
"name": "Body Builder (beta)",
|
|
"release_date": "2025-12-05",
|
|
"last_updated": "2025-12-05",
|
|
"open_weights": False,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": False,
|
|
},
|
|
"openrouter/free": {
|
|
"name": "Free Models Router",
|
|
"release_date": "2026-02-01",
|
|
"last_updated": "2026-02-01",
|
|
"open_weights": False,
|
|
"max_input_tokens": 200000,
|
|
"max_output_tokens": 8000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"openrouter/owl-alpha": {
|
|
"name": "Owl Alpha",
|
|
"status": "alpha",
|
|
"release_date": "2026-04-28",
|
|
"last_updated": "2026-04-28",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1048756,
|
|
"max_output_tokens": 262144,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"openrouter/pareto-code": {
|
|
"name": "Pareto Code Router",
|
|
"release_date": "2026-04-21",
|
|
"last_updated": "2026-04-21",
|
|
"open_weights": False,
|
|
"max_input_tokens": 2000000,
|
|
"max_output_tokens": 200000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": False,
|
|
},
|
|
"perceptron/perceptron-mk1": {
|
|
"name": "Perceptron Mk1",
|
|
"release_date": "2026-05-12",
|
|
"last_updated": "2026-05-12",
|
|
"open_weights": False,
|
|
"max_input_tokens": 32768,
|
|
"max_output_tokens": 8192,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"perplexity/sonar": {
|
|
"name": "Sonar",
|
|
"release_date": "2025-01-27",
|
|
"last_updated": "2025-01-27",
|
|
"open_weights": False,
|
|
"max_input_tokens": 127072,
|
|
"max_output_tokens": 127072,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"perplexity/sonar-deep-research": {
|
|
"name": "Sonar Deep Research",
|
|
"release_date": "2025-03-07",
|
|
"last_updated": "2025-03-07",
|
|
"open_weights": False,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"perplexity/sonar-pro": {
|
|
"name": "Sonar Pro",
|
|
"release_date": "2025-03-07",
|
|
"last_updated": "2025-03-07",
|
|
"open_weights": False,
|
|
"max_input_tokens": 200000,
|
|
"max_output_tokens": 8000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"perplexity/sonar-pro-search": {
|
|
"name": "Sonar Pro Search",
|
|
"release_date": "2025-10-30",
|
|
"last_updated": "2025-10-30",
|
|
"open_weights": False,
|
|
"max_input_tokens": 200000,
|
|
"max_output_tokens": 8000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"perplexity/sonar-reasoning-pro": {
|
|
"name": "Sonar Reasoning Pro",
|
|
"release_date": "2025-03-07",
|
|
"last_updated": "2025-03-07",
|
|
"open_weights": False,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"poolside/laguna-m.1:free": {
|
|
"name": "Laguna M.1 (free)",
|
|
"release_date": "2026-04-28",
|
|
"last_updated": "2026-04-28",
|
|
"open_weights": False,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 8192,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"poolside/laguna-xs.2:free": {
|
|
"name": "Laguna XS.2 (free)",
|
|
"release_date": "2026-04-28",
|
|
"last_updated": "2026-04-28",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 8192,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"prime-intellect/intellect-3": {
|
|
"name": "INTELLECT-3",
|
|
"release_date": "2025-11-27",
|
|
"last_updated": "2025-11-27",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen-2.5-72b-instruct": {
|
|
"name": "Qwen2.5 72B Instruct",
|
|
"release_date": "2024-09-19",
|
|
"last_updated": "2024-09-19",
|
|
"open_weights": True,
|
|
"max_input_tokens": 32768,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen-2.5-7b-instruct": {
|
|
"name": "Qwen2.5 7B Instruct",
|
|
"release_date": "2024-10-16",
|
|
"last_updated": "2024-10-16",
|
|
"open_weights": True,
|
|
"max_input_tokens": 32768,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen-2.5-coder-32b-instruct": {
|
|
"name": "Qwen2.5 Coder 32B Instruct",
|
|
"release_date": "2024-11-11",
|
|
"last_updated": "2024-11-11",
|
|
"open_weights": True,
|
|
"max_input_tokens": 32768,
|
|
"max_output_tokens": 8192,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen-plus": {
|
|
"name": "Qwen-Plus",
|
|
"release_date": "2025-02-01",
|
|
"last_updated": "2025-02-01",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1000000,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen-plus-2025-07-28": {
|
|
"name": "Qwen Plus 0728",
|
|
"release_date": "2025-09-08",
|
|
"last_updated": "2025-09-08",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1000000,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen-plus-2025-07-28:thinking": {
|
|
"name": "Qwen Plus 0728 (thinking)",
|
|
"release_date": "2025-09-08",
|
|
"last_updated": "2025-09-08",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1000000,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen2.5-vl-72b-instruct": {
|
|
"name": "Qwen2.5 VL 72B Instruct",
|
|
"release_date": "2025-02-01",
|
|
"last_updated": "2025-02-01",
|
|
"open_weights": True,
|
|
"max_input_tokens": 32000,
|
|
"max_output_tokens": 8192,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3-14b": {
|
|
"name": "Qwen3 14B",
|
|
"release_date": "2025-04-28",
|
|
"last_updated": "2025-04-28",
|
|
"open_weights": True,
|
|
"max_input_tokens": 40960,
|
|
"max_output_tokens": 40960,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3-235b-a22b": {
|
|
"name": "Qwen3 235B A22B",
|
|
"release_date": "2025-04-28",
|
|
"last_updated": "2025-04-28",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 8192,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3-235b-a22b-2507": {
|
|
"name": "Qwen3 235B A22B Instruct 2507",
|
|
"release_date": "2025-07-21",
|
|
"last_updated": "2025-07-21",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3-235b-a22b-thinking-2507": {
|
|
"name": "Qwen3 235B A22B Thinking 2507",
|
|
"release_date": "2025-07-25",
|
|
"last_updated": "2025-07-25",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 81920,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3-30b-a3b": {
|
|
"name": "Qwen3 30B A3B",
|
|
"release_date": "2025-04-28",
|
|
"last_updated": "2025-04-28",
|
|
"open_weights": True,
|
|
"max_input_tokens": 40960,
|
|
"max_output_tokens": 20000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3-30b-a3b-instruct-2507": {
|
|
"name": "Qwen3 30B A3B Instruct 2507",
|
|
"release_date": "2025-07-29",
|
|
"last_updated": "2025-07-29",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 262144,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3-30b-a3b-thinking-2507": {
|
|
"name": "Qwen3 30B A3B Thinking 2507",
|
|
"release_date": "2025-08-28",
|
|
"last_updated": "2025-08-28",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3-32b": {
|
|
"name": "Qwen3 32B",
|
|
"release_date": "2025-04-28",
|
|
"last_updated": "2025-04-28",
|
|
"open_weights": True,
|
|
"max_input_tokens": 40960,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3-8b": {
|
|
"name": "Qwen3 8B",
|
|
"release_date": "2025-04-28",
|
|
"last_updated": "2025-04-28",
|
|
"open_weights": True,
|
|
"max_input_tokens": 40960,
|
|
"max_output_tokens": 8192,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3-coder": {
|
|
"name": "Qwen3 Coder 480B A35B",
|
|
"release_date": "2025-07-23",
|
|
"last_updated": "2025-07-23",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3-coder-30b-a3b-instruct": {
|
|
"name": "Qwen3 Coder 30B A3B Instruct",
|
|
"release_date": "2025-07-31",
|
|
"last_updated": "2025-07-31",
|
|
"open_weights": True,
|
|
"max_input_tokens": 160000,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3-coder-flash": {
|
|
"name": "Qwen3 Coder Flash",
|
|
"release_date": "2025-09-17",
|
|
"last_updated": "2025-09-17",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1000000,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3-coder-next": {
|
|
"name": "Qwen3 Coder Next",
|
|
"release_date": "2026-02-04",
|
|
"last_updated": "2026-02-04",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 262144,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3-coder-plus": {
|
|
"name": "Qwen3 Coder Plus",
|
|
"release_date": "2025-09-23",
|
|
"last_updated": "2025-09-23",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1000000,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3-coder:free": {
|
|
"name": "Qwen3 Coder 480B A35B (free)",
|
|
"release_date": "2025-07-23",
|
|
"last_updated": "2025-07-23",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262000,
|
|
"max_output_tokens": 262000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3-max": {
|
|
"name": "Qwen3 Max",
|
|
"release_date": "2025-09-23",
|
|
"last_updated": "2025-09-23",
|
|
"open_weights": False,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3-max-thinking": {
|
|
"name": "Qwen3 Max Thinking",
|
|
"release_date": "2026-02-09",
|
|
"last_updated": "2026-02-09",
|
|
"open_weights": False,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3-next-80b-a3b-instruct": {
|
|
"name": "Qwen3 Next 80B A3B Instruct",
|
|
"release_date": "2025-09-11",
|
|
"last_updated": "2025-09-11",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3-next-80b-a3b-instruct:free": {
|
|
"name": "Qwen3 Next 80B A3B Instruct (free)",
|
|
"release_date": "2025-09-11",
|
|
"last_updated": "2025-09-11",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 262144,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3-next-80b-a3b-thinking": {
|
|
"name": "Qwen3 Next 80B A3B Thinking",
|
|
"release_date": "2025-09-11",
|
|
"last_updated": "2025-09-11",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3-vl-235b-a22b-instruct": {
|
|
"name": "Qwen3 VL 235B A22B Instruct",
|
|
"release_date": "2025-09-23",
|
|
"last_updated": "2025-09-23",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3-vl-235b-a22b-thinking": {
|
|
"name": "Qwen3 VL 235B A22B Thinking",
|
|
"release_date": "2025-09-23",
|
|
"last_updated": "2025-09-23",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3-vl-30b-a3b-instruct": {
|
|
"name": "Qwen3 VL 30B A3B Instruct",
|
|
"release_date": "2025-10-06",
|
|
"last_updated": "2025-10-06",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3-vl-30b-a3b-thinking": {
|
|
"name": "Qwen3 VL 30B A3B Thinking",
|
|
"release_date": "2025-10-06",
|
|
"last_updated": "2025-10-06",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3-vl-32b-instruct": {
|
|
"name": "Qwen3 VL 32B Instruct",
|
|
"release_date": "2025-10-23",
|
|
"last_updated": "2025-10-23",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3-vl-8b-instruct": {
|
|
"name": "Qwen3 VL 8B Instruct",
|
|
"release_date": "2025-10-14",
|
|
"last_updated": "2025-10-14",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3-vl-8b-thinking": {
|
|
"name": "Qwen3 VL 8B Thinking",
|
|
"release_date": "2025-10-14",
|
|
"last_updated": "2025-10-14",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3.5-122b-a10b": {
|
|
"name": "Qwen3.5-122B-A10B",
|
|
"release_date": "2026-02-25",
|
|
"last_updated": "2026-02-25",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3.5-27b": {
|
|
"name": "Qwen3.5-27B",
|
|
"release_date": "2026-02-25",
|
|
"last_updated": "2026-02-25",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3.5-35b-a3b": {
|
|
"name": "Qwen3.5-35B-A3B",
|
|
"release_date": "2026-02-25",
|
|
"last_updated": "2026-02-25",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 81920,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3.5-397b-a17b": {
|
|
"name": "Qwen3.5 397B A17B",
|
|
"release_date": "2026-02-16",
|
|
"last_updated": "2026-02-16",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3.5-9b": {
|
|
"name": "Qwen3.5-9B",
|
|
"release_date": "2026-03-10",
|
|
"last_updated": "2026-03-10",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 81920,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3.5-flash-02-23": {
|
|
"name": "Qwen3.5-Flash",
|
|
"release_date": "2026-02-25",
|
|
"last_updated": "2026-02-25",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1000000,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3.5-plus-02-15": {
|
|
"name": "Qwen3.5 Plus 2026-02-15",
|
|
"release_date": "2026-02-16",
|
|
"last_updated": "2026-02-16",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1000000,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3.5-plus-20260420": {
|
|
"name": "Qwen3.5 Plus 2026-04-20",
|
|
"release_date": "2026-04-27",
|
|
"last_updated": "2026-04-27",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1000000,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3.6-27b": {
|
|
"name": "Qwen3.6 27B",
|
|
"release_date": "2026-04-27",
|
|
"last_updated": "2026-04-27",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 81920,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3.6-35b-a3b": {
|
|
"name": "Qwen3.6 35B A3B",
|
|
"release_date": "2026-04-27",
|
|
"last_updated": "2026-04-27",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 262144,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3.6-flash": {
|
|
"name": "Qwen3.6 Flash",
|
|
"release_date": "2026-04-27",
|
|
"last_updated": "2026-04-27",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1000000,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3.6-max-preview": {
|
|
"name": "Qwen3.6 Max Preview",
|
|
"release_date": "2026-04-27",
|
|
"last_updated": "2026-04-27",
|
|
"open_weights": False,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"qwen/qwen3.6-plus": {
|
|
"name": "Qwen3.6 Plus",
|
|
"release_date": "2026-04-02",
|
|
"last_updated": "2026-04-02",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1000000,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"rekaai/reka-edge": {
|
|
"name": "Reka Edge",
|
|
"release_date": "2026-03-20",
|
|
"last_updated": "2026-03-20",
|
|
"open_weights": True,
|
|
"max_input_tokens": 16384,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"rekaai/reka-flash-3": {
|
|
"name": "Reka Flash 3",
|
|
"release_date": "2025-03-12",
|
|
"last_updated": "2025-03-12",
|
|
"open_weights": True,
|
|
"max_input_tokens": 65536,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"relace/relace-apply-3": {
|
|
"name": "Relace Apply 3",
|
|
"release_date": "2025-09-26",
|
|
"last_updated": "2025-09-26",
|
|
"open_weights": False,
|
|
"max_input_tokens": 256000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": False,
|
|
},
|
|
"relace/relace-search": {
|
|
"name": "Relace Search",
|
|
"release_date": "2025-12-08",
|
|
"last_updated": "2025-12-08",
|
|
"open_weights": False,
|
|
"max_input_tokens": 256000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"sao10k/l3-euryale-70b": {
|
|
"name": "Llama 3 Euryale 70B v2.1",
|
|
"release_date": "2024-06-18",
|
|
"last_updated": "2024-06-18",
|
|
"open_weights": True,
|
|
"max_input_tokens": 8192,
|
|
"max_output_tokens": 8192,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"sao10k/l3-lunaris-8b": {
|
|
"name": "Llama 3 8B Lunaris",
|
|
"release_date": "2024-08-13",
|
|
"last_updated": "2024-08-13",
|
|
"open_weights": True,
|
|
"max_input_tokens": 8192,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"sao10k/l3.1-70b-hanami-x1": {
|
|
"name": "Llama 3.1 70B Hanami x1",
|
|
"release_date": "2025-01-08",
|
|
"last_updated": "2025-01-08",
|
|
"open_weights": True,
|
|
"max_input_tokens": 16000,
|
|
"max_output_tokens": 16000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"sao10k/l3.1-euryale-70b": {
|
|
"name": "Llama 3.1 Euryale 70B v2.2",
|
|
"release_date": "2024-08-28",
|
|
"last_updated": "2024-08-28",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"sao10k/l3.3-euryale-70b": {
|
|
"name": "Llama 3.3 Euryale 70B",
|
|
"release_date": "2024-12-18",
|
|
"last_updated": "2024-12-18",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"stepfun/step-3.5-flash": {
|
|
"name": "Step 3.5 Flash",
|
|
"release_date": "2026-01-29",
|
|
"last_updated": "2026-01-29",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"switchpoint/router": {
|
|
"name": "Switchpoint Router",
|
|
"release_date": "2025-07-11",
|
|
"last_updated": "2025-07-11",
|
|
"open_weights": False,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"tencent/hunyuan-a13b-instruct": {
|
|
"name": "Hunyuan A13B Instruct",
|
|
"release_date": "2025-07-08",
|
|
"last_updated": "2025-07-08",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"tencent/hy3-preview": {
|
|
"name": "Hy3 preview",
|
|
"release_date": "2026-04-22",
|
|
"last_updated": "2026-04-22",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 262144,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"thedrummer/cydonia-24b-v4.1": {
|
|
"name": "Cydonia 24B V4.1",
|
|
"release_date": "2025-09-27",
|
|
"last_updated": "2025-09-27",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"thedrummer/rocinante-12b": {
|
|
"name": "Rocinante 12B",
|
|
"release_date": "2024-09-30",
|
|
"last_updated": "2024-09-30",
|
|
"open_weights": True,
|
|
"max_input_tokens": 32768,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"thedrummer/skyfall-36b-v2": {
|
|
"name": "Skyfall 36B V2",
|
|
"release_date": "2025-03-10",
|
|
"last_updated": "2025-03-10",
|
|
"open_weights": True,
|
|
"max_input_tokens": 32768,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"thedrummer/unslopnemo-12b": {
|
|
"name": "UnslopNemo 12B",
|
|
"release_date": "2024-11-08",
|
|
"last_updated": "2024-11-08",
|
|
"open_weights": True,
|
|
"max_input_tokens": 32768,
|
|
"max_output_tokens": 32768,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"undi95/remm-slerp-l2-13b": {
|
|
"name": "ReMM SLERP 13B",
|
|
"release_date": "2023-07-22",
|
|
"last_updated": "2023-07-22",
|
|
"open_weights": True,
|
|
"max_input_tokens": 6144,
|
|
"max_output_tokens": 4096,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"upstage/solar-pro-3": {
|
|
"name": "Solar Pro 3",
|
|
"release_date": "2026-01-27",
|
|
"last_updated": "2026-01-27",
|
|
"open_weights": False,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"writer/palmyra-x5": {
|
|
"name": "Palmyra X5",
|
|
"release_date": "2026-01-21",
|
|
"last_updated": "2026-01-21",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1040000,
|
|
"max_output_tokens": 8192,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": False,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"x-ai/grok-3": {
|
|
"name": "Grok 3",
|
|
"release_date": "2025-06-10",
|
|
"last_updated": "2025-06-10",
|
|
"open_weights": False,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 8192,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"x-ai/grok-3-beta": {
|
|
"name": "Grok 3 Beta",
|
|
"release_date": "2025-04-09",
|
|
"last_updated": "2025-04-09",
|
|
"open_weights": False,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 8192,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"x-ai/grok-3-mini": {
|
|
"name": "Grok 3 Mini",
|
|
"release_date": "2025-06-10",
|
|
"last_updated": "2025-06-10",
|
|
"open_weights": False,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 8192,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"x-ai/grok-3-mini-beta": {
|
|
"name": "Grok 3 Mini Beta",
|
|
"release_date": "2025-04-09",
|
|
"last_updated": "2025-04-09",
|
|
"open_weights": False,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 8192,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"x-ai/grok-4": {
|
|
"name": "Grok 4",
|
|
"release_date": "2025-07-09",
|
|
"last_updated": "2025-07-09",
|
|
"open_weights": False,
|
|
"max_input_tokens": 256000,
|
|
"max_output_tokens": 64000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"x-ai/grok-4-fast": {
|
|
"name": "Grok 4 Fast",
|
|
"release_date": "2025-09-19",
|
|
"last_updated": "2025-09-19",
|
|
"open_weights": False,
|
|
"max_input_tokens": 2000000,
|
|
"max_output_tokens": 30000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"x-ai/grok-4.1-fast": {
|
|
"name": "Grok 4.1 Fast",
|
|
"release_date": "2025-11-19",
|
|
"last_updated": "2025-11-19",
|
|
"open_weights": False,
|
|
"max_input_tokens": 2000000,
|
|
"max_output_tokens": 30000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"x-ai/grok-4.20": {
|
|
"name": "Grok 4.20",
|
|
"release_date": "2026-03-31",
|
|
"last_updated": "2026-03-31",
|
|
"open_weights": False,
|
|
"max_input_tokens": 2000000,
|
|
"max_output_tokens": 2000000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"x-ai/grok-4.20-multi-agent": {
|
|
"name": "Grok 4.20 Multi-Agent",
|
|
"release_date": "2026-03-31",
|
|
"last_updated": "2026-03-31",
|
|
"open_weights": False,
|
|
"max_input_tokens": 2000000,
|
|
"max_output_tokens": 2000000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": False,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"x-ai/grok-4.3": {
|
|
"name": "Grok 4.3",
|
|
"release_date": "2026-04-30",
|
|
"last_updated": "2026-04-30",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1000000,
|
|
"max_output_tokens": 1000000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"x-ai/grok-code-fast-1": {
|
|
"name": "Grok Code Fast 1",
|
|
"release_date": "2025-08-26",
|
|
"last_updated": "2025-08-26",
|
|
"open_weights": False,
|
|
"max_input_tokens": 256000,
|
|
"max_output_tokens": 10000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"xiaomi/mimo-v2-flash": {
|
|
"name": "MiMo-V2-Flash",
|
|
"release_date": "2025-12-14",
|
|
"last_updated": "2025-12-14",
|
|
"open_weights": True,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"xiaomi/mimo-v2-omni": {
|
|
"name": "MiMo-V2-Omni",
|
|
"release_date": "2026-03-18",
|
|
"last_updated": "2026-03-18",
|
|
"open_weights": False,
|
|
"max_input_tokens": 262144,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": True,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"xiaomi/mimo-v2-pro": {
|
|
"name": "MiMo-V2-Pro",
|
|
"release_date": "2026-03-18",
|
|
"last_updated": "2026-03-18",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1048576,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"xiaomi/mimo-v2.5": {
|
|
"name": "MiMo-V2.5",
|
|
"release_date": "2026-04-22",
|
|
"last_updated": "2026-04-22",
|
|
"open_weights": True,
|
|
"max_input_tokens": 1048576,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": True,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"xiaomi/mimo-v2.5-pro": {
|
|
"name": "MiMo-V2.5-Pro",
|
|
"release_date": "2026-04-22",
|
|
"last_updated": "2026-04-22",
|
|
"open_weights": True,
|
|
"max_input_tokens": 1048576,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"z-ai/glm-4-32b": {
|
|
"name": "GLM 4 32B ",
|
|
"release_date": "2025-07-24",
|
|
"last_updated": "2025-07-24",
|
|
"open_weights": False,
|
|
"max_input_tokens": 128000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"z-ai/glm-4.5": {
|
|
"name": "GLM 4.5",
|
|
"release_date": "2025-07-25",
|
|
"last_updated": "2025-07-25",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 98304,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"z-ai/glm-4.5-air": {
|
|
"name": "GLM 4.5 Air",
|
|
"release_date": "2025-07-25",
|
|
"last_updated": "2025-07-25",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 98304,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"z-ai/glm-4.5-air:free": {
|
|
"name": "GLM 4.5 Air (free)",
|
|
"release_date": "2025-07-25",
|
|
"last_updated": "2025-07-25",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 96000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"z-ai/glm-4.5v": {
|
|
"name": "GLM 4.5V",
|
|
"release_date": "2025-08-11",
|
|
"last_updated": "2025-08-11",
|
|
"open_weights": True,
|
|
"max_input_tokens": 65536,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"z-ai/glm-4.6": {
|
|
"name": "GLM 4.6",
|
|
"release_date": "2025-09-30",
|
|
"last_updated": "2025-09-30",
|
|
"open_weights": True,
|
|
"max_input_tokens": 202752,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"z-ai/glm-4.6v": {
|
|
"name": "GLM 4.6V",
|
|
"release_date": "2025-12-08",
|
|
"last_updated": "2025-12-08",
|
|
"open_weights": True,
|
|
"max_input_tokens": 131072,
|
|
"max_output_tokens": 24000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": False,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"z-ai/glm-4.7": {
|
|
"name": "GLM 4.7",
|
|
"release_date": "2025-12-22",
|
|
"last_updated": "2025-12-22",
|
|
"open_weights": True,
|
|
"max_input_tokens": 202752,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"z-ai/glm-4.7-flash": {
|
|
"name": "GLM 4.7 Flash",
|
|
"release_date": "2026-01-19",
|
|
"last_updated": "2026-01-19",
|
|
"open_weights": True,
|
|
"max_input_tokens": 202752,
|
|
"max_output_tokens": 16384,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"z-ai/glm-5": {
|
|
"name": "GLM 5",
|
|
"release_date": "2026-02-11",
|
|
"last_updated": "2026-02-11",
|
|
"open_weights": True,
|
|
"max_input_tokens": 202752,
|
|
"max_output_tokens": 131000,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"z-ai/glm-5-turbo": {
|
|
"name": "GLM 5 Turbo",
|
|
"release_date": "2026-03-15",
|
|
"last_updated": "2026-03-15",
|
|
"open_weights": False,
|
|
"max_input_tokens": 202752,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"z-ai/glm-5.1": {
|
|
"name": "GLM 5.1",
|
|
"release_date": "2026-04-07",
|
|
"last_updated": "2026-04-07",
|
|
"open_weights": True,
|
|
"max_input_tokens": 202752,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": False,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"z-ai/glm-5v-turbo": {
|
|
"name": "GLM 5V Turbo",
|
|
"release_date": "2026-04-01",
|
|
"last_updated": "2026-04-01",
|
|
"open_weights": False,
|
|
"max_input_tokens": 202752,
|
|
"max_output_tokens": 131072,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"~anthropic/claude-haiku-latest": {
|
|
"name": "Anthropic Claude Haiku Latest",
|
|
"release_date": "2026-04-27",
|
|
"last_updated": "2026-04-27",
|
|
"open_weights": False,
|
|
"max_input_tokens": 200000,
|
|
"max_output_tokens": 64000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"~anthropic/claude-opus-latest": {
|
|
"name": "Claude Opus Latest",
|
|
"release_date": "2026-04-21",
|
|
"last_updated": "2026-04-21",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1000000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"~anthropic/claude-sonnet-latest": {
|
|
"name": "Anthropic Claude Sonnet Latest",
|
|
"release_date": "2026-04-27",
|
|
"last_updated": "2026-04-27",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1000000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"~google/gemini-flash-latest": {
|
|
"name": "Google Gemini Flash Latest",
|
|
"release_date": "2026-04-27",
|
|
"last_updated": "2026-04-27",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1048576,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": True,
|
|
"pdf_inputs": True,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"~google/gemini-pro-latest": {
|
|
"name": "Google Gemini Pro Latest",
|
|
"release_date": "2026-04-27",
|
|
"last_updated": "2026-04-27",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1048576,
|
|
"max_output_tokens": 65536,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": True,
|
|
"pdf_inputs": True,
|
|
"video_inputs": True,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"~moonshotai/kimi-latest": {
|
|
"name": "MoonshotAI Kimi Latest",
|
|
"release_date": "2026-04-27",
|
|
"last_updated": "2026-04-27",
|
|
"open_weights": False,
|
|
"max_input_tokens": 262142,
|
|
"max_output_tokens": 262142,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"~openai/gpt-latest": {
|
|
"name": "OpenAI GPT Latest",
|
|
"release_date": "2026-04-27",
|
|
"last_updated": "2026-04-27",
|
|
"open_weights": False,
|
|
"max_input_tokens": 1050000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
"~openai/gpt-mini-latest": {
|
|
"name": "OpenAI GPT Mini Latest",
|
|
"release_date": "2026-04-27",
|
|
"last_updated": "2026-04-27",
|
|
"open_weights": False,
|
|
"max_input_tokens": 400000,
|
|
"max_output_tokens": 128000,
|
|
"text_inputs": True,
|
|
"image_inputs": True,
|
|
"audio_inputs": False,
|
|
"pdf_inputs": True,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"structured_output": True,
|
|
"attachment": True,
|
|
"temperature": False,
|
|
},
|
|
}
|