docs: add app.nz model provider page#12914
Conversation
Add docs/customize/model-providers/more/appnz.mdx covering the app.nz OpenAI-compatible gateway (provider: openai, apiBase https://app.nz/v1, model app/auto plus auto-* routing variants). Register the page in the docs.json "More Providers" sidebar and the providers overview table. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
💡 Codex ReviewLine 1136 in 8c0964e The VS Code command When a 529/overloaded error happens after the user message has already been inserted, this retry loop calls continue/docs-site/app/[[...slug]]/page.tsx Lines 69 to 71 in 8c0964e For internal redirects such as ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Description
Adds documentation for app.nz, a hosted OpenAI-compatible (and Anthropic-compatible) LLM gateway with an automatic model router.
Changes
docs/customize/model-providers/more/appnz.mdxcovering setup withprovider: openai,apiBase: https://app.nz/v1,model: app/auto, and theapp/auto-code/app/auto-reasoning/app/auto-fast/app/auto-cheap/app/auto-visionrouting variants, plusprovider/modeldirect addressing.docs.json"More Providers" sidebar.overview.mdx.The page mirrors the frontmatter and structure of existing
more/*.mdxprovider pages (e.g. ClawRouter, Morph).Summary by cubic
Add documentation for app.nz, an OpenAI-compatible LLM gateway with automatic model routing. The new page covers setup using
provider: openai,apiBase: https://app.nz/v1, andmodel: app/auto(plus auto-* variants andprovider/modeldirect addressing), and is linked in the “More Providers” sidebar and the providers overview.Written for commit 8c0964e. Summary will update on new commits.