Text
Build drafting, rewriting, extraction, classification, and conversational workflows.
MODEL API
Google's most capable Flash-tier route for long-horizon software engineering, autonomous agents, and complex multi-step workflows. Through PixMind it combines text, image, audio, video, and PDF input with reasoning, tools, coding, and streamed text output.
API usage is billed separately from Studio credits.
LIVE REQUEST BUILDER
Configure a request, inspect the exact JSON, then run it with your account.
API PRICING
Compare the complete API billing table for this route. Token models separate input, output, cache-read, cache-write, and long-context rates; media models vary by configuration.
Credits and approximate USD per 1M tokens
The accepted task response is the source of truth for its final pricing snapshot.
CAPABILITIES
Use one stable PixMind model ID while keeping provider-specific setup out of your application.
Build drafting, rewriting, extraction, classification, and conversational workflows.
Analyze supplied images together with written instructions.
Use Image input through the live Gemini 3.8 Flash route without maintaining a separate provider integration.
Use Audio input through the live Gemini 3.8 Flash route without maintaining a separate provider integration.
Use Video input through the live Gemini 3.8 Flash route without maintaining a separate provider integration.
Use PDF input through the live Gemini 3.8 Flash route without maintaining a separate provider integration.
Work through multi-step analysis where intermediate constraints matter.
Connect the model to approved functions and application actions.
Generate, explain, review, and transform code with repository context.
Return partial output as it is generated for responsive product experiences.
WHY {model}
What makes Gemini 3.8 Flash a strong choice for high-fidelity, text-aware image workflows.
Use Gemini 3.8 Flash for long-running software tasks, autonomous agents, and multi-step enterprise workflows that need more reasoning depth than a lightweight chat model.
The live PixMind route accepts text, images, audio, video, and PDF inputs and returns text, so one model can analyze mixed project material.
Google publishes a 1,048,576-token input limit and up to 65,536 output tokens for repository-scale analysis, document synthesis, and extended agent sessions.
The PixMind route exposes reasoning, tool use, coding, and incremental output for interactive developer products and backend automations.
TECHNICAL SPECS
Resolution, aspect ratios, and inputs the Gemini 3.8 Flash API route accepts.
MODEL WORKFLOWS
Choose a task that matches the live route capabilities, then adapt one of these prompt starters.
Analyze [problem]. List the constraints, test the strongest alternatives against [criteria], identify missing information, and return a concise recommendation with supporting evidence.
Inspect the supplied image for [task]. Separate direct observations from inferences, extract [required fields], and return the result as [format].
Complete [goal]. Use [available tools] only when needed, validate every tool result before continuing, and return [required final format].
In the supplied code context, implement [change]. Preserve [constraints], cover [success and failure paths], and return the patch plus focused verification steps.
MODEL SELECTION
Compare nearby live routes by task, supported capability, and current entry price before you lock a model ID into production.
| Model | Best for | Key capabilities | Entry price | Availability | Action |
|---|---|---|---|---|---|
Gemini 3.8 Flash Google · current page | Build drafting, rewriting, extraction, classification, and conversational workflows. | Text · Vision · Image input | $1.01 / 1M tokens | Available | Selected |
Gemini 3.1 Pro Preview Google | Build drafting, rewriting, extraction, classification, and conversational workflows. | Text · Vision · Image input | $2.02 / 1M tokens | Available | View route |
Gemini 3.5 Flash Google | Build drafting, rewriting, extraction, classification, and conversational workflows. | Text · Vision · Image input | $1.43 / 1M tokens | Available | View route |
Gemini 3.5 Flash-Lite Google | Build drafting, rewriting, extraction, classification, and conversational workflows. | Text · Vision · Image input | $0.41 / 1M tokens | Available | View route |
Capabilities and starting prices are a current PixMind route snapshot. The accepted request contains the final configuration and billing quote.
GET STARTED
Create an API key for the image or video permission this route needs.
Use the model ID and endpoint shown above from your backend service.
Store the returned task ID and query its status until it reaches a terminal state.
FAQ
Choose it for software engineering, long-horizon agents, mixed-media analysis, and multi-step workflows that need strong reasoning while staying in the Flash tier.
The live route supports text, image, audio, video, and PDF input with text output. Use the capability list and request builder on this page to match your payload to the currently exposed PixMind controls.
Use gemini-3.8-flash in the model field. This is the stable PixMind route identifier shown in the playground request JSON.
Send POST requests to /v1/chat/completions. Keep your API key on your server and pass it as a Bearer token.
Yes. When you click Run model, PixMind forwards the displayed payload with the API key you entered. A successful request may create a paid task.
No. The playground keeps the key only in component memory and sends it for the current request; it is not written to browser storage.
No. API usage resolves through the apiPlatform pricing role and a separate pay-as-you-go ledger. Studio pricing includes the creation interface and product workflow services.
The entry price reflects the configuration displayed on this page. Resolution, duration, quality, audio, references, and output count can affect the final task price.
Generation routes can return an asynchronous task. Save its ID and query the task endpoint until the status is succeeded, failed, or cancelled.
Yes. Models in the same workload family share the generation contract, so switching usually means changing the model ID and supported parameters.
RELATED MODELS
Google's frontier preview route for complex reasoning, software engineering, and multimodal analysis. It accepts text, images, and video through PixMind and is best reserved for difficult workflows that need Pro-tier depth and tool use.
View APIA high-efficiency Gemini model that brings strong coding, reasoning, and multimodal understanding to Flash-tier workloads. It fits responsive agents and parallel processing where throughput and capable visual analysis must stay balanced.
View APIGoogle's most cost-efficient Flash tier for focused, repeatable subtasks. Use it for high-volume chat, extraction, classification, and lightweight agents where a smaller price footprint matters more than maximum reasoning depth.
View APISTART WITH THE CONTROL PLANE
Test the exact payload in the playground, then create a scoped key and move the same model ID into your application.