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

Class Model

api/api.py:121–126  ·  view source on GitHub ↗

Model for LLM model configuration

Source from the content-addressed store, hash-verified

119
120# --- Model Configuration Models ---
121class Model(BaseModel):
122 """
123 Model for LLM model configuration
124 """
125 id: str = Field(..., description="Model identifier")
126 name: str = Field(..., description="Display name for the model")
127
128class Provider(BaseModel):
129 """

Callers 1

get_model_configFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected