mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
chore(model-profiles): refresh model profile data (#37015)
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
78546e9242
commit
83718b1129
@@ -21,8 +21,8 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
"release_date": "2025-12-01",
|
"release_date": "2025-12-01",
|
||||||
"last_updated": "2026-02-28",
|
"last_updated": "2026-02-28",
|
||||||
"open_weights": True,
|
"open_weights": True,
|
||||||
"max_input_tokens": 131072,
|
"max_input_tokens": 1000000,
|
||||||
"max_output_tokens": 8192,
|
"max_output_tokens": 384000,
|
||||||
"text_inputs": True,
|
"text_inputs": True,
|
||||||
"image_inputs": False,
|
"image_inputs": False,
|
||||||
"audio_inputs": False,
|
"audio_inputs": False,
|
||||||
@@ -41,8 +41,8 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
"release_date": "2025-12-01",
|
"release_date": "2025-12-01",
|
||||||
"last_updated": "2026-02-28",
|
"last_updated": "2026-02-28",
|
||||||
"open_weights": True,
|
"open_weights": True,
|
||||||
"max_input_tokens": 128000,
|
"max_input_tokens": 1000000,
|
||||||
"max_output_tokens": 64000,
|
"max_output_tokens": 384000,
|
||||||
"text_inputs": True,
|
"text_inputs": True,
|
||||||
"image_inputs": False,
|
"image_inputs": False,
|
||||||
"audio_inputs": False,
|
"audio_inputs": False,
|
||||||
|
|||||||
@@ -905,7 +905,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
"last_updated": "2026-04-23",
|
"last_updated": "2026-04-23",
|
||||||
"open_weights": False,
|
"open_weights": False,
|
||||||
"max_input_tokens": 1050000,
|
"max_input_tokens": 1050000,
|
||||||
"max_output_tokens": 130000,
|
"max_output_tokens": 128000,
|
||||||
"text_inputs": True,
|
"text_inputs": True,
|
||||||
"image_inputs": True,
|
"image_inputs": True,
|
||||||
"audio_inputs": False,
|
"audio_inputs": False,
|
||||||
|
|||||||
@@ -2515,7 +2515,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
"last_updated": "2026-04-23",
|
"last_updated": "2026-04-23",
|
||||||
"open_weights": False,
|
"open_weights": False,
|
||||||
"max_input_tokens": 1050000,
|
"max_input_tokens": 1050000,
|
||||||
"max_output_tokens": 130000,
|
"max_output_tokens": 128000,
|
||||||
"text_inputs": True,
|
"text_inputs": True,
|
||||||
"image_inputs": True,
|
"image_inputs": True,
|
||||||
"audio_inputs": False,
|
"audio_inputs": False,
|
||||||
@@ -2717,6 +2717,27 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
"attachment": True,
|
"attachment": True,
|
||||||
"temperature": True,
|
"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": 200000,
|
||||||
|
"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": True,
|
||||||
|
"tool_calling": True,
|
||||||
|
"structured_output": True,
|
||||||
|
"attachment": True,
|
||||||
|
"temperature": True,
|
||||||
|
},
|
||||||
"prime-intellect/intellect-3": {
|
"prime-intellect/intellect-3": {
|
||||||
"name": "Intellect 3",
|
"name": "Intellect 3",
|
||||||
"release_date": "2025-01-15",
|
"release_date": "2025-01-15",
|
||||||
@@ -3445,6 +3466,47 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
"attachment": False,
|
"attachment": False,
|
||||||
"temperature": True,
|
"temperature": True,
|
||||||
},
|
},
|
||||||
|
"xiaomi/mimo-v2.5": {
|
||||||
|
"name": "MiMo-V2.5",
|
||||||
|
"release_date": "2026-04-22",
|
||||||
|
"last_updated": "2026-04-22",
|
||||||
|
"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,
|
||||||
|
"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": False,
|
||||||
|
"max_input_tokens": 1048576,
|
||||||
|
"max_output_tokens": 131072,
|
||||||
|
"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,
|
||||||
|
"attachment": True,
|
||||||
|
"temperature": True,
|
||||||
|
},
|
||||||
"z-ai/glm-4.5": {
|
"z-ai/glm-4.5": {
|
||||||
"name": "GLM 4.5",
|
"name": "GLM 4.5",
|
||||||
"release_date": "2025-07-28",
|
"release_date": "2025-07-28",
|
||||||
|
|||||||
Reference in New Issue
Block a user