The AI arena is free today

Open Superagent
GoogleReleased on Aug 26, 2026

Gemini 3.5 Transcribe Live: Pricing, Performance & Examples

Gemini 3.5 Transcribe Live is a speech-to-text model from Google, released in August 2026, with pricing from $3.50/M input and $21.00/M output.

Google Gemini 3.5 Transcribe Live (`gemini-3.5-transcribe-live`) is a streaming speech-to-text model via the Live API. It supports 85+ languages, smart transcription, and custom vocabulary. Sessions are limited to 10 minutes; speaker

Input
Audio
Output
Text

Gemini 3.5 Transcribe Live benchmarks

Capability tiers

Standing within each category, adjusted for leaderboard depth.

Quality Tracker

Gemini 3.5 Transcribe Live Performance Across Datasets

Scores sourced from the model's scorecard, paper, or official blog posts

LLM Stats Logollm-stats.com - Tue Sep 08 2026
Notice missing or incorrect data?

Gemini 3.5 Transcribe Live pricing

Providers

Gemini 3.5 Transcribe Live starts at $3.50 per million input tokens and $21.00 per million output tokens via Google.

ProviderInput $/MCached input $/MOutput $/MContext in / outTTFT p95 sOutput p5 c/sModalities in / out
Google logoGoogle
$3.50$21.00/
/

Cached input is the discounted price for prompt tokens served from a provider cache. TTFT is time to first token. Output is characters per second; p5 is the sustained floor exceeded by 95% of observed requests.

Gemini 3.5 Transcribe Live API

POST/v1/stt/transcribe

Any audio format up to 25 MB.

Missing Audio file

Run a request to see the response

Use it in your code

OpenAI-compatible endpoint through the LLM Stats gateway.

import requests

with open("audio.mp3", "rb") as f:
    response = requests.post(
        "https://gateway.llm-stats.com/v1/stt/transcribe",
        headers={"Authorization": "Bearer YOUR_API_KEY"},
        files={"file": f},
        data={"model_id": "gemini-3.5-transcribe-live"},
    )

print(response.json()["text"])

Need an API key? Create one above in the playground, or read the API documentation.

Gemini 3.5 Transcribe Live latency

Gemini 3.5 Transcribe Live time to first token, sustained output throughput, and failed-request rate from live API traffic over the trailing 7 days.

Gemini 3.5 Transcribe Live license

Gemini 3.5 Transcribe Live is a proprietary model available under its provider's product and API terms.

License
Proprietary
Hosted access

Proprietary license - usage restrictions apply

Gemini 3.5 Transcribe Live resources

Official sources for Gemini 3.5 Transcribe Live: api documentation, official playground, official launch post.

Gemini 3.5 Transcribe Live vs other models

The most-compared alternatives to Gemini 3.5 Transcribe Live are Gemini 1.5 Pro, Qwen2.5-Omni-7B, Gemini 1.0 Pro. Open any pair side-by-side for benchmarks, pricing, context, and latency.

Models like Gemini 3.5 Transcribe Live

Models ranked just above and below Gemini 3.5 Transcribe Live by LLM Stats score.

 

Gemini 1.5 Pro

Score pending
 

Qwen2.5-Omni-7B

Score pending
 

Gemini 1.0 Pro

Score pending

FAQ

Common questions about Gemini 3.5 Transcribe Live.

When was Gemini 3.5 Transcribe Live released?

Gemini 3.5 Transcribe Live was released on August 26, 2026 by Google. This is the official Gemini 3.5 Transcribe Live release date tracked on LLM Stats.

How much does Gemini 3.5 Transcribe Live cost?

Gemini 3.5 Transcribe Live pricing starts at $3.50 per million input tokens and $21.00 per million output tokens via Google, the lowest price among tracked providers.

Is Gemini 3.5 Transcribe Live available via API?

Yes, Gemini 3.5 Transcribe Live is available via API. See the official documentation for authentication and endpoint details. It is served by 1 provider tracked on LLM Stats.

Who created Gemini 3.5 Transcribe Live?

Gemini 3.5 Transcribe Live was created by Google.

What is the license for Gemini 3.5 Transcribe Live?

Gemini 3.5 Transcribe Live is released under the Proprietary license.

Is Gemini 3.5 Transcribe Live multimodal?

Yes, Gemini 3.5 Transcribe Live is multimodal and can accept both text and images as input.

Where can I use Gemini 3.5 Transcribe Live?

Gemini 3.5 Transcribe Live is available through 1 provider including Google.

Where is the Gemini 3.5 Transcribe Live paper or technical report?

Gemini 3.5 Transcribe Live has a paper or technical report available at https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-5-transcribe/. Use that source for architecture, training, release and evaluation details.

What models should I compare Gemini 3.5 Transcribe Live against?

Common Gemini 3.5 Transcribe Live comparisons include Gemini 3.5 Transcribe Live vs Gemini 1.5 Pro, Gemini 3.5 Transcribe Live vs Qwen2.5-Omni-7B, Gemini 3.5 Transcribe Live vs Gemini 1.0 Pro. Compare them side by side for benchmark scores, pricing, context window, latency and API availability.