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

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-05-03 08:07:37 -04:00
committed by GitHub
parent e411a4e853
commit c42b0800ee

View File

@@ -2824,6 +2824,46 @@ _PROFILES: dict[str, dict[str, Any]] = {
"attachment": True,
"temperature": True,
},
"poolside/laguna-m.1:free": {
"name": "Laguna M.1",
"release_date": "2026-04-28",
"last_updated": "2026-04-28",
"open_weights": False,
"max_input_tokens": 131072,
"max_output_tokens": 8192,
"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,
},
"poolside/laguna-xs.2:free": {
"name": "Laguna XS.2",
"release_date": "2026-04-28",
"last_updated": "2026-04-28",
"open_weights": True,
"max_input_tokens": 131072,
"max_output_tokens": 8192,
"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,
},
"prime-intellect/intellect-3": {
"name": "Intellect 3",
"release_date": "2025-01-15",