Skip to content

[Workers AI] Add openai/gpt-5.5-pro catalog model#30705

Open
superhighfives wants to merge 1 commit intoproductionfrom
add-openai-gpt-5.5-pro
Open

[Workers AI] Add openai/gpt-5.5-pro catalog model#30705
superhighfives wants to merge 1 commit intoproductionfrom
add-openai-gpt-5.5-pro

Conversation

@superhighfives
Copy link
Copy Markdown
Contributor

Adds the openai/gpt-5.5-pro entry to the Workers AI catalog so the model surfaces on the models pages.

Source file: src/content/catalog-models/openai-gpt-5.5-pro.json. The entry follows the same shape used for the existing openai-gpt-5.5 and other OpenAI Responses-API models (input/output JSON schema, examples with raw responses and TypeScript snippets, cover image, terms link).

  • task: Text Generation; tags include LLM, Coding, Reasoning, Multimodal, Responses API
  • 1M context length, 16384 max output tokens
  • five examples covering basic input, instructions, multi-turn, temperature, and reasoning effort

Copilot AI review requested due to automatic review settings May 9, 2026 01:08
@github-actions github-actions Bot added the size/l label May 9, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 9, 2026

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/catalog-models/ @abhishekkankani, @palashgo, @thebongy, @roerohan, @kathayl, @mchenco, @zeke, @superhighfives, @bfirsh, @mattrothenberg, @ethulia, @cloudflare/content-engineering, @cloudflare/pcx-technical-writing, @cloudflare/product-owners

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a new Workers AI catalog entry for the openai/gpt-5.5-pro model so it appears on the model catalog/pages alongside other OpenAI Responses API models.

Changes:

  • Introduces src/content/catalog-models/openai-gpt-5.5-pro.json with model metadata (tags, context/output limits, links, cover image).
  • Adds five Responses API-style examples (including multi-turn, temperature, and reasoning effort) with raw provider responses and TypeScript snippets.
  • Defines input/output JSON Schemas for the model entry.

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

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 9, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants