codex-auto-review
codex-auto-review is listed with a OpenAI route in llmtap. Prices below are USD per 1M tokens.
- Provider
- OpenAI
- API endpoint
- https://www.llmtap.dev/api/v1/chat/completions
llmtap resale price
Input
$0.25
per 1M tokens
Output
$1.50
per 1M tokens
Official OpenAI reference
Input
$2.50 / 1M
Output
$15.00 / 1M
Official list price shown for reference.
Example request
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"}]}'