Skip to content

docs: add OpenZoo provider page under Connecting to LLMs - #5664

Open
staccDOTsol wants to merge 3 commits into
Aider-AI:mainfrom
staccDOTsol:docs/openzoo
Open

docs: add OpenZoo provider page under Connecting to LLMs#5664
staccDOTsol wants to merge 3 commits into
Aider-AI:mainfrom
staccDOTsol:docs/openzoo

Conversation

@staccDOTsol

@staccDOTsol staccDOTsol commented Sep 1, 2026

Copy link
Copy Markdown

Updated 2026-09-02: corrected — the hosted https://api.openzoo.fun/v1 endpoint answers HTTP 402 to a plain OpenAI client (it only serves calls that pay x402 or carry an OpenZoo subscription key, ozk_live_…). The page now sets up the local npx openzoo proxy (http://localhost:8402/v1), which pays x402 per call from a local burner wallet and ignores the API key.

Adds a provider page for OpenZoo following the format of the existing llms/ pages (front matter self-registers under Connecting to LLMs, nav_order 500 like the other providers).

OpenZoo is an OpenAI-compatible provider that needs no signup — a local npx openzoo proxy pays per request over x402 and ignores the API key — so aider users can try it with npx openzoo plus the two env vars on the page (base http://localhost:8402/v1). It already works today via the generic openai-compat instructions; this page is purely discoverability.

Disclosure: I operate OpenZoo. Verification: npx openzoo then curl http://localhost:8402/v1/models is free and lists models + pricing; the page's env-var setup runs as-is against the proxy.

🤖 Generated with Claude Code

@CLAassistant

CLAassistant commented Sep 1, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@staccDOTsol

Copy link
Copy Markdown
Author

CLA assistant check Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.You have signed the CLA already but the status is still pending? Let us recheck it.

done

The OpenZoo catalog (GET /v1/models on the local proxy and on
api.openzoo.fun) now publishes bare model ids such as claude-sonnet-5 and
gpt-4o-mini plus an `auto` router; the OpenRouter-style
`z-ai/glm-5.3-flash` id used here is no longer listed. Point the example at
`auto` and describe the ids as they are served today.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EzonbkWvkoz39cugD42AiH
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