Google
Online
New
Gemini 3.5 Flash
Fast, capable multimodal model balancing speed and quality.
Model ID: tokenfast/gemini-3.5-flash
Specifications
Context Window
1M tokens
Max Output
8.2K tokens
Input Price
$1.35 / 1M
Output Price
$8.10 / 1M
Capabilities
Chat
Code
Vision
Functions
JSON Mode
Price Comparison
See how much you save compared to official pricing.
| Metric | Official Price | Our Price | Savings |
|---|---|---|---|
| Input (per 1M tokens) | $1.50 | $1.35 | 10% off |
| Output (per 1M tokens) | $9.00 | $8.10 | 10% off |
Quick Start
Use this model via our OpenAI-compatible API endpoint.
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.yourdomain.com/v1",
apiKey: "sk-your-api-key",
});
const response = await client.chat.completions.create({
model: "tokenfast/gemini-3.5-flash",
messages: [
{ role: "user", content: "Hello! What can you help me with?" },
],
max_tokens: 1024,
});
console.log(response.choices[0].message.content);Pricing Summary
Input$1.35 / 1M
Output$8.10 / 1M
Provider
Google DeepMind's Gemini family of multimodal AI models with industry-leading context windows.