Skip to content

Add llm-openzoo to plugin directory - #1650

Open
staccDOTsol wants to merge 2 commits into
simonw:mainfrom
staccDOTsol:docs/llm-openzoo
Open

staccDOTsol wants to merge 2 commits into
simonw:mainfrom
staccDOTsol:docs/llm-openzoo

Conversation

@staccDOTsol

@staccDOTsol staccDOTsol commented Sep 1, 2026

Copy link
Copy Markdown

Adds llm-openzoo (PyPI) to the Remote APIs section.

It mirrors llm-openrouter's structure: models fetched from the model catalog at <base>/models (hourly cache in llm.user_dir()), registered as openzoo/<model-id>, with llm openzoo models/refresh commands. The base defaults to OpenZoo's local proxy, http://localhost:8402/v1 (npx openzoo, override with OPENZOO_API_BASE), which speaks the OpenAI API and pays for each call over x402 from a local burner wallet — no account, no API key. The proxy ignores the key, so get_key() falls back to a placeholder instead of erroring: npx openzoo then llm -m openzoo/z-ai/glm-5.3-flash 'hi' works with no key setup. When the proxy is not running the plugin falls back to the free hosted catalog so llm models still lists them. The hosted gateway https://api.openzoo.fun/v1 itself answers 402 unless the caller pays x402 or presents an OpenZoo subscription key (llm keys set openzoo).

Disclosure: I operate OpenZoo.

🤖 Generated with Claude Code

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

…s a subscription key

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
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