Rime website screenshot

Rime

Rime is a realtime text-to-speech platform optimized for low-latency conversational agents. Models include Arcana v3, Arcana v2, Mist v3, and Mist v2. The TTS API supports streaming HTTP, WebSocket (binary and JSON), Server-Sent Events, and JSON envelopes for MP3, mu-law, OGG, and WAV audio.

1 APIs 0 Features
AIVoiceTTSRealtimeConversational

APIs

Rime TTS API

Realtime text-to-speech API supporting streaming HTTP, WebSocket, and SSE delivery for Arcana and Mist models. Authentication via API key. Audio formats include MP3, mu-law, OGG...

Collections

Pricing Plans

Rime Ai Plans Pricing

4 plans

PLANS

Rate Limits

Rime Ai Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: OpenAPI Plant Store
  version: 1.0.0
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: GET /plants
    type: http
  http:
    method: GET
    url: http://sandbox.mintlify.com/plants
    params:
    - name: limit
      value: ''
      type: query
      description: The maximum number of results to return
  docs: Returns all plants from the system that the user has access to
- info:
    name: POST /plants
    type: http
  http:
    method: POST
    url: http://sandbox.mintlify.com/plants
    body:
      type: json
      data: '{}'
  docs: Creates a new plant in the store
- info:
    name: DELETE /plants/{id}
    type: http
  http:
    method: DELETE
    url: http://sandbox.mintlify.com/plants/:id
    params:
    - name: id
      value: ''
      type: path
      description: ID of plant to delete
  docs: Deletes a single plant based on the ID supplied
bundled: true