mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
chore(model-profiles): refresh model profile data (#37626)
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>
This commit is contained in:
committed by
GitHub
parent
a1e2daf098
commit
06e65072af
@@ -16,126 +16,6 @@ https://docs.langchain.com/oss/python/langchain/models#updating-or-overwriting-p
|
||||
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-4.20-0309-non-reasoning": {
|
||||
"name": "Grok 4.20 (Non-Reasoning)",
|
||||
"release_date": "2026-03-09",
|
||||
@@ -146,6 +26,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
"audio_inputs": False,
|
||||
"pdf_inputs": True,
|
||||
"video_inputs": False,
|
||||
"text_outputs": True,
|
||||
"image_outputs": False,
|
||||
@@ -166,6 +47,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
"audio_inputs": False,
|
||||
"pdf_inputs": True,
|
||||
"video_inputs": False,
|
||||
"text_outputs": True,
|
||||
"image_outputs": False,
|
||||
@@ -186,6 +68,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
"audio_inputs": False,
|
||||
"pdf_inputs": True,
|
||||
"video_inputs": False,
|
||||
"text_outputs": True,
|
||||
"image_outputs": False,
|
||||
@@ -198,14 +81,15 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
},
|
||||
"grok-4.3": {
|
||||
"name": "Grok 4.3",
|
||||
"release_date": "2026-05-01",
|
||||
"last_updated": "2026-05-01",
|
||||
"release_date": "2026-04-17",
|
||||
"last_updated": "2026-04-17",
|
||||
"open_weights": False,
|
||||
"max_input_tokens": 1000000,
|
||||
"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,
|
||||
@@ -216,36 +100,39 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"attachment": True,
|
||||
"temperature": True,
|
||||
},
|
||||
"grok-beta": {
|
||||
"name": "Grok Beta",
|
||||
"release_date": "2024-11-01",
|
||||
"last_updated": "2024-11-01",
|
||||
"grok-build-0.1": {
|
||||
"name": "Grok Build 0.1",
|
||||
"release_date": "2026-04-16",
|
||||
"last_updated": "2026-04-16",
|
||||
"open_weights": False,
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 4096,
|
||||
"max_input_tokens": 256000,
|
||||
"max_output_tokens": 256000,
|
||||
"text_inputs": True,
|
||||
"image_inputs": False,
|
||||
"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,
|
||||
"reasoning_output": True,
|
||||
"tool_calling": True,
|
||||
"attachment": False,
|
||||
"structured_output": True,
|
||||
"attachment": True,
|
||||
"temperature": True,
|
||||
},
|
||||
"grok-imagine-image": {
|
||||
"name": "Grok Imagine Image",
|
||||
"release_date": "2026-03",
|
||||
"last_updated": "2026-05-16",
|
||||
"release_date": "2026-01-28",
|
||||
"last_updated": "2026-01-28",
|
||||
"open_weights": False,
|
||||
"max_input_tokens": 1024,
|
||||
"max_input_tokens": 8000,
|
||||
"max_output_tokens": 0,
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
"audio_inputs": False,
|
||||
"pdf_inputs": True,
|
||||
"video_inputs": False,
|
||||
"text_outputs": False,
|
||||
"image_outputs": True,
|
||||
@@ -258,14 +145,15 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
},
|
||||
"grok-imagine-image-quality": {
|
||||
"name": "Grok Imagine Image Quality",
|
||||
"release_date": "2026-04",
|
||||
"last_updated": "2026-05-16",
|
||||
"release_date": "2026-04-03",
|
||||
"last_updated": "2026-04-03",
|
||||
"open_weights": False,
|
||||
"max_input_tokens": 1024,
|
||||
"max_input_tokens": 8000,
|
||||
"max_output_tokens": 0,
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
"audio_inputs": False,
|
||||
"pdf_inputs": True,
|
||||
"video_inputs": False,
|
||||
"text_outputs": False,
|
||||
"image_outputs": True,
|
||||
@@ -278,15 +166,16 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
},
|
||||
"grok-imagine-video": {
|
||||
"name": "Grok Imagine Video",
|
||||
"release_date": "2026-03",
|
||||
"last_updated": "2026-05-16",
|
||||
"release_date": "2026-01-28",
|
||||
"last_updated": "2026-01-28",
|
||||
"open_weights": False,
|
||||
"max_input_tokens": 1024,
|
||||
"max_output_tokens": 0,
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
"audio_inputs": False,
|
||||
"video_inputs": True,
|
||||
"pdf_inputs": True,
|
||||
"video_inputs": False,
|
||||
"text_outputs": False,
|
||||
"image_outputs": False,
|
||||
"audio_outputs": False,
|
||||
@@ -296,24 +185,4 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"attachment": True,
|
||||
"temperature": False,
|
||||
},
|
||||
"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,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user