audio1.0

audio1.0 (Routara Network) — 128K context, Reasoning tier. Price per image: $0.018 · Avg latency 48ms. Routed via Routara OpenAI-compatible endpoint with multi-region failover and metered billing.

Price per image: $0.018 · TTFT: 48ms

Specifications

  • Developer: Routara Network
  • Category: Reasoning
  • Context window: 128K
  • Price per image: $0.018
  • Avg latency: 48 ms
  • SLA grade: A

Typical use cases

  • Multi-step reasoning and agent workflows
  • RAG pipelines with tool calling
  • Code generation, review, and test synthesis

FAQ

  • How is audio1.0 priced on Routara? — $0.018 per generated image, metered per request with no separate platform fee.
  • Is audio1.0 OpenAI-compatible? — Yes. Point any OpenAI SDK to https://api.routara.ai/v1 and set model to the Routara slug shown below.
  • Does audio1.0 support streaming? — Streaming is supported when the upstream route is live. Use stream: true in chat.completions.

Related models

Quick integration

  • curl https://api.routara.ai/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"model":"audio1.0","messages":[{"role":"user","content":"Hello"}],"stream":true}'