diff --git a/libs/ai-endpoints/langchain_nvidia_ai_endpoints/_statics.py b/libs/ai-endpoints/langchain_nvidia_ai_endpoints/_statics.py index 3c1f0bfc..1f5d2604 100644 --- a/libs/ai-endpoints/langchain_nvidia_ai_endpoints/_statics.py +++ b/libs/ai-endpoints/langchain_nvidia_ai_endpoints/_statics.py @@ -442,6 +442,18 @@ def validate_client(self) -> "Model": client="ChatNVIDIA", supports_structured_output=True, ), + "institute-of-science-tokyo/llama-3.1-swallow-8b-instruct-v0.1": Model( + id="institute-of-science-tokyo/llama-3.1-swallow-8b-instruct-v0.1", + model_type="chat", + client="ChatNVIDIA", + supports_structured_output=True, + ), + "institute-of-science-tokyo/llama-3.1-swallow-70b-instruct-v0.1": Model( + id="institute-of-science-tokyo/llama-3.1-swallow-70b-instruct-v0.1", + model_type="chat", + client="ChatNVIDIA", + supports_structured_output=True, + ), } QA_MODEL_TABLE = {