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

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-06-18 13:12:32 -04:00
committed by GitHub
parent 38f88cc5ec
commit 6d389b1d1d

View File

@@ -1179,7 +1179,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
"release_date": "2026-04-24",
"last_updated": "2026-04-24",
"open_weights": True,
"max_input_tokens": 1048575,
"max_input_tokens": 1000000,
"max_output_tokens": 65536,
"text_inputs": True,
"image_inputs": False,
@@ -3206,7 +3206,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
"last_updated": "2026-06-12",
"open_weights": True,
"max_input_tokens": 262144,
"max_output_tokens": 262144,
"max_output_tokens": 16384,
"text_inputs": True,
"image_inputs": True,
"audio_inputs": False,
@@ -7078,8 +7078,8 @@ _PROFILES: dict[str, dict[str, Any]] = {
"release_date": "2025-07-28",
"last_updated": "2025-07-28",
"open_weights": True,
"max_input_tokens": 131070,
"max_output_tokens": 131070,
"max_input_tokens": 131072,
"max_output_tokens": 98304,
"text_inputs": True,
"image_inputs": False,
"audio_inputs": False,
@@ -7276,8 +7276,8 @@ _PROFILES: dict[str, dict[str, Any]] = {
"release_date": "2026-06-13",
"last_updated": "2026-06-13",
"open_weights": False,
"max_input_tokens": 1048576,
"max_output_tokens": 131072,
"max_input_tokens": 262144,
"max_output_tokens": 262144,
"text_inputs": True,
"image_inputs": False,
"audio_inputs": False,
@@ -7288,7 +7288,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
"video_outputs": False,
"reasoning_output": True,
"tool_calling": True,
"structured_output": False,
"structured_output": True,
"attachment": False,
"temperature": True,
"tool_call_streaming": True,