v1

latestOpenAPI 3.0.32026-07-22112930.0 KB
Models

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.

objectstring required

Example response

{
  "data": [
    {
      "id": "google/gemma-4-26B-A4B-it",
      "owned_by": "overshoot"
    }
  ]
}