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

Class Model

app/models/schemas.py:153–159  ·  view source on GitHub ↗

Model information for listing

Source from the content-addressed store, hash-verified

151
152
153class Model(BaseModel):
154 """Model information for listing"""
155
156 id: str
157 object: str = "model"
158 created: int
159 owned_by: str
160
161
162class ModelsResponse(BaseModel):

Callers 1

list_modelsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected