The AI arena is free today

Open Superagent
GoogleReleased on Aug 26, 2026

Gemini 3.5 Transcribe: Pricing, Performance & Examples

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

Google Gemini 3.5 Transcribe (`gemini-3.5-transcribe`) is a speech-to-text model for pre-recorded / file audio via the Interactions and generateContent APIs (unary, non-streaming). It supports 85+ languages, smart transcription, and custom

Input
Audio
Output
Text

Gemini 3.5 Transcribe benchmarks

Capability tiers

Standing within each category, adjusted for leaderboard depth.

Quality Tracker

Gemini 3.5 Transcribe Performance Across Datasets

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

LLM Stats Logollm-stats.com - Sat Sep 05 2026
Notice missing or incorrect data?

Gemini 3.5 Transcribe pricing

Providers

Gemini 3.5 Transcribe starts at $2.00 per million input tokens and $12.00 per million output tokens via Google.

ProviderInput $/MCached input $/MOutput $/MContext in / outTTFT p95 sOutput p5 c/sModalities in / out
Google logoGoogle
$2.00$12.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 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"},
    )

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

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

Gemini 3.5 Transcribe latency

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

Gemini 3.5 Transcribe license

Gemini 3.5 Transcribe 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 resources

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

Gemini 3.5 Transcribe vs other models

The most-compared alternatives to Gemini 3.5 Transcribe are 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

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

 

Qwen2.5-Omni-7B

Score pending
 

Gemini 1.0 Pro

Score pending

FAQ

Common questions about Gemini 3.5 Transcribe.

When was Gemini 3.5 Transcribe released?

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

How much does Gemini 3.5 Transcribe cost?

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

Is Gemini 3.5 Transcribe available via API?

Yes, Gemini 3.5 Transcribe 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?

Gemini 3.5 Transcribe was created by Google.

What is the license for Gemini 3.5 Transcribe?

Gemini 3.5 Transcribe is released under the Proprietary license.

Is Gemini 3.5 Transcribe multimodal?

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

Where can I use Gemini 3.5 Transcribe?

Gemini 3.5 Transcribe is available through 1 provider including Google.

Where is the Gemini 3.5 Transcribe paper or technical report?

Gemini 3.5 Transcribe 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 against?

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