Gemini 3 Flash Preview is a high speed, high value thinking model designed for agentic workflows, mu…
from openai import OpenAI
client = OpenAI(
base_url="https://orcarouter.ai/v1",
api_key="$ORCAROUTER_API_KEY",
)
response = client.chat.completions.create(
model="google/gemini-3-flash-preview",
messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)| Input / 1M tokens | $0.500 |
| Output / 1M tokens | $3.00 |
| Cache read / 1M | $0.050 |
| Currency | USD |