Skip to content

Add gpt-5.6 dated model variants for Azure AI and Azure OpenAI - #864

Closed
sivadurga-d wants to merge 3 commits into
mainfrom
add/gpt-5.6-dated-models-azure
Closed

Add gpt-5.6 dated model variants for Azure AI and Azure OpenAI#864
sivadurga-d wants to merge 3 commits into
mainfrom
add/gpt-5.6-dated-models-azure

Conversation

@sivadurga-d

Copy link
Copy Markdown
Contributor

Adds pricing and model config for:

  • gpt-5.6-2026-07-09
  • gpt-5.6-luna-2026-07-09
  • gpt-5.6-sol-2026-07-09
  • gpt-5.6-terra-2026-07-09

Description

Please include a summary of the changes and the related issue. Please also include relevant motivation and context.

  • New model pricing
  • Update existing pricing
  • New model configuration
  • Bug fix

Source Verification

Source Link: [Add link here]

Important

Please include a link to the official pricing page from the provider. Simple "I heard it from somewhere" or screenshot sources are not accepted.

Checklist

  • I have validated the JSON using jq or an online validator
  • I have verified that prices are in cents per token (not dollars)
  • I have included the source link above
  • I have signed the CLA (if first-time contributor)

Related Issue

Fixes # (issue)

Adds pricing and model config for:
- gpt-5.6-2026-07-09
- gpt-5.6-luna-2026-07-09
- gpt-5.6-sol-2026-07-09
- gpt-5.6-terra-2026-07-09

Co-authored-by: Cursor <cursoragent@cursor.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds Azure AI and Azure OpenAI entries for the new dated gpt-5.6 model variants (2026-07-09), so the repo can resolve both pricing and per-model parameter/type configuration for these SKUs.

Changes:

  • Added pricing entries for gpt-5.6-2026-07-09, gpt-5.6-luna-2026-07-09, gpt-5.6-sol-2026-07-09, and gpt-5.6-terra-2026-07-09 under both Azure OpenAI and Azure AI pricing catalogs.
  • Added corresponding model configuration blocks (removed params, supported params, API “type” capabilities) under both Azure OpenAI and Azure AI general model catalogs.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
pricing/azure-openai.json Adds PAYG token + additional-unit pricing for the four new dated gpt-5.6 variants.
pricing/azure-ai.json Mirrors the same new dated gpt-5.6 variant pricing for Azure AI.
general/azure-openai.json Adds per-model parameter/type configuration blocks for the four new dated variants.
general/azure-ai.json Mirrors the same per-model configuration blocks for Azure AI.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread pricing/azure-openai.json
Comment on lines +3853 to +3857
"gpt-5.6-2026-07-09": {
"pricing_config": {
"pay_as_you_go": {
"request_token": {
"price": 0.0005
siva.durga and others added 2 commits July 29, 2026 14:36
Adds pricing for:
- gpt-5.6-2026-07-09
- gpt-5.6-luna-2026-07-09
- gpt-5.6-sol-2026-07-09
- gpt-5.6-terra-2026-07-09

Co-authored-by: Cursor <cursoragent@cursor.com>
…I/models into add/gpt-5.6-dated-models-azure
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.

2 participants