v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-2177185.9 KB
Public Models

List all available models

List all publicly available models (modelVisibility='PUBLIC' only). Use the format parameter to get responses compatible with OpenRouter or HuggingFace APIs.

get/public/v1/models

Query parameters

format'default' | 'openrouter' | 'huggingface'

Output format for public models endpoint.

Output format: 'default' (Cerebras schema), 'openrouter', or 'huggingface'

Headers

X-Amz-Cf-Idstring nullable
CF-RAYstring nullable

Response

Successful Response

OR
OR

Example response

{
  "data": [
    {
      "pricing": {
        "completion": "0.0000001",
        "prompt": "0.0000001"
      }
    }
  ]
}
All 7 operations