mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
chore(model-profiles): refresh model profile data (#37895)
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
bae485bd5e
commit
414d7b8e94
@@ -3666,27 +3666,6 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"attachment": False,
|
||||
"temperature": True,
|
||||
},
|
||||
"openai/gpt-4-0314": {
|
||||
"name": "GPT-4 (older v0314)",
|
||||
"release_date": "2023-05-28",
|
||||
"last_updated": "2023-05-28",
|
||||
"open_weights": False,
|
||||
"max_input_tokens": 8191,
|
||||
"max_output_tokens": 4096,
|
||||
"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": False,
|
||||
"tool_calling": True,
|
||||
"structured_output": True,
|
||||
"attachment": False,
|
||||
"temperature": True,
|
||||
},
|
||||
"openai/gpt-4-1106-preview": {
|
||||
"name": "GPT-4 Turbo (older v1106)",
|
||||
"release_date": "2023-11-06",
|
||||
@@ -5010,6 +4989,27 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"attachment": True,
|
||||
"temperature": True,
|
||||
},
|
||||
"openrouter/fusion": {
|
||||
"name": "Fusion",
|
||||
"release_date": "2026-05-12",
|
||||
"last_updated": "2026-05-12",
|
||||
"open_weights": False,
|
||||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 128000,
|
||||
"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": False,
|
||||
"tool_calling": False,
|
||||
"structured_output": False,
|
||||
"attachment": False,
|
||||
"temperature": False,
|
||||
},
|
||||
"openrouter/owl-alpha": {
|
||||
"name": "Owl Alpha",
|
||||
"status": "alpha",
|
||||
@@ -6250,6 +6250,27 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"attachment": False,
|
||||
"temperature": True,
|
||||
},
|
||||
"qwen/qwen3.7-plus": {
|
||||
"name": "Qwen3.7 Plus",
|
||||
"release_date": "2026-06-03",
|
||||
"last_updated": "2026-06-03",
|
||||
"open_weights": False,
|
||||
"max_input_tokens": 1000000,
|
||||
"max_output_tokens": 65536,
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
"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": True,
|
||||
"temperature": True,
|
||||
},
|
||||
"rekaai/reka-edge": {
|
||||
"name": "Reka Edge",
|
||||
"release_date": "2026-03-20",
|
||||
|
||||
Reference in New Issue
Block a user