docs: add OrcaRouter as an OpenAI-compatible gateway example - #239
Open
Marc-oss-hub wants to merge 1 commit into
Open
docs: add OrcaRouter as an OpenAI-compatible gateway example#239Marc-oss-hub wants to merge 1 commit into
Marc-oss-hub wants to merge 1 commit into
Conversation
Mirror the existing OpenRouter entry in the configuration manuals and the provider-sources list. OrcaRouter exposes Anthropic Claude models through an OpenAI-compatible /v1/chat/completions endpoint, giving Bob users a named example for reaching Claude models in this plugin. Co-Authored-By: Claude <noreply@anthropic.com>
Reviewer's guide (collapsed on small PRs)Reviewer's GuideAdds OrcaRouter as a documented OpenAI-compatible gateway example and provider source alongside existing gateways (OpenRouter, Vercel), updating both English and Chinese configuration manuals and the architecture overview to include its URL and reference link. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Add OrcaRouter as a named OpenAI-compatible gateway example in the docs
Mirrors the existing OpenRouter wiring: the plugin itself is a generic URL-based client (per AGENTS.md, individual services are named only when they provide a useful configuration example), and OrcaRouter is exactly such an example — it exposes Anthropic Claude models through a standard OpenAI-compatible
/v1/chat/completionsendpoint (https://api.orcarouter.ai/v1/chat/completions).Changes:
docs/configuration_manual_EN.md: addedOrcaRouterto the "Common examples" list (sorted after OpenRouter, before Vercel)docs/configuration_manual_CN.md: same entry in the Chinese manualdocs/architecture.md: added OrcaRouter to the "Provider sources" listThe endpoint was live-verified against
anthropic/claude-haiku-4.5— it returns a standardchat.completion, so no provider-specific codec is needed (consistent with the architecture's "Rejected complexity" section).OrcaRouter is an AI gateway that routes requests to Claude and OpenAI models through one unified endpoint. It also runs gateway-level, zero-trust security for AI agents on the same endpoint — screening every prompt/response and governing every tool call on a default-deny basis, with no application code changes.
I'm an engineer on the OrcaRouter team.
Summary by Sourcery
Documentation: