Closed
Conversation
Add CLIProxyAPI provider bundle with pre-configured models for: - Anthropic (11 models): Claude Max + Antigravity (gemini-claude-*) - Google (6 models): Gemini 2.5-3.0 family - OpenAI (9 models): GPT 5-5.2 family Includes comprehensive documentation for: - Installation and setup - Subscription tiers explanation - Model discovery with opencode/ocx commands - Customization (thinking budgets, reasoning effort) - Using with Quotio GUI wrapper - Troubleshooting guide
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
ocx-kit | 40b2710 | Commit Preview URL Branch Preview URL |
Jan 26 2026, 03:10 PM |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #114 +/- ##
=======================================
Coverage 48.05% 48.05%
=======================================
Files 46 46
Lines 4903 4903
=======================================
Hits 2356 2356
Misses 2547 2547 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Owner
Author
|
Replaced by #118 |
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.
Summary
Add CLIProxyAPI provider bundle to the ocx-kit registry.
What's Included
3 Providers, 26 Models:
Installation
```bash
ocx registry add https://ocx-kit.kdco.dev --name kit --global
ocx add kit/cliproxy
export CLIPROXY_API_KEY="your-key"
```
Documentation
Checklist
Summary by cubic
Adds a CLIProxy provider bundle to ocx-kit, registering Anthropic, Google, and OpenAI providers with preconfigured models. This lets ocx/opencode use CLIProxy-backed models with a simple install.
New Features
Migration
Written for commit 40b2710. Summary will update on new commits.