Description
Gemini 3 Pro is Google’s flagship frontier model for high-precision multimodal reasoning, combining strong performance across text, image, video, audio, and code with a 1M-token context window.
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-pro-preview",
messages=[
{"role": "user", "content": "What is the meaning of life?"}
]
)
print(completion.choices[0].message.content)Pricing
Our Price
$2.800000/1M tokens
Provider Price (Est.)
$12.000000/1M tokens