Skip to content

feat(providers/openai): add gpt-5.5 and gpt-5.5-pro to Responses API list#29

Merged
ibetitsmike merged 2 commits intocoder_2_33from
mike/add-gpt-5.5-responses-models
Apr 24, 2026
Merged

feat(providers/openai): add gpt-5.5 and gpt-5.5-pro to Responses API list#29
ibetitsmike merged 2 commits intocoder_2_33from
mike/add-gpt-5.5-responses-models

Conversation

@blinkagent
Copy link
Copy Markdown

@blinkagent blinkagent Bot commented Apr 24, 2026

Adds gpt-5.5 and gpt-5.5-pro to responsesReasoningModelIDs so the OpenAI provider routes them to the Responses API (rather than falling back to Chat Completions).

OpenAI released GPT-5.5 via the Responses API today. Per the official OpenAI API pricing page and pricing table, the only GPT-5.5 model IDs currently live on the API are:

  • gpt-5.5 — $5 / $0.50 / $30 per 1M (input / cached / output)
  • gpt-5.5-pro — $30 / – / $180 per 1M

No -mini, -nano, or -codex variants have been announced.

Consumers (e.g. coder/coder chatd) rely on IsResponsesModel to attach ResponsesProviderOptions and enable Responses-only features like store=true + previous_response_id chaining.

A follow-up PR on coder/coder will bump the replace charm.land/fantasy directive in go.mod once this is merged.

Created on behalf of @ibetitsmike

@blinkagent blinkagent Bot changed the title feat(providers/openai): add gpt-5.5 models to Responses API list feat(providers/openai): add gpt-5.5 and gpt-5.5-pro to Responses API list Apr 24, 2026
@ibetitsmike ibetitsmike merged commit 5ab464a into coder_2_33 Apr 24, 2026
ibetitsmike pushed a commit to coder/coder that referenced this pull request Apr 24, 2026
…24712)

Bumps the `charm.land/fantasy` replace directive to pick up
<coder/fantasy#29>, which adds `gpt-5.5` and
`gpt-5.5-pro` to `responsesReasoningModelIDs`.

Without this, chatd's `useOpenAIResponsesOptions` returns false for
GPT-5.5, so it falls back to Chat Completions and never attaches
`ResponsesProviderOptions` (losing `store=true` + `previous_response_id`
chaining and other Responses-only features).

## Changes
- `go.mod`: `github.com/coder/fantasy
v0.0.0-20260416152503-959aa39579d2` →
`v0.0.0-20260424191546-5ab464a305f4`
- `go.sum`: updated hashes

Verified `go build ./coderd/x/chatd/...` passes locally.

Created on behalf of @ibetitsmike

Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>
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.

1 participant