openai / openai/codex

Spark shows available quota, but does not appear in the selector and the server rejects its use

Open
#45,728 2 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug CLI rate-limits windows-os
Dominant language
Rust
Stars
125k
Forks
19.4k
PR merge metrics
PR metrics pending

Description

Entorno

  • Windows x64, PowerShell.
  • Codex CLI 0.154.0.
  • Inicio de sesión con una cuenta de ChatGPT completado correctamente.

Problema observado

En el momento de la prueba, /status mostraba:

  • Límite de cinco horas de GPT-5.3-Codex-Spark: 100 % disponible.
  • Límite semanal de Spark: 50 % disponible.
  • Límite general semanal: 0 % disponible.

Sin embargo, gpt-5.3-codex-spark no aparece en el selector /model. Al solicitarlo directamente, el servidor devuelve un error 400:

The 'gpt-5.3-codex-spark' model is not supported when using Codex with a ChatGPT account.

Pasos realizados

  1. Instalar Codex CLI y comprobar la versión con codex --version.
  2. Completar codex login con la cuenta de ChatGPT.
  3. Ejecutar esta prueba:
codex exec --skip-git-repo-check --sandbox read-only -m gpt-5.3-codex-spark "Responde solo con OK. No uses herramientas ni accedas a archivos."
  1. Observar el rechazo del servidor indicado arriba.
  2. Abrir una sesión interactiva de Codex y revisar /status y /model: se muestra cuota de Spark disponible, pero el modelo no figura en el selector.

Resultado esperado y solicitud

Por favor, revisen la discrepancia entre la cuota mostrada y el acceso real. Confirmen si Spark debe estar disponible para esta modalidad de inicio de sesión y, en caso contrario, expliquen claramente por qué siguen apareciendo límites disponibles.

No se ha confirmado la causa del rechazo ni que el límite general agotado sea su causa. Se solicita una aclaración y los pasos necesarios para resolver la discrepancia.

No se adjuntan capturas, correo, enlaces de inicio de sesión ni identificadores de sesión.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the reported codex exec command on Windows PowerShell, then compare /status with the /model selector using the stated Codex CLI version. Trace whether the discrepancy is exposed by the CLI or returned by the server; done means documenting the cause and the required account or configuration change, if any.

Written by the indexing model from the issue text.

Assessment

Tech stack
powershell, rust
Domain
api, cli
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
28/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.