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.
Gemini 3.5 Flash API
Use Gemini 3.5 Flash for responsive general-purpose and multimodal workloads while SuperAI API keeps tokens, model access, billing and request observability consistent with the rest of your stack.
gemini-3.5-flash/v1/chat/completions, /v1beta/models/{model}:generateContentRecharge value
A $15 recharge adds gateway usage value benchmarked to $100 at official API list prices.
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
Enter a recharge amount to estimate the API usage value benchmarked against official provider list prices.
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.
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
}'Keep an OpenAI-compatible client for fast evaluation, or use supported Gemini relay paths when your application needs provider-oriented request and response behavior.
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.
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.
Yes. Use /v1/chat/completions with model gemini-3.5-flash for the compatible path.
Supported Gemini relay channels can expose /v1beta/models/{model}:generateContent in addition to compatible endpoints.
The public pricing page shows the currently configured model and group rates; usage logs record the applied rate for each request.