mirror of
https://github.com/hwchase17/langchain.git
synced 2026-07-01 22:59:06 +00:00
chore(model-profiles): refresh model profile data (#38100)
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
c9f98c1bcd
commit
8d7961b4b5
@@ -1114,8 +1114,8 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"release_date": "2025-01-23",
|
||||
"last_updated": "2025-01-23",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 16384,
|
||||
"max_input_tokens": 8192,
|
||||
"max_output_tokens": 8192,
|
||||
"text_inputs": True,
|
||||
"image_inputs": False,
|
||||
"audio_inputs": False,
|
||||
@@ -1786,8 +1786,8 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"release_date": "2026-04-02",
|
||||
"last_updated": "2026-04-02",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 256000,
|
||||
"max_output_tokens": 8192,
|
||||
"max_input_tokens": 262144,
|
||||
"max_output_tokens": 262144,
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
"audio_inputs": False,
|
||||
@@ -2688,7 +2688,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"release_date": "2026-03-18",
|
||||
"last_updated": "2026-03-18",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 204800,
|
||||
"max_input_tokens": 196608,
|
||||
"max_output_tokens": 131072,
|
||||
"text_inputs": True,
|
||||
"image_inputs": False,
|
||||
@@ -3250,8 +3250,8 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"release_date": "2026-04-21",
|
||||
"last_updated": "2026-04-21",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 262142,
|
||||
"max_output_tokens": 262142,
|
||||
"max_input_tokens": 262144,
|
||||
"max_output_tokens": 262144,
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
"audio_inputs": False,
|
||||
@@ -3663,28 +3663,6 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"temperature": True,
|
||||
"tool_call_streaming": True,
|
||||
},
|
||||
"nvidia/nemotron-nano-9b-v2": {
|
||||
"name": "Nemotron Nano 9B v2",
|
||||
"release_date": "2025-08-18",
|
||||
"last_updated": "2025-08-18",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 16384,
|
||||
"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": False,
|
||||
"attachment": False,
|
||||
"temperature": True,
|
||||
"tool_call_streaming": True,
|
||||
},
|
||||
"nvidia/nemotron-nano-9b-v2:free": {
|
||||
"name": "Nemotron Nano 9B V2 (free)",
|
||||
"release_date": "2025-08-18",
|
||||
@@ -6395,8 +6373,8 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"release_date": "2026-04-17",
|
||||
"last_updated": "2026-04-17",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 262140,
|
||||
"max_output_tokens": 262140,
|
||||
"max_input_tokens": 262144,
|
||||
"max_output_tokens": 262144,
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
"audio_inputs": False,
|
||||
@@ -7157,7 +7135,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"video_outputs": False,
|
||||
"reasoning_output": True,
|
||||
"tool_calling": True,
|
||||
"structured_output": False,
|
||||
"structured_output": True,
|
||||
"attachment": False,
|
||||
"temperature": True,
|
||||
"tool_call_streaming": True,
|
||||
@@ -7481,8 +7459,8 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"release_date": "2026-04-27",
|
||||
"last_updated": "2026-04-27",
|
||||
"open_weights": False,
|
||||
"max_input_tokens": 262142,
|
||||
"max_output_tokens": 262142,
|
||||
"max_input_tokens": 262144,
|
||||
"max_output_tokens": 262144,
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
"audio_inputs": False,
|
||||
|
||||
Reference in New Issue
Block a user