Sign in

Retrieve model

documented

Fetch details for a specific model.

GET /v1/models/{model_id}Modelsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.cerebras.ai/v1/models/{{$model_id}}" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{CEREBRAS_API_KEY}}"
Retrieve model · Cerebras · OpenIntegrations