Google

Google

Gemini 3.5 Live Translate

Low-latency audio-to-audio speech translation. Near real-time speech-to-speech across 70+ languages, preserving the speaker's intonation, pacing, and pitch. WebSocket-based realtime session.

Modalities

Text → Audio

Price

$0.0635 / min

Speed

fast

Pricing

Per minute of audio processed. Min billable: 1 minute.

$0.0635 / min

Quick start

Up and running in under two minutes.

  1. 1

    Create an API key

    Sign up and grab a key from the dashboard — $0.50 free credit, no card required.

    Get API key →
  2. 2

    Make your first request

    Drop in your key and send a chat completion — fully OpenAI-compatible.

    curl https://kymaapi.com/v1/chat/completions \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -H "Content-Type: application/json" \
      -d '{
        "model": "gemini-3.5-live-translate-preview",
        "messages": [
          {"role": "user", "content": "Explain prompt caching in one paragraph."}
        ]
      }'
  3. 3

    Stream responses

    Add "stream": true to receive tokens as they arrive.

    curl https://kymaapi.com/v1/chat/completions \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -H "Content-Type: application/json" \
      -d '{
        "model": "gemini-3.5-live-translate-preview",
        "stream": true,
        "messages": [{"role": "user", "content": "Hello!"}]
      }'

FAQ

Common questions about this model.

How much does Gemini 3.5 Live Translate cost?

$0.0635 per min. Per minute of audio processed. Min billable: 1 minute.

How do I use Gemini 3.5 Live Translate?

Kyma is OpenAI-compatible: point your SDK's base URL at https://kymaapi.com/v1, use your Kyma API key, and set the model to gemini-3.5-live-translate-preview. Signing up is free and includes $0.50 of credit — no card required.

Start with $0.50 free credit — no card required.Create account →