v1
latestOpenAPI 3.0.32026-07-22112930.0 KBModels
List models
List model IDs and availability in an OpenAI-compatible shape. No auth required. Use the id value as the model field in inference requests.
get/models
Response
List of models.
Example response
{
"data": [
{
"id": "google/gemma-4-26B-A4B-it",
"owned_by": "overshoot"
}
]
}