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>
523 lines
16 KiB
Python
523 lines
16 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]] = {
|
|
"grok-2": {
|
|
"name": "Grok 2",
|
|
"release_date": "2024-08-20",
|
|
"last_updated": "2024-08-20",
|
|
"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,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"grok-2-1212": {
|
|
"name": "Grok 2 (1212)",
|
|
"release_date": "2024-12-12",
|
|
"last_updated": "2024-12-12",
|
|
"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,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"grok-2-latest": {
|
|
"name": "Grok 2 Latest",
|
|
"release_date": "2024-08-20",
|
|
"last_updated": "2024-12-12",
|
|
"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,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"grok-2-vision": {
|
|
"name": "Grok 2 Vision",
|
|
"release_date": "2024-08-20",
|
|
"last_updated": "2024-08-20",
|
|
"open_weights": False,
|
|
"max_input_tokens": 8192,
|
|
"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,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"grok-2-vision-1212": {
|
|
"name": "Grok 2 Vision (1212)",
|
|
"release_date": "2024-08-20",
|
|
"last_updated": "2024-12-12",
|
|
"open_weights": False,
|
|
"max_input_tokens": 8192,
|
|
"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,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"grok-2-vision-latest": {
|
|
"name": "Grok 2 Vision Latest",
|
|
"release_date": "2024-08-20",
|
|
"last_updated": "2024-12-12",
|
|
"open_weights": False,
|
|
"max_input_tokens": 8192,
|
|
"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,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"grok-3": {
|
|
"name": "Grok 3",
|
|
"release_date": "2025-02-17",
|
|
"last_updated": "2025-02-17",
|
|
"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,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"grok-3-fast": {
|
|
"name": "Grok 3 Fast",
|
|
"release_date": "2025-02-17",
|
|
"last_updated": "2025-02-17",
|
|
"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,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"grok-3-fast-latest": {
|
|
"name": "Grok 3 Fast Latest",
|
|
"release_date": "2025-02-17",
|
|
"last_updated": "2025-02-17",
|
|
"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,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"grok-3-latest": {
|
|
"name": "Grok 3 Latest",
|
|
"release_date": "2025-02-17",
|
|
"last_updated": "2025-02-17",
|
|
"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,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"grok-3-mini": {
|
|
"name": "Grok 3 Mini",
|
|
"release_date": "2025-02-17",
|
|
"last_updated": "2025-02-17",
|
|
"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,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"grok-3-mini-fast": {
|
|
"name": "Grok 3 Mini Fast",
|
|
"release_date": "2025-02-17",
|
|
"last_updated": "2025-02-17",
|
|
"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,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"grok-3-mini-fast-latest": {
|
|
"name": "Grok 3 Mini Fast Latest",
|
|
"release_date": "2025-02-17",
|
|
"last_updated": "2025-02-17",
|
|
"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,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"grok-3-mini-latest": {
|
|
"name": "Grok 3 Mini Latest",
|
|
"release_date": "2025-02-17",
|
|
"last_updated": "2025-02-17",
|
|
"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,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"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": 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,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"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,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"grok-4-1-fast-non-reasoning": {
|
|
"name": "Grok 4.1 Fast (Non-Reasoning)",
|
|
"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,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"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,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": True,
|
|
"tool_calling": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"grok-4-fast-non-reasoning": {
|
|
"name": "Grok 4 Fast (Non-Reasoning)",
|
|
"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,
|
|
"video_inputs": False,
|
|
"text_outputs": True,
|
|
"image_outputs": False,
|
|
"audio_outputs": False,
|
|
"video_outputs": False,
|
|
"reasoning_output": False,
|
|
"tool_calling": True,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"grok-4.20-beta-latest-non-reasoning": {
|
|
"name": "Grok 4.20 Beta (Non-Reasoning)",
|
|
"status": "beta",
|
|
"release_date": "2026-03-09",
|
|
"last_updated": "2026-03-09",
|
|
"open_weights": False,
|
|
"max_input_tokens": 2000000,
|
|
"max_output_tokens": 30000,
|
|
"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,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"grok-4.20-beta-latest-reasoning": {
|
|
"name": "Grok 4.20 Beta (Reasoning)",
|
|
"status": "beta",
|
|
"release_date": "2026-03-09",
|
|
"last_updated": "2026-03-09",
|
|
"open_weights": False,
|
|
"max_input_tokens": 2000000,
|
|
"max_output_tokens": 30000,
|
|
"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,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"grok-4.20-multi-agent-beta-latest": {
|
|
"name": "Grok 4.20 Multi-Agent Beta",
|
|
"status": "beta",
|
|
"release_date": "2026-03-09",
|
|
"last_updated": "2026-03-09",
|
|
"open_weights": False,
|
|
"max_input_tokens": 2000000,
|
|
"max_output_tokens": 30000,
|
|
"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,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
"grok-beta": {
|
|
"name": "Grok Beta",
|
|
"release_date": "2024-11-01",
|
|
"last_updated": "2024-11-01",
|
|
"open_weights": False,
|
|
"max_input_tokens": 131072,
|
|
"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,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"grok-code-fast-1": {
|
|
"name": "Grok Code Fast 1",
|
|
"release_date": "2025-08-28",
|
|
"last_updated": "2025-08-28",
|
|
"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,
|
|
"attachment": False,
|
|
"temperature": True,
|
|
},
|
|
"grok-vision-beta": {
|
|
"name": "Grok Vision Beta",
|
|
"release_date": "2024-11-01",
|
|
"last_updated": "2024-11-01",
|
|
"open_weights": False,
|
|
"max_input_tokens": 8192,
|
|
"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,
|
|
"attachment": True,
|
|
"temperature": True,
|
|
},
|
|
}
|