API reference
Models
https://api.oneover.com/functions/v1/api-v1-modelsScope: usageThe model catalog your organization plan can access, with per-request credit costs.
Query parameters
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
type | string | No | Filter: text, image, or video. |
Example
curl "https://api.oneover.com/functions/v1/api-v1-models?type=text" \ -H "Authorization: Bearer oo_live_YOUR_KEY"
Response
{
"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.