Skip to content

Add gpt-5.3-codex model configuration#241

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/update-token-estimators-and-pricing
Draft

Add gpt-5.3-codex model configuration#241
Copilot wants to merge 2 commits intomainfrom
copilot/update-token-estimators-and-pricing

Conversation

Copy link
Contributor

Copilot AI commented Feb 17, 2026

GitHub Copilot now supports gpt-5.3-codex but the extension's configuration files were missing entries for token estimation and pricing.

Changes

  • tokenEstimators.json: Added gpt-5.3-codex with 0.25 ratio (standard for GPT-5 family)
  • modelPricing.json: Added gpt-5.3-codex with $1.75/$14.0 per million tokens (input/output), following gpt-5.2-codex pricing pattern

Configuration Details

{
  "gpt-5.3-codex": {
    "inputCostPerMillion": 1.75,
    "outputCostPerMillion": 14.0,
    "category": "GPT-5 models",
    "tier": "premium",
    "multiplier": 1
  }
}

Pricing aligned with gpt-5.2-codex as the most comparable model in the GPT-5 Codex series.

Original prompt

This section details on the original issue you should resolve

<issue_title>🤖 Action Required: Update Copilot Supported Models</issue_title>
<issue_description>### 🚨 Missing Models in tokenEstimators.json
The following models are listed in the GitHub Copilot documentation but are missing from src/tokenEstimators.json:

  • gpt-5.3-codex

💰 Missing Models in modelPricing.json

The following models are listed in the GitHub Copilot documentation but are missing from src/modelPricing.json:

  • gpt-5.3-codex

Action Required:
Please update the JSON configuration files with the latest models.

Source: GitHub Copilot Supported Models</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com>
Copilot AI changed the title [WIP] Update JSON files for missing Copilot models Add gpt-5.3-codex model configuration Feb 17, 2026
Copilot AI requested a review from rajbos February 17, 2026 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🤖 Action Required: Update Copilot Supported Models

2 participants

Comments