Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniMax-AI/Mini-Agent
/ LLMProvider
Class
LLMProvider
mini_agent/schema/schema.py:7–11 ·
view source on GitHub ↗
LLM provider types.
Source
from the content-addressed store, hash-verified
5
6
7
class
LLMProvider(str, Enum):
8
""
"LLM provider types."
""
9
10
ANTHROPIC =
"anthropic"
11
OPENAI =
"openai"
12
13
14
class
FunctionCall(BaseModel):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected