ProviderGoogle Gemini-compatible
Model IDgemini-3.5-flash
BillingToken-based input, output and cached-input billing by selected group
Endpoints/v1/chat/completions, /v1beta/models/{model}:generateContent

Recharge value

Recharge $15. Get $100-equivalent official API usage.

A $15 recharge adds gateway usage value benchmarked to $100 at official API list prices.

Recharge$15
Official API list-price equivalent$100

Equivalent usage depends on the model, tokens, resolution and selected group. This is SuperAI API balance, not an official provider account or transferable provider credit.

Recharge calculator

See the official list-price usage value

Enter a recharge amount to estimate the API usage value benchmarked against official provider list prices.

Official list-price equivalent$100.00
Difference in purchase cost$85.00
Effective purchase rate15% of official list-price value

This estimates SuperAI API gateway usage value, not transferable credit in an official provider account. Actual consumption depends on the model, tokens, resolution and selected group.

API request example

curl -X POST https://superaiapi.com/v1/chat/completions \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "gemini-3.5-flash",
  "messages": [{"role": "user", "content": "Summarize this report"}],
  "stream": true
}'

Use compatible or Gemini-oriented request paths

Keep an OpenAI-compatible client for fast evaluation, or use supported Gemini relay paths when your application needs provider-oriented request and response behavior.

  • OpenAI-compatible chat requests
  • Gemini generateContent relay support
  • Streaming on eligible channels
  • Unified token and group controls

Keep a fallback ready

Bind more than one eligible channel to Gemini 3.5 Flash so transient quota, timeout or upstream errors can be retried through another healthy route within the request deadline.

Compare with other fast model tiers

Use the same gateway token to benchmark Gemini 3.5 Flash against GPT, Claude, DeepSeek and other low-latency models with consistent request logs and billing records.

Frequently asked questions

Can I call Gemini 3.5 Flash with the OpenAI SDK?

Yes. Use /v1/chat/completions with model gemini-3.5-flash for the compatible path.

Is Gemini-native generateContent supported?

Supported Gemini relay channels can expose /v1beta/models/{model}:generateContent in addition to compatible endpoints.

Where can I see the current rate?

The public pricing page shows the currently configured model and group rates; usage logs record the applied rate for each request.