diff --git a/libs/partners/openrouter/langchain_openrouter/data/_profiles.py b/libs/partners/openrouter/langchain_openrouter/data/_profiles.py index ce5c407a3bc..5463ceaff18 100644 --- a/libs/partners/openrouter/langchain_openrouter/data/_profiles.py +++ b/libs/partners/openrouter/langchain_openrouter/data/_profiles.py @@ -456,6 +456,27 @@ _PROFILES: dict[str, dict[str, Any]] = { "attachment": False, "temperature": True, }, + "deepseek/deepseek-r1": { + "name": "DeepSeek: R1", + "release_date": "2025-01-20", + "last_updated": "2025-01-20", + "open_weights": True, + "max_input_tokens": 64000, + "max_output_tokens": 16000, + "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, + }, "deepseek/deepseek-r1-distill-llama-70b": { "name": "DeepSeek R1 Distill Llama 70B", "release_date": "2025-01-23", @@ -1400,6 +1421,27 @@ _PROFILES: dict[str, dict[str, Any]] = { "attachment": False, "temperature": True, }, + "minimax/minimax-m2.5:free": { + "name": "MiniMax M2.5 (free)", + "release_date": "2026-02-12", + "last_updated": "2026-02-12", + "open_weights": True, + "max_input_tokens": 204800, + "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": True, + "attachment": False, + "temperature": True, + }, "minimax/minimax-m2.7": { "name": "MiniMax M2.7", "release_date": "2026-03-18", @@ -2986,6 +3028,27 @@ _PROFILES: dict[str, dict[str, Any]] = { "attachment": True, "temperature": True, }, + "qwen/qwen3.5-flash-02-23": { + "name": "Qwen: Qwen3.5-Flash", + "release_date": "2026-02-25", + "last_updated": "2026-02-25", + "open_weights": False, + "max_input_tokens": 1000000, + "max_output_tokens": 65536, + "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, + "structured_output": True, + "attachment": True, + "temperature": True, + }, "qwen/qwen3.5-plus-02-15": { "name": "Qwen3.5 Plus 2026-02-15", "release_date": "2026-02-16",