← همهٔ مدلها
GPT-5.6 Terra Pro is the same underlying model as [GPT-5.6 Terra](https://openrouter.ai/openai/gpt-5.6-terra), served with `reasoning.mode` set to `pro` for higher-quality responses on complex tasks. Learn more in OpenAI's docs: https://developers.openai.com/api/docs/guides/reasoning#reasoning-mode
یک نگاه
- پنجرهٔ متن
- 1.1Mتوکن
- حداکثر خروجی
- 128Kتوکن
- دانش تا
- 2026-02-16
- انتشار
- 2026
تواناییها
تواناییهااستدلالبیناییابزارخروجی ساختاریافته
ورودیفایلتصویرمتن
خروجیمتن
استدلالپشتیبانی میشودmaxxhighhighmediumlownone
عملکرد
دسترسپذیری مرجع
100%
27 مرداد25 شهریور
تأخیر میانه
9,434 ms
27 مرداد25 شهریور
سرعت تولید
85.3 tok/s
27 مرداد25 شهریور
دسترسپذیری IranRouter از پایش خودکار خود ما میآید؛ اعداد مرجع، اندازهگیری روزانهٔ مسیرهای بالادستی همین مدلاند. عدد هر کارت میانگین ۳۰ روز است و روزِ بیداده خالی میماند.
پارامترهای پشتیبانیشده
include_reasoningmax_completion_tokensmax_tokensreasoningreasoning_effortresponse_formatseedstructured_outputstool_choicetools
پارامترهایی که این مدل میپذیرد؛ بقیه بیاثرند.
شروع سریع
from openai import OpenAI
client = OpenAI(
api_key="ir-...",
base_url="https://iranrouter.com/v1",
)
resp = client.chat.completions.create(
model="openai/gpt-5.6-terra-pro",
messages=[{"role": "user", "content": "سلام!"}],
)
print(resp.choices[0].message.content)فقط base_url و کلید عوض میشود؛ بقیهٔ کدتان دستنخورده میماند.