Gemini 3.5 Thinking API
استدلال Google لوكلاء البرمجة، أقل بنسبة 40% من السعر الرسمي.
شغّل gemini-3.5-thinking عبر نقطة نهاية متوافقة مع OpenAI. سعر Coding Plan هو $0.90 للإدخال / $5.40 للإخراج لكل مليون توكن — أقل بنسبة ثابتة 40% من السعر الرسمي من Google — مع الفوترة عبر مفتاح API واحد من Hypereal.
Independent third-party API aggregator. Not affiliated with or endorsed by any model provider; model names are trademarks of their respective owners.
Gemini 3.5 Thinking pricing
Coding Plan price vs Google official token pricing
ادمج في دقائق
REST API قياسي يعمل مع أي لغة برمجة. مفتاح API واحد يمنحك الوصول إلى جميع النماذج.
- نقطة وصول واحدة لجميع النماذج
- مصادقة بـ Bearer token
- طلب واستجابة بصيغة JSON
- استدعاءات Webhook للمهام غير المتزامنة
- SDK متاح لـ Python و Node.js
from openai import OpenAI
client = OpenAI(
api_key="hyp-...",
base_url="https://api.hypereal.cloud/v1",
)
resp = client.chat.completions.create(
model="gemini-3.5-thinking",
messages=[{"role": "user", "content": "Review this diff and find the highest-risk bug."}],
)
print(resp.choices[0].message.content)لماذا Gemini 3.5 Thinking
Coding Plan eligible
Spend Coding Plan credits on Gemini 3.5 Thinking alongside Claude Opus, Sonnet, and GPT-5.5 — one prepaid pool, one API key.
40% off official pricing
$0.90 input / $5.40 output per million tokens vs Google official $1.50 / $9.00. A flat 40% off, no tiers.
OpenAI-compatible
Use the same SDK shape as /v1/chat/completions; just set model to gemini-3.5-thinking.
أي رصيد يُستهلك؟
مفتاح API واحد يعمل لكليهما. يُحدَّد التوجيه حسب النموذج الذي تستدعيه، وليس حسب المفتاح.
Claude, GPT, and Gemini coding models spend the same Hypereal Credits wallet. Your selected top-up amount can reduce charges on these coding models.
Video, image, audio, 3D, GPU, training, and other model APIs use the prices shown on their product pages.
الأسئلة الشائعة
Is Gemini 3.5 Thinking included in the Coding Plan?
Yes. It is eligible for Coding Plan credits, so prepaid coding credits spend on it just like Claude Opus, Sonnet, and GPT-5.5.
What is the model ID?
Use gemini-3.5-thinking in chat, /v1/chat/completions, and any OpenAI-compatible SDK call.
How do I try it for free?
Every new account gets a free signup credit scoped to coding models — enough to make your first Gemini 3.5 Thinking call from Claude Code or Codex without paying.
استخدم Gemini 3.5 Thinking مع Coding Credits.
أنشئ مفتاح API، واضبط base_url على Hypereal، ثم استدعِ gemini-3.5-thinking من أي SDK متوافق مع OpenAI.

