Aurixel
模型/Google/gemini-3-pro-preview
Google

Gemini 3 Pro Preview

文本视觉
上下文
1.0M
输入
$2
/M tokens
输出
$12
/M tokens

Gemini 3 Pro Preview is Google's frontier reasoning model, delivering enhanced software engineering performance, improved agentic reliability, and more efficient token usage across complex workflows.

快速开始

python
from openai import OpenAI

client = OpenAI(
  api_key="$CK_KEY",
  base_url="https://conduit-api.aurixel.ai/v1",
)
resp = client.chat.completions.create(
  model="gemini-3-pro-preview",
  messages=[{"role": "user", "content": "Hi!"}],
)
print(resp.choices[0].message.content)

来自 Google 的其他模型