mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 02:06:44 +00:00
chore(model-profiles): refresh model profile data (#37694)
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:
committed by
GitHub
parent
69d9e95ef4
commit
53a5ac3352
@@ -142,27 +142,6 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"attachment": False,
|
||||
"temperature": True,
|
||||
},
|
||||
"alibaba/tongyi-deepresearch-30b-a3b": {
|
||||
"name": "Tongyi DeepResearch 30B A3B",
|
||||
"release_date": "2025-09-18",
|
||||
"last_updated": "2025-09-18",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 131072,
|
||||
"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,
|
||||
},
|
||||
"allenai/olmo-3-32b-think": {
|
||||
"name": "Olmo 3 32B Think",
|
||||
"release_date": "2025-11-21",
|
||||
@@ -1125,8 +1104,8 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"release_date": "2025-12-01",
|
||||
"last_updated": "2026-02-28",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 163840,
|
||||
"max_output_tokens": 16384,
|
||||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 16000,
|
||||
"text_inputs": True,
|
||||
"image_inputs": False,
|
||||
"audio_inputs": False,
|
||||
|
||||
Reference in New Issue
Block a user