Lyria 3 Pro Preview

Google chatttsvision Long Free

API ID: google/lyria-3-pro-preview-20260330

Input Price
Free
/1M tokens
Output Price
Free
/1M tokens

About Lyria 3 Pro Preview

Lyria 3 Pro Preview is a budget-friendly general-purpose model from Google with ultra-long context (1.0M), suitable for conversations, content creation, and general AI tasks.

๐Ÿ†
Price Ranking
#6 lowest price among 1240 Chat models โ€” Top 20% cheapest!

Model Specifications

Context Length
1.0M
Max Output
66k
Release Date
2026-03-30
Capabilities
chat tts vision
Input Modalities
textimage
Output Modalities
textaudio

Best For

  • Image analysis, document understanding, visual Q&A
  • Conversations, content writing, general assistance
๐ŸŽ‰

This model is completely free!

No token costs - use it without worrying about API bills.

Estimate Token Usage

Google Model Lineup

Compare all models from Google to find the best fit

Model Input Output Context Capabilities
Lyria 3 Pro Preview Current Free Free 1.0M chat tts vision
Gemma 3n 4B Free Free 33k chat
Gemini 2.5 Flash Image Preview (Nano Banana) Free Free 33k chat vision image_gen
Gemma 3n 2B (free) Free Free 8k chat tool_use
Gemma 1 2B Free Free 8k chat
Gemma 1 2B Free Free 8k chat

Similar Models from Other Providers

Cross-brand alternatives with similar capabilities

Alibaba Qwen Qwen2.5-VL 7B Instruct
Input: Free
Output: Free
Context: 33k
ByteDance Seedream 4.5
Input: Free
Output: Free
Context: 4k
Black Forest Labs FLUX.2 Max
Input: Free
Output: Free
Context: 47k
Other Riverflow V2 Max Preview
Input: Free
Output: Free
Context: 8k

๐Ÿš€ Quick Start

Get started with Lyria 3 Pro Preview API

Google AI Python SDK
import google.generativeai as genai

genai.configure(api_key="YOUR_API_KEY")
model = genai.GenerativeModel("lyria-3-pro-preview-20260330")

response = model.generate_content("Hello!")
print(response.text)