diff --git a/libs/ai-endpoints/langchain_nvidia_ai_endpoints/_statics.py b/libs/ai-endpoints/langchain_nvidia_ai_endpoints/_statics.py index a4d20bf..363323a 100644 --- a/libs/ai-endpoints/langchain_nvidia_ai_endpoints/_statics.py +++ b/libs/ai-endpoints/langchain_nvidia_ai_endpoints/_statics.py @@ -493,6 +493,21 @@ def validate_client(self) -> "Model": supports_tools=True, supports_structured_output=True, ), + "qwen/qwen2.5-coder-32b-instruct": Model( + id="qwen/qwen2.5-coder-32b-instruct", + model_type="chat", + client="ChatNVIDIA", + ), + "qwen/qwen2.5-coder-7b-instruct": Model( + id="qwen/qwen2.5-coder-7b-instruct", + model_type="chat", + client="ChatNVIDIA", + ), + "nvidia/llama-3.1-nemotron-70b-reward": Model( + id="nvidia/llama-3.1-nemotron-70b-reward", + model_type="chat", + client="ChatNVIDIA", + ), } QA_MODEL_TABLE = {