Skip to content

Commit bb35da4

Browse files
mdrxygithub-actions[bot]
authored andcommitted
chore(model-profiles): refresh model profile data
1 parent faadc1f commit bb35da4

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

libs/partners/openrouter/langchain_openrouter/data/_profiles.py

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1580,6 +1580,26 @@
15801580
"attachment": False,
15811581
"temperature": True,
15821582
},
1583+
"minimax/minimax-m2.7": {
1584+
"name": "MiniMax M2.7",
1585+
"release_date": "2026-03-18",
1586+
"last_updated": "2026-03-18",
1587+
"open_weights": True,
1588+
"max_input_tokens": 204800,
1589+
"max_output_tokens": 131072,
1590+
"text_inputs": True,
1591+
"image_inputs": False,
1592+
"audio_inputs": False,
1593+
"video_inputs": False,
1594+
"text_outputs": True,
1595+
"image_outputs": False,
1596+
"audio_outputs": False,
1597+
"video_outputs": False,
1598+
"reasoning_output": True,
1599+
"tool_calling": True,
1600+
"attachment": False,
1601+
"temperature": True,
1602+
},
15831603
"mistralai/codestral-2508": {
15841604
"name": "Codestral 2508",
15851605
"release_date": "2025-08-01",

libs/partners/xai/langchain_xai/data/_profiles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@
455455
"audio_outputs": False,
456456
"video_outputs": False,
457457
"reasoning_output": True,
458-
"tool_calling": True,
458+
"tool_calling": False,
459459
"attachment": True,
460460
"temperature": True,
461461
},

0 commit comments

Comments
 (0)