diff --git a/libs/ai-endpoints/langchain_nvidia_ai_endpoints/_statics.py b/libs/ai-endpoints/langchain_nvidia_ai_endpoints/_statics.py index cdc34786..2f00b4ce 100644 --- a/libs/ai-endpoints/langchain_nvidia_ai_endpoints/_statics.py +++ b/libs/ai-endpoints/langchain_nvidia_ai_endpoints/_statics.py @@ -402,6 +402,11 @@ def validate_client(cls, client: str, values: dict) -> str: model_type="chat", client="ChatNVIDIA", ), + "abacusai/dracarys-llama-3.1-70b-instruct": Model( + id="abacusai/dracarys-llama-3.1-70b-instruct", + model_type="chat", + client="ChatNVIDIA", + ), } QA_MODEL_TABLE = {