Add llm-openzoo to plugin directory - #1650
Open
staccDOTsol wants to merge 2 commits into
Open
staccDOTsol wants to merge 2 commits into
staccDOTsol wants to merge 2 commits into
Conversation
|
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 inllm.user_dir()), registered asopenzoo/<model-id>, withllm openzoo models/refreshcommands. The base defaults to OpenZoo's local proxy,http://localhost:8402/v1(npx openzoo, override withOPENZOO_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, soget_key()falls back to a placeholder instead of erroring:npx openzoothenllm -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 sollm modelsstill lists them. The hosted gatewayhttps://api.openzoo.fun/v1itself 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