

In
$1.95 / 1M Out
$9.75 / 1M 

Text to Speech
const { OpenAI } = require('openai');
const api = new OpenAI({
baseURL: 'https://api.ai.cc/v1',
apiKey: '',
});
const main = async () => {
const result = await api.chat.completions.create({
model: 'google/gemini-3-6-flash',
messages: [
{
role: 'system',
content: 'You are an AI assistant who knows everything.',
},
{
role: 'user',
content: 'Tell me, why is the sky blue?'
}
],
});
const message = result.choices[0].message.content;
console.log(`Assistant: ${message}`);
};
main();

Gemini 3.6 Flash · API
Developer Access Slip
Inputper 1M tokens
$1.95
Outputper 1M tokens
$9.75
RATE CARDUSD / 1M tok
Google Search grounding billed separately at $0.0455 per call.
| Model | Input | Output | Context | Best For |
|---|---|---|---|---|
| Gemini 3.6 FlashThis page | $1.95/1M | $9.75/1M | 1.05M tok | Reasoning + agents |
| Claude Sonnet 5 | $2.6/1M | $13/1M | 1M tok | Balanced coding + agents |
| Kimi K3 | $3.9/1M | $19.5/1M | 1M tok | Long-context, multimodal & agentic |
| GPT-5.6 Luna | $1.3/1M | $7.8/1M | 1M tok | Fast, high-volume tasks |
THANK YOU FOR CALLING THE API
www.ai.cc · GEMINI-3.6-FLASH
AI Playground
Test all API models in the sandbox environment before you integrate. We provide more than 300 models to integrate into your app.
contact us