Docs
FAQ
Updated 2026-07-29
What does the documentation include?
- Getting started: Accounts, authentication, Base URL
- API capabilities: OpenAI compatibility, Chat Completions, Responses, Messages, streaming
- Available models: Developer guides for each series (model IDs, pricing, examples)
Which Base URL should I use?
For model calls, use https://api.rokoapi.com/v1, not the marketing site https://rokoapi.com.
Why are prices sometimes outdated?
Model pages and documentation use build-time snapshots for pricing to ensure SEO and availability, with client-side refreshes available. If a refresh fails, the page retains the snapshot and displays a notice.
Which endpoint should I use for Suno music?
When using suno-v* models, call POST /v1/audios/tasks, then use GET /v1/tasks/{task_id} to check results. Do not send requests to /v1/chat/completions. See the full example in Audio generation tasks.
Where is the login page?
The login / console button on the public site redirects to the console domain. The session system is not hosted on Cloudflare Pages.