mirror of
https://github.com/hwchase17/langchain.git
synced 2026-07-12 11:21:37 +00:00
chore(model-profiles): refresh model profile data
This commit is contained in:
committed by
github-actions[bot]
parent
42f8f79293
commit
45179256b1
@@ -1199,6 +1199,33 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"tool_choice": True,
|
||||
"tool_call_streaming": True,
|
||||
},
|
||||
"gpt-realtime-2.1": {
|
||||
"name": "GPT-Realtime-2.1",
|
||||
"release_date": "2026-07-06",
|
||||
"last_updated": "2026-07-06",
|
||||
"open_weights": False,
|
||||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 32000,
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
"audio_inputs": True,
|
||||
"video_inputs": False,
|
||||
"text_outputs": True,
|
||||
"image_outputs": False,
|
||||
"audio_outputs": True,
|
||||
"video_outputs": False,
|
||||
"reasoning_output": True,
|
||||
"tool_calling": True,
|
||||
"structured_output": False,
|
||||
"attachment": True,
|
||||
"temperature": False,
|
||||
"image_url_inputs": True,
|
||||
"pdf_inputs": True,
|
||||
"pdf_tool_message": True,
|
||||
"image_tool_message": True,
|
||||
"tool_choice": True,
|
||||
"tool_call_streaming": True,
|
||||
},
|
||||
"o1": {
|
||||
"name": "o1",
|
||||
"release_date": "2024-12-05",
|
||||
|
||||
@@ -669,28 +669,6 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"temperature": True,
|
||||
"tool_call_streaming": True,
|
||||
},
|
||||
"arcee-ai/trinity-mini": {
|
||||
"name": "Trinity Mini",
|
||||
"release_date": "2025-12-01",
|
||||
"last_updated": "2025-12-01",
|
||||
"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,
|
||||
"tool_call_streaming": True,
|
||||
},
|
||||
"arcee-ai/virtuoso-large": {
|
||||
"name": "Virtuoso Large",
|
||||
"release_date": "2025-05-05",
|
||||
@@ -1225,7 +1203,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"last_updated": "2026-04-24",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 1048576,
|
||||
"max_output_tokens": 65536,
|
||||
"max_output_tokens": 384000,
|
||||
"text_inputs": True,
|
||||
"image_inputs": False,
|
||||
"audio_inputs": False,
|
||||
@@ -7483,7 +7461,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"last_updated": "2026-06-13",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 1048576,
|
||||
"max_output_tokens": 101376,
|
||||
"max_output_tokens": 131072,
|
||||
"text_inputs": True,
|
||||
"image_inputs": False,
|
||||
"audio_inputs": False,
|
||||
|
||||
Reference in New Issue
Block a user