mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 18:50:33 +00:00
chore(model-profiles): refresh model profile data (#37973)
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
e096992984
commit
7e9c916c7e
@@ -135,7 +135,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"video_outputs": False,
|
||||
"reasoning_output": True,
|
||||
"tool_calling": True,
|
||||
"attachment": False,
|
||||
"attachment": True,
|
||||
"temperature": True,
|
||||
},
|
||||
"accounts/fireworks/models/kimi-k2p6": {
|
||||
@@ -155,7 +155,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"video_outputs": False,
|
||||
"reasoning_output": True,
|
||||
"tool_calling": True,
|
||||
"attachment": False,
|
||||
"attachment": True,
|
||||
"temperature": True,
|
||||
},
|
||||
"accounts/fireworks/models/minimax-m2p5": {
|
||||
|
||||
@@ -1052,59 +1052,6 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"image_tool_message": True,
|
||||
"tool_choice": True,
|
||||
},
|
||||
"o1-mini": {
|
||||
"name": "o1-mini",
|
||||
"status": "deprecated",
|
||||
"release_date": "2024-09-12",
|
||||
"last_updated": "2024-09-12",
|
||||
"open_weights": False,
|
||||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 65536,
|
||||
"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": False,
|
||||
"structured_output": True,
|
||||
"attachment": False,
|
||||
"temperature": False,
|
||||
"image_url_inputs": True,
|
||||
"pdf_inputs": True,
|
||||
"pdf_tool_message": True,
|
||||
"image_tool_message": True,
|
||||
"tool_choice": True,
|
||||
},
|
||||
"o1-preview": {
|
||||
"name": "o1-preview",
|
||||
"status": "deprecated",
|
||||
"release_date": "2024-09-12",
|
||||
"last_updated": "2024-09-12",
|
||||
"open_weights": False,
|
||||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 32768,
|
||||
"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": False,
|
||||
"attachment": False,
|
||||
"temperature": True,
|
||||
"image_url_inputs": True,
|
||||
"pdf_inputs": True,
|
||||
"pdf_tool_message": True,
|
||||
"image_tool_message": True,
|
||||
"tool_choice": True,
|
||||
},
|
||||
"o1-pro": {
|
||||
"name": "o1-pro",
|
||||
"release_date": "2025-03-19",
|
||||
|
||||
@@ -3104,8 +3104,8 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"release_date": "2026-04-21",
|
||||
"last_updated": "2026-04-21",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 262144,
|
||||
"max_output_tokens": 262144,
|
||||
"max_input_tokens": 262142,
|
||||
"max_output_tokens": 262142,
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
"audio_inputs": False,
|
||||
@@ -3183,25 +3183,25 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"attachment": False,
|
||||
"temperature": True,
|
||||
},
|
||||
"nex-agi/deepseek-v3.1-nex-n1": {
|
||||
"name": "DeepSeek V3.1 Nex N1",
|
||||
"release_date": "2025-12-08",
|
||||
"last_updated": "2025-12-08",
|
||||
"nex-agi/nex-n2-pro:free": {
|
||||
"name": "Nex-N2-Pro (free)",
|
||||
"release_date": "2026-06-08",
|
||||
"last_updated": "2026-06-08",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 163840,
|
||||
"max_input_tokens": 262144,
|
||||
"max_output_tokens": 262144,
|
||||
"text_inputs": True,
|
||||
"image_inputs": False,
|
||||
"image_inputs": True,
|
||||
"audio_inputs": False,
|
||||
"video_inputs": False,
|
||||
"text_outputs": True,
|
||||
"image_outputs": False,
|
||||
"audio_outputs": False,
|
||||
"video_outputs": False,
|
||||
"reasoning_output": False,
|
||||
"reasoning_output": True,
|
||||
"tool_calling": True,
|
||||
"structured_output": True,
|
||||
"attachment": False,
|
||||
"attachment": True,
|
||||
"temperature": True,
|
||||
},
|
||||
"nousresearch/hermes-3-llama-3.1-405b": {
|
||||
@@ -6441,9 +6441,9 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
},
|
||||
"stepfun/step-3.7-flash": {
|
||||
"name": "Step 3.7 Flash",
|
||||
"release_date": "2026-05-28",
|
||||
"last_updated": "2026-05-28",
|
||||
"open_weights": False,
|
||||
"release_date": "2026-05-29",
|
||||
"last_updated": "2026-05-29",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 256000,
|
||||
"max_output_tokens": 256000,
|
||||
"text_inputs": True,
|
||||
@@ -7207,8 +7207,8 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"release_date": "2026-04-27",
|
||||
"last_updated": "2026-04-27",
|
||||
"open_weights": False,
|
||||
"max_input_tokens": 262144,
|
||||
"max_output_tokens": 262144,
|
||||
"max_input_tokens": 262142,
|
||||
"max_output_tokens": 262142,
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
"audio_inputs": False,
|
||||
|
||||
@@ -21,7 +21,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"release_date": "2026-03-09",
|
||||
"last_updated": "2026-03-09",
|
||||
"open_weights": False,
|
||||
"max_input_tokens": 2000000,
|
||||
"max_input_tokens": 1000000,
|
||||
"max_output_tokens": 30000,
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
@@ -34,6 +34,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"video_outputs": False,
|
||||
"reasoning_output": False,
|
||||
"tool_calling": True,
|
||||
"structured_output": True,
|
||||
"attachment": True,
|
||||
"temperature": True,
|
||||
},
|
||||
@@ -42,7 +43,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"release_date": "2026-03-09",
|
||||
"last_updated": "2026-03-09",
|
||||
"open_weights": False,
|
||||
"max_input_tokens": 2000000,
|
||||
"max_input_tokens": 1000000,
|
||||
"max_output_tokens": 30000,
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
@@ -55,6 +56,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"video_outputs": False,
|
||||
"reasoning_output": True,
|
||||
"tool_calling": True,
|
||||
"structured_output": True,
|
||||
"attachment": True,
|
||||
"temperature": True,
|
||||
},
|
||||
@@ -63,7 +65,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"release_date": "2026-03-09",
|
||||
"last_updated": "2026-03-09",
|
||||
"open_weights": False,
|
||||
"max_input_tokens": 2000000,
|
||||
"max_input_tokens": 1000000,
|
||||
"max_output_tokens": 30000,
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
@@ -76,6 +78,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"video_outputs": False,
|
||||
"reasoning_output": True,
|
||||
"tool_calling": False,
|
||||
"structured_output": True,
|
||||
"attachment": True,
|
||||
"temperature": True,
|
||||
},
|
||||
@@ -97,6 +100,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"video_outputs": False,
|
||||
"reasoning_output": True,
|
||||
"tool_calling": True,
|
||||
"structured_output": True,
|
||||
"attachment": True,
|
||||
"temperature": True,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user