Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
class
Model(BaseModel):
23
id: str
24
object: str =
"model"
25
created: Optional[int] = None
26
owned_by: Optional[str] =
"google"
27
28
29
class
ModelList(BaseModel):
Callers
2
fetch_available_models
Function · 0.90
create_openai_model_list
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected