qwen-bg
max-ico04
In
$0.975 / 1M
Out
$4.875 / 1M
max-ico02
Chat
max-ico03
Gemini 3.7 Flash
Gemini 3.7 Flash is the high-efficiency Flash model of the Gemini 3 family, with Pro-level agentic capabilities, stronger code generation and terminal execution, and high token efficiency for multi-step multimodal work.
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.7-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();
                                
                                        import os
from openai import OpenAI

client = OpenAI(
    base_url="https://api.a.cc/v1",
    api_key="",    
)

response = client.chat.completions.create(
    model="google/gemini-3.7-flash",
    messages=[
        {
            "role": "system",
            "content": "You are an AI assistant who knows everything.",
        },
        {
            "role": "user",
            "content": "Tell me, why is the sky blue?"
        },
    ],
)

message = response.choices[0].message.content

print(f"Assistant: {message}")
Docs

300+ AI Models for OpenClaw & AI Agents

qwenmax-bg
Google (4).svg
Gemini 3.7 Flash

Developer Access Slip
MODEL: gemini-3.7-flash
Gemini 3.7 Flash API Pricing§ 01
Inputper 1M tokens
$0.975
Outputper 1M tokens
$4.875
Cached Inputper 1M tokens
$0.0975
RATE CARDUSD / 1M tok
Google Search grounding billed separately at $0.0455 per call.
Gemini 3.7 Flash vs Other Models§ 02
Model Input Output Context Best For
Gemini 3.7 FlashThis page $0.975/1M $4.875/1M 1.05M tok Agentic coding + high-efficiency reasoning
Gemini 3.6 Flash $1.95/1M $9.75/1M 1.05M tok Reasoning + agents
Grok 4.6 $2.6/1M $7.8/1M 500K tok Reasoning + agents with long context
GPT-5.6 Sol $6.5/1M $39/1M 1M tok Frontier reasoning + agents
Gemini 3.5 Flash Lite $0.39/1M $3.25/1M 1.05M tok High-volume, cost-efficient agentic tasks
* KEEP RECEIPT FOR YOUR RECORDS *
THANK YOU FOR CALLING THE API
WWW.AI.CC · GEMINI-3.7-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
api-right-1

300+ AI Models for
OpenClaw & AI Agents

Save 20% on Costs