mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
chore(model-profiles): refresh model profile data (#37477)
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
40c515c7b1
commit
2c179365f4
@@ -843,7 +843,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
"video_outputs": False,
|
"video_outputs": False,
|
||||||
"reasoning_output": False,
|
"reasoning_output": False,
|
||||||
"tool_calling": False,
|
"tool_calling": False,
|
||||||
"structured_output": False,
|
"structured_output": True,
|
||||||
"attachment": False,
|
"attachment": False,
|
||||||
"temperature": True,
|
"temperature": True,
|
||||||
},
|
},
|
||||||
@@ -1221,7 +1221,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
"video_outputs": False,
|
"video_outputs": False,
|
||||||
"reasoning_output": True,
|
"reasoning_output": True,
|
||||||
"tool_calling": True,
|
"tool_calling": True,
|
||||||
"structured_output": False,
|
"structured_output": True,
|
||||||
"attachment": False,
|
"attachment": False,
|
||||||
"temperature": True,
|
"temperature": True,
|
||||||
},
|
},
|
||||||
@@ -1377,7 +1377,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
"release_date": "2026-04-24",
|
"release_date": "2026-04-24",
|
||||||
"last_updated": "2026-04-24",
|
"last_updated": "2026-04-24",
|
||||||
"open_weights": True,
|
"open_weights": True,
|
||||||
"max_input_tokens": 1048576,
|
"max_input_tokens": 1048575,
|
||||||
"max_output_tokens": 131072,
|
"max_output_tokens": 131072,
|
||||||
"text_inputs": True,
|
"text_inputs": True,
|
||||||
"image_inputs": False,
|
"image_inputs": False,
|
||||||
@@ -2162,8 +2162,8 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
"attachment": False,
|
"attachment": False,
|
||||||
"temperature": True,
|
"temperature": True,
|
||||||
},
|
},
|
||||||
"inclusionai/ring-2.6-1t:free": {
|
"inclusionai/ring-2.6-1t": {
|
||||||
"name": "Ring-2.6-1T (free)",
|
"name": "Ring-2.6-1T",
|
||||||
"release_date": "2026-05-08",
|
"release_date": "2026-05-08",
|
||||||
"last_updated": "2026-05-08",
|
"last_updated": "2026-05-08",
|
||||||
"open_weights": False,
|
"open_weights": False,
|
||||||
@@ -2179,7 +2179,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
"video_outputs": False,
|
"video_outputs": False,
|
||||||
"reasoning_output": True,
|
"reasoning_output": True,
|
||||||
"tool_calling": True,
|
"tool_calling": True,
|
||||||
"structured_output": False,
|
"structured_output": True,
|
||||||
"attachment": False,
|
"attachment": False,
|
||||||
"temperature": True,
|
"temperature": True,
|
||||||
},
|
},
|
||||||
@@ -2347,7 +2347,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
"video_outputs": False,
|
"video_outputs": False,
|
||||||
"reasoning_output": False,
|
"reasoning_output": False,
|
||||||
"tool_calling": False,
|
"tool_calling": False,
|
||||||
"structured_output": False,
|
"structured_output": True,
|
||||||
"attachment": False,
|
"attachment": False,
|
||||||
"temperature": True,
|
"temperature": True,
|
||||||
},
|
},
|
||||||
@@ -2368,7 +2368,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
"video_outputs": False,
|
"video_outputs": False,
|
||||||
"reasoning_output": False,
|
"reasoning_output": False,
|
||||||
"tool_calling": False,
|
"tool_calling": False,
|
||||||
"structured_output": False,
|
"structured_output": True,
|
||||||
"attachment": False,
|
"attachment": False,
|
||||||
"temperature": True,
|
"temperature": True,
|
||||||
},
|
},
|
||||||
@@ -2683,7 +2683,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
"video_outputs": False,
|
"video_outputs": False,
|
||||||
"reasoning_output": False,
|
"reasoning_output": False,
|
||||||
"tool_calling": False,
|
"tool_calling": False,
|
||||||
"structured_output": False,
|
"structured_output": True,
|
||||||
"attachment": False,
|
"attachment": False,
|
||||||
"temperature": True,
|
"temperature": True,
|
||||||
},
|
},
|
||||||
@@ -6966,156 +6966,6 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
"attachment": False,
|
"attachment": False,
|
||||||
"temperature": True,
|
"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": {
|
"x-ai/grok-4.20": {
|
||||||
"name": "Grok 4.20",
|
"name": "Grok 4.20",
|
||||||
"release_date": "2026-03-31",
|
"release_date": "2026-03-31",
|
||||||
@@ -7181,27 +7031,6 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
"attachment": True,
|
"attachment": True,
|
||||||
"temperature": 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": {
|
"xiaomi/mimo-v2-flash": {
|
||||||
"name": "MiMo-V2-Flash",
|
"name": "MiMo-V2-Flash",
|
||||||
"release_date": "2025-12-14",
|
"release_date": "2025-12-14",
|
||||||
@@ -7408,7 +7237,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
"video_outputs": False,
|
"video_outputs": False,
|
||||||
"reasoning_output": True,
|
"reasoning_output": True,
|
||||||
"tool_calling": True,
|
"tool_calling": True,
|
||||||
"structured_output": False,
|
"structured_output": True,
|
||||||
"attachment": True,
|
"attachment": True,
|
||||||
"temperature": True,
|
"temperature": True,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user