Skip to content

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

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

docs: add OpenZoo provider page under Connecting to LLMs#5664
staccDOTsol wants to merge 2 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

Copy link
Copy Markdown

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.

@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

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.

3 participants