chore(model-profiles): refresh model profile data (#36099)

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-03-19 04:18:49 -04:00
committed by GitHub
parent faadc1f3ce
commit 063739b8e7
2 changed files with 21 additions and 1 deletions

View File

@@ -1580,6 +1580,26 @@ _PROFILES: dict[str, dict[str, Any]] = {
"attachment": False,
"temperature": True,
},
"minimax/minimax-m2.7": {
"name": "MiniMax M2.7",
"release_date": "2026-03-18",
"last_updated": "2026-03-18",
"open_weights": True,
"max_input_tokens": 204800,
"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": False,
"temperature": True,
},
"mistralai/codestral-2508": {
"name": "Codestral 2508",
"release_date": "2025-08-01",

View File

@@ -455,7 +455,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
"audio_outputs": False,
"video_outputs": False,
"reasoning_output": True,
"tool_calling": True,
"tool_calling": False,
"attachment": True,
"temperature": True,
},