Description
Gemini 3 Flash Preview is a high speed, high value thinking model designed for agentic workflows, multi turn chat, and coding assistance.
API Usage
from openai import OpenAI
client = OpenAI(
base_url="https://api.aporto.tech/v1",
api_key="<YOUR_API_KEY>"
)
completion = client.chat.completions.create(
model="gemini/gemini-3-flash-preview",
messages=[
{"role": "user", "content": "What is the meaning of life?"}
]
)
print(completion.choices[0].message.content)Pricing
Our Price
$0.720000/1M tokens
Provider Price (Est.)
$3.000000/1M tokens