diff --git a/src/any_llm/providers/moonshot/moonshot.py b/src/any_llm/providers/moonshot/moonshot.py index c7ac5df1..5e475839 100644 --- a/src/any_llm/providers/moonshot/moonshot.py +++ b/src/any_llm/providers/moonshot/moonshot.py @@ -8,3 +8,5 @@ class MoonshotProvider(BaseOpenAIProvider): PROVIDER_DOCUMENTATION_URL = "https://platform.moonshot.ai/" SUPPORTS_EMBEDDING = False # Moonshot doesn't host an embedding model + SUPPORTS_COMPLETION_IMAGE = False + SUPPORTS_COMPLETION_PDF = False