MCPcopy Create free account
hub / github.com/su-kaka/gcli2api / Model

Class Model

src/models.py:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21# Common Models
22class Model(BaseModel):
23 id: str
24 object: str = "model"
25 created: Optional[int] = None
26 owned_by: Optional[str] = "google"
27
28
29class ModelList(BaseModel):

Callers 2

fetch_available_modelsFunction · 0.90
create_openai_model_listFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected