mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
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:
committed by
GitHub
parent
faadc1f3ce
commit
063739b8e7
@@ -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",
|
||||
|
||||
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user