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
Example response
{
"data": [
{
"pricing": {
"completion": "0.0000001",
"prompt": "0.0000001"
}
}
]
}