MCPcopy Create free account
hub / github.com/ZyphrZero/z.ai2api_python / ModelsResponse

Class ModelsResponse

app/models/schemas.py:162–166  ·  view source on GitHub ↗

Models list response model

Source from the content-addressed store, hash-verified

160
161
162class ModelsResponse(BaseModel):
163 """Models list response model"""
164
165 object: str = "list"
166 data: List[Model]

Callers 1

list_modelsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected