Models
Gemini
Gemini 3.5 Flash
gemini/gemini-3.5-flash
Tools
Gemini 3.5 Flash is a Chat model routed through Gemini via the Hydite Vtslx AO-compatible gateway. It is configured for text, image, file, tool calling.
Input
-
Output
-
Context
1,000,000
Max output
8,192
RPM
-
Overview
Model overview for Gemini 3.5 Flash
High-level routing, modality, and capability information configured in Vtslx AO.
Model introduction
Gemini 3.5 Flash is a Chat model routed through Gemini via the Hydite Vtslx AO-compatible gateway. It is configured for text, image, file, tool calling.
Model ID
gemini-3.5-flash
Provider
Gemini
Mode
Chat
Capabilities
Text
Image
File
Parameters
Complete model parameters
Model metadata and Vtslx AO routing parameters returned by the production gateway.
model_info
| Name | Value |
|---|---|
| No model_info fields returned. | |
litellm_params
| Name | Value |
|---|---|
| No litellm_params fields returned. | |
Pricing
Configured pricing
Token pricing is shown per 1M tokens. Null values are displayed as unavailable.
| Provider | Input $/1M | Output $/1M | Cache read $/1M | Batch input $/1M |
|---|---|---|---|---|
| Gemini | - | - | - | - |
API
Use Gemini 3.5 Flash with the Hydite gateway
The gateway is OpenAI-compatible and supports streaming and non-streaming calls.
POST
https://api.hydite.com/v1/chat/completionsAuthorization
Bearer $HYDITE_API_KEY
Content-Type
application/json
Model
Gemini 3.5 Flash
curl -N https://api.hydite.com/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $HYDITE_API_KEY" \
-d '{
"model": "Gemini 3.5 Flash",
"messages": [
{
"role": "user",
"content": "Hello"
}
],
"stream": true
}'Supported OpenAI parameters
No supported_openai_params list was returned.
Raw JSON
Original Vtslx AO model payload
Raw payload for debugging, audits, and parity checks with the production gateway.
{
"id": "gemini-3.5-flash",
"name": "Gemini 3.5 Flash",
"provider": "gemini",
"upstreamModel": "gemini/gemini-3.5-flash",
"mode": "chat",
"inputCostPerMillion": null,
"outputCostPerMillion": null,
"contextLength": 1000000,
"maxOutputTokens": 8192,
"rpm": null,
"modalities": [
"Text",
"Image",
"File"
],
"supportsTools": true
}