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:
langchain-model-profile-bot[bot]
2026-04-27 09:48:09 -04:00
committed by GitHub
parent 78546e9242
commit 83718b1129
3 changed files with 68 additions and 6 deletions

View File

@@ -2515,7 +2515,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
"last_updated": "2026-04-23",
"open_weights": False,
"max_input_tokens": 1050000,
"max_output_tokens": 130000,
"max_output_tokens": 128000,
"text_inputs": True,
"image_inputs": True,
"audio_inputs": False,
@@ -2717,6 +2717,27 @@ _PROFILES: dict[str, dict[str, Any]] = {
"attachment": 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": {
"name": "Intellect 3",
"release_date": "2025-01-15",
@@ -3445,6 +3466,47 @@ _PROFILES: dict[str, dict[str, Any]] = {
"attachment": False,
"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": {
"name": "GLM 4.5",
"release_date": "2025-07-28",