mirror of
https://github.com/hwchase17/langchain.git
synced 2026-07-01 14:47:02 +00:00
chore(model-profiles): refresh model profile data (#38331)
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
0588136904
commit
cebf5a8b72
@@ -2198,28 +2198,6 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"temperature": True,
|
||||
"tool_call_streaming": True,
|
||||
},
|
||||
"meta-llama/llama-3-70b-instruct": {
|
||||
"name": "Llama 3 70B Instruct",
|
||||
"release_date": "2024-04-18",
|
||||
"last_updated": "2024-04-18",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 8192,
|
||||
"max_output_tokens": 8000,
|
||||
"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": True,
|
||||
"attachment": False,
|
||||
"temperature": True,
|
||||
"tool_call_streaming": True,
|
||||
},
|
||||
"meta-llama/llama-3-8b-instruct": {
|
||||
"name": "Llama 3 8B Instruct",
|
||||
"release_date": "2024-04-18",
|
||||
@@ -3249,8 +3227,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,
|
||||
@@ -3272,7 +3250,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"last_updated": "2026-06-12",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 262144,
|
||||
"max_output_tokens": 16384,
|
||||
"max_output_tokens": 262144,
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
"audio_inputs": False,
|
||||
@@ -5377,11 +5355,55 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"temperature": True,
|
||||
"tool_call_streaming": True,
|
||||
},
|
||||
"poolside/laguna-m.1": {
|
||||
"name": "Laguna M.1",
|
||||
"release_date": "2026-04-28",
|
||||
"last_updated": "2026-04-28",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 262144,
|
||||
"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": True,
|
||||
"structured_output": True,
|
||||
"attachment": False,
|
||||
"temperature": True,
|
||||
"tool_call_streaming": True,
|
||||
},
|
||||
"poolside/laguna-m.1:free": {
|
||||
"name": "Laguna M.1 (free)",
|
||||
"release_date": "2026-04-28",
|
||||
"last_updated": "2026-04-28",
|
||||
"open_weights": False,
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 262144,
|
||||
"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": True,
|
||||
"structured_output": False,
|
||||
"attachment": False,
|
||||
"temperature": True,
|
||||
"tool_call_streaming": True,
|
||||
},
|
||||
"poolside/laguna-xs.2": {
|
||||
"name": "Laguna XS.2",
|
||||
"release_date": "2026-04-28",
|
||||
"last_updated": "2026-04-28",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 262144,
|
||||
"max_output_tokens": 32768,
|
||||
"text_inputs": True,
|
||||
@@ -5416,7 +5438,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"video_outputs": False,
|
||||
"reasoning_output": True,
|
||||
"tool_calling": True,
|
||||
"structured_output": True,
|
||||
"structured_output": False,
|
||||
"attachment": False,
|
||||
"temperature": True,
|
||||
"tool_call_streaming": True,
|
||||
@@ -6241,7 +6263,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"last_updated": "2026-02-23",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 262144,
|
||||
"max_output_tokens": 81920,
|
||||
"max_output_tokens": 262144,
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
"audio_inputs": False,
|
||||
@@ -7319,9 +7341,9 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"name": "GLM-5.2",
|
||||
"release_date": "2026-06-13",
|
||||
"last_updated": "2026-06-13",
|
||||
"open_weights": False,
|
||||
"max_input_tokens": 262144,
|
||||
"max_output_tokens": 262144,
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 1048576,
|
||||
"max_output_tokens": 131072,
|
||||
"text_inputs": True,
|
||||
"image_inputs": False,
|
||||
"audio_inputs": False,
|
||||
@@ -7480,8 +7502,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