chore(model-profiles): refresh model profile data (#38133)

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:
langchain-model-profile-bot[bot]
2026-06-14 16:04:56 -04:00
committed by GitHub
parent 879cad0676
commit eb39d0c046
2 changed files with 100 additions and 77 deletions

View File

@@ -123,27 +123,6 @@ _PROFILES: dict[str, dict[str, Any]] = {
"temperature": True,
"tool_call_streaming": True,
},
"accounts/fireworks/models/kimi-k2p5": {
"name": "Kimi K2.5",
"release_date": "2026-01-27",
"last_updated": "2026-01-27",
"open_weights": True,
"max_input_tokens": 256000,
"max_output_tokens": 256000,
"text_inputs": True,
"image_inputs": True,
"audio_inputs": False,
"video_inputs": True,
"text_outputs": True,
"image_outputs": False,
"audio_outputs": False,
"video_outputs": False,
"reasoning_output": True,
"tool_calling": True,
"attachment": True,
"temperature": True,
"tool_call_streaming": True,
},
"accounts/fireworks/models/kimi-k2p6": {
"name": "Kimi K2.6",
"release_date": "2026-04-17",
@@ -165,15 +144,15 @@ _PROFILES: dict[str, dict[str, Any]] = {
"temperature": True,
"tool_call_streaming": True,
},
"accounts/fireworks/models/minimax-m2p5": {
"name": "MiniMax-M2.5",
"release_date": "2026-02-12",
"last_updated": "2026-02-12",
"accounts/fireworks/models/kimi-k2p7-code": {
"name": "Kimi K2.7 Code",
"release_date": "2026-06-12",
"last_updated": "2026-06-12",
"open_weights": True,
"max_input_tokens": 196608,
"max_output_tokens": 196608,
"max_input_tokens": 262000,
"max_output_tokens": 262000,
"text_inputs": True,
"image_inputs": False,
"image_inputs": True,
"audio_inputs": False,
"video_inputs": False,
"text_outputs": True,
@@ -182,7 +161,8 @@ _PROFILES: dict[str, dict[str, Any]] = {
"video_outputs": False,
"reasoning_output": True,
"tool_calling": True,
"attachment": False,
"structured_output": True,
"attachment": True,
"temperature": True,
"tool_call_streaming": True,
},
@@ -207,10 +187,31 @@ _PROFILES: dict[str, dict[str, Any]] = {
"temperature": True,
"tool_call_streaming": True,
},
"accounts/fireworks/models/qwen3p6-plus": {
"name": "Qwen 3.6 Plus",
"release_date": "2026-04-04",
"last_updated": "2026-04-04",
"accounts/fireworks/models/minimax-m3": {
"name": "MiniMax-M3",
"release_date": "2026-06-12",
"last_updated": "2026-06-12",
"open_weights": True,
"max_input_tokens": 512000,
"max_output_tokens": 512000,
"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": True,
"temperature": True,
"tool_call_streaming": True,
},
"accounts/fireworks/models/qwen3p7-plus": {
"name": "Qwen 3.7 Plus",
"release_date": "2026-06-12",
"last_updated": "2026-06-12",
"open_weights": False,
"max_input_tokens": 262144,
"max_output_tokens": 65536,
@@ -266,7 +267,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
"video_outputs": False,
"reasoning_output": True,
"tool_calling": True,
"attachment": False,
"attachment": True,
"temperature": True,
"tool_call_streaming": True,
},
@@ -287,7 +288,29 @@ _PROFILES: dict[str, dict[str, Any]] = {
"video_outputs": False,
"reasoning_output": True,
"tool_calling": True,
"attachment": False,
"attachment": True,
"temperature": True,
"tool_call_streaming": True,
},
"accounts/fireworks/routers/kimi-k2p7-code-fast": {
"name": "Kimi K2.7 Code Fast",
"release_date": "2026-06-12",
"last_updated": "2026-06-12",
"open_weights": True,
"max_input_tokens": 262000,
"max_output_tokens": 262000,
"text_inputs": True,
"image_inputs": True,
"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": True,
"temperature": True,
"tool_call_streaming": True,
},

View File

@@ -957,8 +957,8 @@ _PROFILES: dict[str, dict[str, Any]] = {
},
"cohere/command-r7b-12-2024": {
"name": "Command R7B",
"release_date": "2024-02-27",
"last_updated": "2024-02-27",
"release_date": "2024-12-02",
"last_updated": "2024-12-02",
"open_weights": True,
"max_input_tokens": 128000,
"max_output_tokens": 4000,
@@ -1026,7 +1026,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
"release_date": "2025-03-24",
"last_updated": "2025-03-24",
"open_weights": True,
"max_input_tokens": 32768,
"max_input_tokens": 163840,
"max_output_tokens": 16384,
"text_inputs": True,
"image_inputs": False,
@@ -1224,8 +1224,8 @@ _PROFILES: dict[str, dict[str, Any]] = {
"release_date": "2026-04-24",
"last_updated": "2026-04-24",
"open_weights": True,
"max_input_tokens": 1048576,
"max_output_tokens": 131072,
"max_input_tokens": 1000000,
"max_output_tokens": 65536,
"text_inputs": True,
"image_inputs": False,
"audio_inputs": False,
@@ -1287,8 +1287,8 @@ _PROFILES: dict[str, dict[str, Any]] = {
},
"google/gemini-2.5-flash": {
"name": "Gemini 2.5 Flash",
"release_date": "2025-03-20",
"last_updated": "2025-06-05",
"release_date": "2025-06-17",
"last_updated": "2025-06-17",
"open_weights": False,
"max_input_tokens": 1048576,
"max_output_tokens": 65535,
@@ -1378,8 +1378,8 @@ _PROFILES: dict[str, dict[str, Any]] = {
},
"google/gemini-2.5-pro": {
"name": "Gemini 2.5 Pro",
"release_date": "2025-03-20",
"last_updated": "2025-06-05",
"release_date": "2025-06-17",
"last_updated": "2025-06-17",
"open_weights": False,
"max_input_tokens": 1048576,
"max_output_tokens": 65536,
@@ -2441,28 +2441,6 @@ _PROFILES: dict[str, dict[str, Any]] = {
"temperature": True,
"tool_call_streaming": True,
},
"meta-llama/llama-guard-3-8b": {
"name": "Llama Guard 3 8B",
"release_date": "2025-02-12",
"last_updated": "2025-02-12",
"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": False,
"tool_calling": False,
"structured_output": False,
"attachment": False,
"temperature": True,
"tool_call_streaming": True,
},
"meta-llama/llama-guard-4-12b": {
"name": "Llama Guard 4 12B",
"release_date": "2025-04-30",
@@ -2722,7 +2700,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,
@@ -3228,7 +3206,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
"release_date": "2026-01",
"last_updated": "2026-01",
"open_weights": True,
"max_input_tokens": 262144,
"max_input_tokens": 256000,
"max_output_tokens": 262144,
"text_inputs": True,
"image_inputs": True,
@@ -3250,6 +3228,28 @@ _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,
"text_inputs": True,
"image_inputs": True,
"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": True,
"temperature": True,
"tool_call_streaming": True,
},
"moonshotai/kimi-k2.7-code": {
"name": "Kimi K2.7 Code",
"release_date": "2026-06-12",
"last_updated": "2026-06-12",
"open_weights": True,
"max_input_tokens": 262144,
"max_output_tokens": 262144,
"text_inputs": True,
@@ -3482,7 +3482,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,
@@ -5159,8 +5159,8 @@ _PROFILES: dict[str, dict[str, Any]] = {
},
"openrouter/fusion": {
"name": "Fusion",
"release_date": "2026-05-12",
"last_updated": "2026-05-12",
"release_date": "2026-06-13",
"last_updated": "2026-06-13",
"open_weights": False,
"max_input_tokens": 128000,
"max_output_tokens": 128000,
@@ -5559,8 +5559,8 @@ _PROFILES: dict[str, dict[str, Any]] = {
"release_date": "2025-02-01",
"last_updated": "2025-02-01",
"open_weights": True,
"max_input_tokens": 32000,
"max_output_tokens": 8192,
"max_input_tokens": 128000,
"max_output_tokens": 128000,
"text_inputs": True,
"image_inputs": True,
"audio_inputs": False,
@@ -6351,8 +6351,8 @@ _PROFILES: dict[str, dict[str, Any]] = {
"release_date": "2026-04-22",
"last_updated": "2026-04-22",
"open_weights": True,
"max_input_tokens": 131072,
"max_output_tokens": 131072,
"max_input_tokens": 262140,
"max_output_tokens": 262140,
"text_inputs": True,
"image_inputs": True,
"audio_inputs": False,
@@ -7459,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": 262144,
"max_output_tokens": 262144,
"max_input_tokens": 262142,
"max_output_tokens": 262142,
"text_inputs": True,
"image_inputs": True,
"audio_inputs": False,