For my Pi Coding Agent friends...in models.json : ```json { "providers": { "openai-codex": { "models": [ { "id": "gpt-5.6-sol", "name": "GPT-5.6-Sol", "api": "openai-codex-responses", "reasoning": true, "thinkingLevelMap": { "off": null, "minimal": "low", "xhigh": "xhigh" }, "input": ["text", "image"], "cost": { "input": 5, "output": 30, "cacheRead": 0.5, "cacheWrite": 6.25 }, "contextWindow": 372000, "maxTokens": 128000 }, { "id": "gpt-5.6-terra", "name": "GPT-5.6-Terra", "api": "openai-codex-responses", "reasoning": true, "thinkingLevelMap": { "off": null, "minimal": "low", "xhigh": "xhigh" }, "input": ["text", "image"], "cost": { "input": 2.5, "output": 15, "cacheRead": 0.25, "cacheWrite": 3.125 }, "contextWindow": 372000, "maxTokens": 128000 }, { "id": "gpt-5.6-luna", "name": "GPT-5.6-Luna", "api": "openai-codex-responses", "reasoning": true, "thinkingLevelMap": { "off": null, "minimal": "low", "xhigh": "xhigh" }, "input": ["text", "image"], "cost": { "input": 1, "output": 6, "cacheRead": 0.1, "cacheWrite": 1.25 }, "contextWindow": 372000, "maxTokens": 128000 } ] } } } ```
Want to write longer posts on Bluesky?
Create your own extended posts and share them seamlessly on Bluesky.
Create Your PostThis is a free tool. If you find it useful, please consider a donation to keep it alive! 💙
You can find the coffee icon in the bottom right corner.