MCPcopy Create free account
hub / github.com/AsyncFuncAI/deepwiki-open / ModelConfig

Class ModelConfig

api/api.py:137–142  ·  view source on GitHub ↗

Model for the entire model configuration

Source from the content-addressed store, hash-verified

135 supportsCustomModel: Optional[bool] = Field(False, description="Whether this provider supports custom models")
136
137class ModelConfig(BaseModel):
138 """
139 Model for the entire model configuration
140 """
141 providers: List[Provider] = Field(..., description="List of available model providers")
142 defaultProvider: str = Field(..., description="ID of the default provider")
143
144class AuthorizationConfig(BaseModel):
145 code: str = Field(..., description="Authorization code")

Callers 1

get_model_configFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected