< كل النماذج والأسعار

codex-auto-review

يظهر codex-auto-review ضمن مسار OpenAI في llmtap. الأسعار أدناه بالدولار لكل مليون توكن.

المزوّد
OpenAI
نقطة API
https://www.llmtap.dev/api/v1/chat/completions

سعر إعادة البيع في llmtap

الإدخال

‏0.25 US$

لكل مليون توكن

الإخراج

‏1.50 US$

لكل مليون توكن

مرجع OpenAI الرسمي

الإدخال

‏2.50 US$ / مليون

الإخراج

‏15.00 US$ / مليون

يُعرض سعر القائمة الرسمي كمرجع.

مثال على طلب

terminal
$ curl https://www.llmtap.dev/api/v1/chat/completions \
    -H "Authorization: Bearer sk-live-your-key" \
    -H "Content-Type: application/json" \
    -d '{"model": "codex-auto-review", "messages": [{"role": "user", "content": "hello"}]}'