GPT and Codex API via a monthly card

Redeem a GPT / Codex card, create your own API key, and point an OpenAI-compatible client at https://api.apimonth.com/v1. Route identifiers do not use an openai/ prefix.

ApiMonth is not an official OpenAI website.

Endpoints on this line

  • POST /v1/chat/completions
  • POST /v1/responses
  • wss://api.apimonth.com/v1/responses
  • POST /v1/images/generations
  • POST /v1/images/edits

GPT Image uses POST /v1/images/generations and POST /v1/images/edits. Example identifiers: gpt-image-1.5, gpt-image-2. Image models are rejected on Chat Completions.

Example Chat Completions identifier: gpt-5.5. Query GET /v1/models for the list admitted by your active card.

Published token rates

These USD / 1M token figures are platform reference rates for quota accounting, not an upstream invoice. Access depends on an active GPT card.

ModelRoute idContextInput / 1MOutput / 1M
GPT-6 Astragpt-6-astra272k$10.00$50.00
GPT-5.6 Solgpt-5.6-sol272k$5.00$30.00
GPT-5.6 Terragpt-5.6-terra272k$2.50$15.00
GPT-5.6 Lunagpt-5.6-luna272k$1.00$6.00
GPT-5.5gpt-5.5272k$5.00$30.00
GPT-5.3 Codex Sparkgpt-5.3-codex-spark400k$0.25$2.00
GPT-5.5 Progpt-5.5-pro1,050k$30.00$180.00

First request

curl https://api.apimonth.com/v1/chat/completions \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer YOUR_APIMONTH_API_KEY' \
  -d '{"model":"gpt-5.5","messages":[{"role":"user","content":"Hello"}]}'

Full API quickstart · All models

GPT / Codex 专线

兑换 GPT / Codex 月卡后,可用 Chat Completions、Responses 和 Responses WebSocket。生图走 POST /v1/images/generations 与 /v1/images/edits。模型标识不要加 openai/ 前缀。ApiMonth 不是 OpenAI 官方网站。

Get a GPT card