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

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-07 15:48:36 -04:00
committed by GitHub
parent 6486404116
commit 65bbd47cb2
3 changed files with 43 additions and 2 deletions

View File

@@ -277,7 +277,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
"temperature": True,
},
"accounts/fireworks/routers/kimi-k2p5-turbo": {
"name": "Kimi K2.5 Turbo",
"name": "Kimi K2.5 Turbo (firepass)",
"release_date": "2026-01-27",
"last_updated": "2026-01-27",
"open_weights": True,

View File

@@ -416,4 +416,24 @@ _PROFILES: dict[str, dict[str, Any]] = {
"attachment": False,
"temperature": True,
},
"zai-org/GLM-5.1": {
"name": "GLM-5.1",
"release_date": "2026-04-03",
"last_updated": "2026-04-03",
"open_weights": True,
"max_input_tokens": 202752,
"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,
},
}

View File

@@ -3550,7 +3550,28 @@ _PROFILES: dict[str, dict[str, Any]] = {
"release_date": "2026-03-16",
"last_updated": "2026-03-16",
"open_weights": False,
"max_input_tokens": 200000,
"max_input_tokens": 202752,
"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,
"structured_output": True,
"attachment": False,
"temperature": True,
},
"z-ai/glm-5.1": {
"name": "GLM-5.1",
"release_date": "2026-04-07",
"last_updated": "2026-04-07",
"open_weights": True,
"max_input_tokens": 202752,
"max_output_tokens": 131072,
"text_inputs": True,
"image_inputs": False,