MCPcopy Create free account
hub / github.com/Nativu5/Gemini-FastAPI / ModelData

Class ModelData

app/models/models.py:103–109  ·  view source on GitHub ↗

Model data model

Source from the content-addressed store, hash-verified

101
102
103class ModelData(BaseModel):
104 """Model data model"""
105
106 id: str
107 object: str = "model"
108 created: int
109 owned_by: str = "google"
110
111
112class ChatCompletionRequest(BaseModel):

Callers 1

_get_available_modelsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected