google/gemini-3.7-flashGemini 3.7 Flash is a multimodal model from Google for fast agentic workflows, coding, and complex multi-step reasoning. It is designed for tasks that require responsive performance and reliable multi-step...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $0.375 | ₹37.70 |
| Output | $1.88 | ₹188.51 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call Google: Gemini 3.7 Flash through the supported APIs shown above — just set the base URL and your AICredits key.
curl https://api.aicredits.in/v1/chat/completions \
-H "Authorization: Bearer $AICREDITS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "google/gemini-3.7-flash",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.