OpenAI: gpt-5-codex
GPT-5-Codex is a specialized version of GPT-5 optimized for software engineering and coding workflows. It is designed for both interactive development sessions and long, independent execution of complex engineering tasks. The model supports building projects from scratch, feature development, debugging, large-scale refactoring, and code review. Compared to GPT-5, Codex is more steerable, adheres closely to developer instructions, and produces cleaner, higher-quality code outputs. Reasoning effort can be adjusted with the reasoning.effort parameter. Read the docs here Codex integrates into developer environments including the CLI, IDE extensions, GitHub, and cloud tasks. It adapts reasoning effort dynamically—providing fast responses for small tasks while sustaining extended multi-hour runs for large projects. The model is trained to perform structured code reviews, catching critical flaws by reasoning over dependencies and validating behavior against tests. It also supports multimodal inputs such as images or screenshots for UI development and integrates tool use for search, dependency installation, and environment setup. Codex is intended specifically for agentic coding applications.
جميع مزودي هذا النموذج مشغولون الآن
وصل كل مزود في المنبع إلى حد المعدل الخاص به. يعود النموذج تلقائيًا فور رفع الحدود، عادة خلال ساعات. حاول مجددًا بعد قليل أو انتقل إلى نموذج آخر.
اطلب هذا النموذج على Discordالأسعار
الأداء
المعاملات المدعومة
كل المزوّدين = مدعوم لدى كل مصدر يقدم هذا النموذج. بعض المزوّدين = يعتمد على المصدر الذي يعالج الطلب. الافتراضي = القيمة المرسلة عندما لا تحدد شيئًا.
| المعامل | المزوّدون | افتراضي |
|---|---|---|
| frequency_penalty | بعض المزوّدين | لا يُرسل افتراضيًا |
| include_reasoning | كل المزوّدين | - |
| max_tokens | كل المزوّدين | - |
| reasoning | كل المزوّدين | - |
| response_format | كل المزوّدين | - |
| seed | كل المزوّدين | - |
| structured_outputs | كل المزوّدين | - |
| temperature | بعض المزوّدين | لا يُرسل افتراضيًا |
| tool_choice | كل المزوّدين | - |
| tools | كل المزوّدين | - |
| top_p | بعض المزوّدين | لا يُرسل افتراضيًا |
الأسئلة الشائعة
كم تكلّف gpt-5-codex لكل مليون token؟
الإدخال بسعر $2.23 لكل مليون token، والإخراج بسعر $17.85 لكل مليون token. الفوترة بالـ token، بدون تقريب لأحجام دفعات.
كيف أصل إلى gpt-5-codex عبر API؟
أرسل الطلبات إلى نقطة UnoRouter الطرفية /v1/chat/completions مع model=gpt-5-codex. أيّ مكتبة عميل متوافقة مع OpenAI تعمل. المصادقة تستخدم Bearer token قياسي.
ما نافذة السياق لـ gpt-5-codex؟
gpt-5-codex يدعم نافذة سياق بـ 400K token، مشتركة بين مطالبتك وردّ النموذج.