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

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-28 10:21:33 -04:00
committed by GitHub
parent cd80a805b2
commit 5790244b95
2 changed files with 42 additions and 0 deletions

View File

@@ -297,6 +297,27 @@ _PROFILES: dict[str, dict[str, Any]] = {
"attachment": False,
"temperature": True,
},
"deepseek-ai/DeepSeek-V4-Pro": {
"name": "DeepSeek V4 Pro",
"release_date": "2026-04-24",
"last_updated": "2026-04-24",
"open_weights": True,
"max_input_tokens": 1048576,
"max_output_tokens": 393216,
"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,
},
"moonshotai/Kimi-K2-Instruct": {
"name": "Kimi-K2-Instruct",
"release_date": "2025-07-14",