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

Class ModelList

src/models.py:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29class ModelList(BaseModel):
30 object: str = "list"
31 data: List[Model]
32
33
34# OpenAI Models

Callers 1

create_openai_model_listFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected