Uh oh!
There was an error while loading. Please reload this page.
docs: document OrcaRouter as a hosted inference option - #787
Open
XiaoHuo888-hue wants to merge 1 commit into
Open
docs: document OrcaRouter as a hosted inference option#787XiaoHuo888-hue wants to merge 1 commit into
XiaoHuo888-hue wants to merge 1 commit into
Conversation
Adds a named OrcaRouter example alongside the existing OpenRouter examples in the Model docstring, the SFT distillation teacher-client snippet, and the MCP-RL scenario-generation docs. OrcaRouter is an OpenAI-compatible gateway (https://api.orcarouter.ai/v1, keys start with sk-orca-) that exposes 150+ models behind a single endpoint, including the orcarouter/auto router model. Co-Authored-By: Claude <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 freeto 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
This documents OrcaRouter as a named hosted-inference option in the same places the existing OpenRouter examples live:
src/art/model.py— added an OrcaRouter example block to theModeldocstring, mirroring the existing OpenRouter block.docs/features/mcp-rl.mdx— added an OrcaRouter alternative to the scenario-generation snippet.docs/fundamentals/sft-training.mdx— added an OrcaRouter alternative to the distillation teacher-client snippet.This registers OrcaRouter the same way the existing OpenRouter provider is documented, so the
Modeldocstring, the MCP-RL scenario-generation guide and the SFT teacher example stay consistent. OrcaRouter is an OpenAI-compatible gateway: oneORCAROUTER_API_KEY(keys start withsk-orca-) unlocks 150+ models from OpenAI, Anthropic, Google, DeepSeek, Qwen, MiniMax and xAI behind a singlehttps://api.orcarouter.ai/v1endpoint. 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.Verification
python -m py_compile src/art/model.pypasses.ruff check src/art/model.pyandruff format --check src/art/model.pypass.https://api.orcarouter.ai/v1withorcarouter/autoreturns a valid completion.ty/ pytest risk is nil.I'm an engineer on the OrcaRouter team.