Skip to content

docs: add OpenZoo LLM provider guide - #773

Open
staccDOTsol wants to merge 3 commits into
OpenHands:mainfrom
staccDOTsol:docs/openzoo
Open

docs: add OpenZoo LLM provider guide#773
staccDOTsol wants to merge 3 commits into
OpenHands: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.

Your llms.mdx overview invites provider setup PRs from people who've run OpenHands against a provider — this adds a guide for OpenZoo: new page under openhands/usage/llms/, nav entry in docs.json, and a link in the llms.mdx provider list.

OpenZoo is OpenAI-compatible with no signup: a local npx openzoo proxy pays per call over x402 and ignores the API key, so the Advanced-settings table on the page is runnable as-is once the proxy is up (Custom Model openai/<id>, Base URL http://localhost:8402/v1, or http://host.docker.internal:8402/v1 from Docker). The model list at /v1/models is free to fetch. The hosted endpoint is mentioned only as needing x402 or a subscription key.

Disclosure: I operate OpenZoo.

🤖 Generated with Claude Code

jrsdunn123 and others added 3 commits September 1, 2026 04:34
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