mirror of
https://github.com/hwchase17/langchain.git
synced 2026-07-01 14:47:02 +00:00
chore(model-profiles): refresh model profile data (#38210)
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
847312e0aa
commit
e1fab4b9c6
@@ -19,7 +19,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"accounts/fireworks/models/deepseek-v4-flash": {
|
||||
"name": "DeepSeek V4 Flash",
|
||||
"release_date": "2026-04-24",
|
||||
"last_updated": "2026-04-24",
|
||||
"last_updated": "2026-06-16",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 1000000,
|
||||
"max_output_tokens": 384000,
|
||||
@@ -81,10 +81,31 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"temperature": True,
|
||||
"tool_call_streaming": True,
|
||||
},
|
||||
"accounts/fireworks/models/glm-5p2": {
|
||||
"name": "GLM 5.2",
|
||||
"release_date": "2026-06-16",
|
||||
"last_updated": "2026-06-16",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 1048576,
|
||||
"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,
|
||||
"attachment": False,
|
||||
"temperature": True,
|
||||
"tool_call_streaming": True,
|
||||
},
|
||||
"accounts/fireworks/models/gpt-oss-120b": {
|
||||
"name": "GPT OSS 120B",
|
||||
"release_date": "2025-08-05",
|
||||
"last_updated": "2026-06-15",
|
||||
"last_updated": "2026-06-16",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 32768,
|
||||
@@ -147,7 +168,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"accounts/fireworks/models/kimi-k2p7-code": {
|
||||
"name": "Kimi K2.7 Code",
|
||||
"release_date": "2026-06-12",
|
||||
"last_updated": "2026-06-12",
|
||||
"last_updated": "2026-06-16",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 262000,
|
||||
"max_output_tokens": 262000,
|
||||
@@ -161,7 +182,6 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"video_outputs": False,
|
||||
"reasoning_output": True,
|
||||
"tool_calling": True,
|
||||
"structured_output": True,
|
||||
"attachment": True,
|
||||
"temperature": True,
|
||||
"tool_call_streaming": True,
|
||||
@@ -295,7 +315,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"accounts/fireworks/routers/kimi-k2p7-code-fast": {
|
||||
"name": "Kimi K2.7 Code Fast",
|
||||
"release_date": "2026-06-12",
|
||||
"last_updated": "2026-06-12",
|
||||
"last_updated": "2026-06-16",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 262000,
|
||||
"max_output_tokens": 262000,
|
||||
@@ -309,7 +329,6 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"video_outputs": False,
|
||||
"reasoning_output": True,
|
||||
"tool_calling": True,
|
||||
"structured_output": True,
|
||||
"attachment": True,
|
||||
"temperature": True,
|
||||
"tool_call_streaming": True,
|
||||
|
||||
@@ -285,8 +285,8 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
},
|
||||
"mistral-large-2411": {
|
||||
"name": "Mistral Large 2.1",
|
||||
"release_date": "2024-11-01",
|
||||
"last_updated": "2024-11-04",
|
||||
"release_date": "2024-11-18",
|
||||
"last_updated": "2024-11-18",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 16384,
|
||||
|
||||
@@ -325,29 +325,6 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"temperature": True,
|
||||
"tool_call_streaming": True,
|
||||
},
|
||||
"anthropic/claude-fable-5": {
|
||||
"name": "Claude Fable 5",
|
||||
"release_date": "2026-06-09",
|
||||
"last_updated": "2026-06-09",
|
||||
"open_weights": False,
|
||||
"max_input_tokens": 1000000,
|
||||
"max_output_tokens": 128000,
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
"audio_inputs": False,
|
||||
"pdf_inputs": True,
|
||||
"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": False,
|
||||
"tool_call_streaming": True,
|
||||
},
|
||||
"anthropic/claude-haiku-4.5": {
|
||||
"name": "Claude Haiku 4.5 (latest)",
|
||||
"release_date": "2025-10-15",
|
||||
@@ -1131,28 +1108,6 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"temperature": True,
|
||||
"tool_call_streaming": True,
|
||||
},
|
||||
"deepseek/deepseek-r1-distill-qwen-32b": {
|
||||
"name": "R1 Distill Qwen 32B",
|
||||
"release_date": "2025-01-29",
|
||||
"last_updated": "2025-01-29",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 32768,
|
||||
"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,
|
||||
"structured_output": True,
|
||||
"attachment": False,
|
||||
"temperature": True,
|
||||
"tool_call_streaming": True,
|
||||
},
|
||||
"deepseek/deepseek-v3.1-terminus": {
|
||||
"name": "DeepSeek V3.1 Terminus",
|
||||
"release_date": "2025-09-22",
|
||||
@@ -1224,7 +1179,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"release_date": "2026-04-24",
|
||||
"last_updated": "2026-04-24",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 1000000,
|
||||
"max_input_tokens": 1048575,
|
||||
"max_output_tokens": 65536,
|
||||
"text_inputs": True,
|
||||
"image_inputs": False,
|
||||
@@ -4833,7 +4788,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,
|
||||
@@ -5162,7 +5117,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"release_date": "2026-06-13",
|
||||
"last_updated": "2026-06-13",
|
||||
"open_weights": False,
|
||||
"max_input_tokens": 128000,
|
||||
"max_input_tokens": 1000000,
|
||||
"max_output_tokens": 128000,
|
||||
"text_inputs": True,
|
||||
"image_inputs": False,
|
||||
@@ -6220,7 +6175,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"last_updated": "2026-02-23",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 262144,
|
||||
"max_output_tokens": 262144,
|
||||
"max_output_tokens": 81920,
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
"audio_inputs": False,
|
||||
@@ -6241,7 +6196,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"release_date": "2026-02-15",
|
||||
"last_updated": "2026-02-15",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 262144,
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 65536,
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
@@ -7069,7 +7024,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"video_outputs": False,
|
||||
"reasoning_output": True,
|
||||
"tool_calling": True,
|
||||
"structured_output": False,
|
||||
"structured_output": True,
|
||||
"attachment": True,
|
||||
"temperature": True,
|
||||
"tool_call_streaming": True,
|
||||
@@ -7135,7 +7090,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,
|
||||
@@ -7316,6 +7271,28 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"temperature": True,
|
||||
"tool_call_streaming": True,
|
||||
},
|
||||
"z-ai/glm-5.2": {
|
||||
"name": "GLM-5.2",
|
||||
"release_date": "2026-06-13",
|
||||
"last_updated": "2026-06-13",
|
||||
"open_weights": False,
|
||||
"max_input_tokens": 1048576,
|
||||
"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": False,
|
||||
"attachment": False,
|
||||
"temperature": True,
|
||||
"tool_call_streaming": True,
|
||||
},
|
||||
"~anthropic/claude-fable-latest": {
|
||||
"name": "Claude Fable Latest",
|
||||
"release_date": "2026-06-09",
|
||||
|
||||
Reference in New Issue
Block a user