API reference

Models

GEThttps://api.oneover.com/functions/v1/api-v1-modelsScope: usage

The model catalog your organization plan can access, with per-request credit costs.

Query parameters

Parameters

NameTypeRequiredDescription
typestringNoFilter: text, image, or video.

Example

GET text models
curl "https://api.oneover.com/functions/v1/api-v1-models?type=text" \
  -H "Authorization: Bearer oo_live_YOUR_KEY"

Response

200 OK
{
  "request_id": "uuid",
  "org_id": "uuid",
  "org_plan": "org_business",
  "models": [
    {
      "id": "gpt-5.6-sol",
      "name": "GPT 5.6 Sol",
      "type": "text",
      "provider": "OpenAI",
      "credits_per_request": 4
    }
  ],
  "count": 42
}

The Playground loads this catalog to populate the model dropdown when you enter a key.