Skip to content

docs: add GPTZZZ provider - #49293

Closed
pbhhdf wants to merge 1 commit into
anomalyco:devfrom
pbhhdf:docs-add-gptzzz
Closed

pbhhdf wants to merge 1 commit into
anomalyco:devfrom
pbhhdf:docs-add-gptzzz

Conversation

@pbhhdf

@pbhhdf pbhhdf commented Sep 16, 2026

Copy link
Copy Markdown

GPTZZZ is an OpenAI-compatible gateway. This adds a section to the providers page in the same shape as the other custom-config entries.

Placed between Google Vertex AI and Groq to keep the alphabetical ordering.

What the section covers

The config block, with @ai-sdk/openai-compatible and baseURL set to https://gptzzz.ai/v1.

A note that the catalog differs between account groups, with the curl to list the real IDs, so nobody copies the two example model IDs and finds their account does not serve them.

A tip about reasoning_effort, because the accepted values are not uniform across the catalog. Verified against the live endpoint on 2026-09-16: gpt-6-astra accepts low, medium, high, xhigh and max and rejects none, while gpt-5.6, gpt-5.6-sol and gpt-5.6-terra also accept none.

{"model":"gpt-6-astra", ..., "reasoning_effort":"none"}
{"error":{"message":"Unsupported value: 'none' is not supported with the 'gpt-6-astra' model. Supported values are: 'low', 'medium', 'high', 'xhigh', and 'max'.","type":"invalid_request_error"}}

Note on /connect

The section documents the config-block path, which works today. A Models.dev entry is open at anomalyco/models.dev#7214; once that merges, /connect will also list GPTZZZ and the explicit models map becomes optional. Happy to follow up with a short edit then, or to hold this until that lands if you would rather the two go in together.

🤖 Generated with Claude Code

GPTZZZ (https://gptzzz.ai) is an OpenAI-compatible gateway. Documents the
config block, where to get the real model IDs, and the per-model difference in
accepted reasoning_effort values.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@github-actions github-actions Bot added the needs:compliance This means the issue will auto-close after 2 hours. label Sep 16, 2026
@github-actions

Copy link
Copy Markdown
Contributor

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • PR description is missing required template sections. Please use the PR template.

Please edit this PR description to address the above within 2 hours, or it will be automatically closed.

If you believe this was flagged incorrectly, please let a maintainer know.

@github-actions

Copy link
Copy Markdown
Contributor

This pull request has been automatically closed because it was not updated to meet our contributing guidelines within the 2-hour window.

Feel free to open a new pull request that follows our guidelines.

@github-actions github-actions Bot removed the needs:compliance This means the issue will auto-close after 2 hours. label Sep 16, 2026
@github-actions github-actions Bot closed this Sep 16, 2026
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