naive audio transcribe <file>
Returns the transcript, segments, detected language, the
route trace, and credits_used.
naive audio transcription <id>
Poll a queued transcription. Status moves through queued → running →
succeeded (or failed / canceled); the transcript appears once it succeeds.
The charge lands on the first poll that sees succeeded — polling again never
double-charges.
naive audio speak [text]
--feature values are case-sensitive: Acting, Expressiveness,
Voice identity, Language stability, Reliability, Extended long-form,
Long-form, Acoustic quality. The CLI refuses --feature alongside a pinned
--model, because the API rejects that combination.
The result reports the bytes written and the request_id, so you can follow up
with naive audio usage <request_id> for the cost.
naive audio converse <file>
Prints both transcripts — what the model heard and what it said — and writes the
reply audio to
--output rather than echoing base64 into the result.
naive audio models
List routable models and routing aliases. --task filters by
transcription, speech, or s2s. Free.
naive audio usage [request_id]
With no argument, lists billed audio requests newest-first
(--limit, --cursor, --from, --to). With a request id, shows that one
request’s usage row. Free.