We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SUPPORTED
1 parent ac46291 commit 6d69fceCopy full SHA for 6d69fce
src/any_llm/providers/moonshot/moonshot.py
@@ -8,3 +8,5 @@ class MoonshotProvider(BaseOpenAIProvider):
8
PROVIDER_DOCUMENTATION_URL = "https://platform.moonshot.ai/"
9
10
SUPPORTS_EMBEDDING = False # Moonshot doesn't host an embedding model
11
+ SUPPORTS_COMPLETION_IMAGE = False
12
+ SUPPORTS_COMPLETION_PDF = False
0 commit comments