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

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-20 11:50:07 -04:00
committed by GitHub
parent 491eb9d1af
commit 74ade80d2f

View File

@@ -2641,6 +2641,50 @@ _PROFILES: dict[str, dict[str, Any]] = {
"attachment": True,
"temperature": False,
},
"openai/gpt-5.4-mini": {
"name": "GPT-5.4 Mini",
"release_date": "2026-03-17",
"last_updated": "2026-03-17",
"open_weights": False,
"max_input_tokens": 400000,
"max_output_tokens": 128000,
"text_inputs": True,
"image_inputs": True,
"audio_inputs": False,
"pdf_inputs": True,
"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,
},
"openai/gpt-5.4-nano": {
"name": "GPT-5.4 Nano",
"release_date": "2026-03-17",
"last_updated": "2026-03-17",
"open_weights": False,
"max_input_tokens": 400000,
"max_output_tokens": 128000,
"text_inputs": True,
"image_inputs": True,
"audio_inputs": False,
"pdf_inputs": True,
"video_inputs": False,
"text_outputs": True,
"image_outputs": False,
"audio_outputs": False,
"video_outputs": False,
"reasoning_output": False,
"tool_calling": True,
"structured_output": True,
"attachment": True,
"temperature": True,
},
"openai/gpt-5.4-pro": {
"name": "GPT-5.4 Pro",
"release_date": "2026-03-05",
@@ -3968,6 +4012,48 @@ _PROFILES: dict[str, dict[str, Any]] = {
"attachment": False,
"temperature": True,
},
"xiaomi/mimo-v2-omni": {
"name": "MiMo-V2-Omni",
"release_date": "2026-03-18",
"last_updated": "2026-03-18",
"open_weights": True,
"max_input_tokens": 262144,
"max_output_tokens": 65536,
"text_inputs": True,
"image_inputs": True,
"audio_inputs": True,
"video_inputs": True,
"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,
},
"xiaomi/mimo-v2-pro": {
"name": "MiMo-V2-Pro",
"release_date": "2026-03-18",
"last_updated": "2026-03-18",
"open_weights": True,
"max_input_tokens": 1048576,
"max_output_tokens": 65536,
"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": False,
"temperature": True,
},
"z-ai/glm-4.5": {
"name": "GLM 4.5",
"release_date": "2025-07-28",