Skip to content

codex-usage v2.3.6

Choose a tag to compare

@github-actions github-actions released this 05 Sep 06:40
· 19 commits to main since this release
6ab8a86

codex-usage v2.3.6

v2.3.6 adds Standard API-equivalent cost analysis for GPT-6 Astra while preserving every existing model price.

  • Recognizes gpt-6-astra usage and prices it at the published Standard text-token rates per 1M tokens: $10.00 Input, $1.00 Cached Input, $12.50 Cache Write, and $50.00 Output.
  • Shows GPT-6 Astra in the Dashboard pricing catalog and makes it available as a built-in target for local model aliases.
  • Adds focused regression coverage for model resolution, all four token-price categories, total cost, and complete pricing coverage.
  • Updates the Chinese and English pricing references plus the synthetic demo catalog. Existing built-in model rates are unchanged.
  • Cost remains a local Standard API-equivalent estimate, not an OpenAI bill or account quota. As before, the estimator does not infer per-request long-context multipliers from cumulative local JSONL activity.

v2.3.6 新增 GPT-6 Astra 的 Standard API 等价成本分析,并保持所有现有模型价格不变。

  • 识别 gpt-6-astra 用量,并按官方公布的 Standard 文本 Token 单价估算:每 100 万 Token 的 Input 为 $10.00、Cached Input 为 $1.00、Cache Write 为 $12.50、Output 为 $50.00。
  • 在 Dashboard 内置价格目录中显示 GPT-6 Astra,并允许本机内部模型将其选作明确的价格别名目标。
  • 新增针对模型识别、四类 Token 单价、总费用和完整定价覆盖率的回归测试。
  • 同步更新中英文价格说明与合成演示目录;其他内置模型单价均未修改。
  • 费用仍是本机 Standard API 等价估算,不代表 OpenAI 账单或账号配额;与既有口径一致,工具不会从累计 JSONL 活动中推断逐请求长上下文倍率。