StarSeaStarAPI
HomeComparecodex-auto-review vs gpt-5.5

codex-auto-review vs gpt-5.5

codex-auto-reviewgpt-5.5
ProvidersOpenAIOpenAI
Input $/M$2.50$5.00
Output $/M$15.00$30.00
Output multiplier×6.00×6.00
Context window272K tokens1.05M tokens
Intelligence index
Coding index74.9

What the numbers mean

codex-auto-review is roughly 2.0× cheaper on input than gpt-5.5. If your workload passes the quality bar on the cheaper model, that gap compounds across every request; route to gpt-5.5 deliberately rather than by default.

Tags: codex-auto-review — Reasoning, Coding, Vision · gpt-5.5 — Chat, Reasoning, Coding, Vision

Code

from openai import OpenAI
client = OpenAI(base_url="https://starseaapi.com/v1", api_key="sk-...")

# codex-auto-review
client.chat.completions.create(model="codex-auto-review", messages=[{"role":"user","content":"Hi"}])

# gpt-5.5
client.chat.completions.create(model="gpt-5.5", messages=[{"role": "user", "content": "Hi"}])

Compare

gpt-5.5 vs gpt-5.6-sol

codex-auto-review vs gpt-5.6-terra