Description
Gemini 2.5 Flash is Google's state-of-the-art workhorse model, specifically designed for advanced reasoning, coding, mathematics, and scientific tasks.
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-2.5-flash",
messages=[
{"role": "user", "content": "What is the meaning of life?"}
]
)
print(completion.choices[0].message.content)Pricing
Our Price
$0.600000/1M tokens
Provider Price (Est.)
$2.500000/1M tokens