Skip to content

docs: document OrcaRouter as an OpenAI-compatible service - #2658

Open
putraperdana1207-pixel wants to merge 1 commit into
sourcegit-scm:developfrom
putraperdana1207-pixel:docs/orcarouter-provider
Open

docs: document OrcaRouter as an OpenAI-compatible service#2658
putraperdana1207-pixel wants to merge 1 commit into
sourcegit-scm:developfrom
putraperdana1207-pixel:docs/orcarouter-provider

Conversation

@putraperdana1207-pixel

Copy link
Copy Markdown

SourceGit's AI commit-message generator works with any OpenAI-compatible HTTP API, and the README currently documents OpenAI and Ollama as named examples. This PR adds OrcaRouter to that same section so users can connect it as a first-class service instead of treating it as an anonymous custom Server URL.

Changes:

  • Added a named OrcaRouter entry in the README's OpenAI section, mirroring the existing OpenAI/Ollama bullet style.
  • Documented the exact Server (https://api.orcarouter.ai/v1) — this is an OpenAI-compatible endpoint, so it plugs directly into SourceGit's existing Server + API Key service configuration with no code changes.
  • Documented the sk-orca- API key prefix and a starting Model of orcarouter/auto, which routes each request to the best available model for the workload.

OrcaRouter is an OpenAI-compatible AI gateway built for both models and agents. Like OpenRouter, it exposes a provider/model namespace across many models — but it also combines adaptive routing, automatic failover, zero-markup inference, observability, guardrails, and agent-tool governance behind the same endpoint. Adding it as a named provider means SourceGit users can use that stack directly, without treating OrcaRouter as an anonymous custom base URL. 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: the endpoint was live-tested before writing this — GET https://api.orcarouter.ai/v1/models returns 200 and includes orcarouter/auto, and POST /v1/chat/completions with orcarouter/auto returns 200, both matching the configuration documented here.

Discord: discord.gg/YEubt8enRA · X: https://x.com/OrcaRouter

I'm an engineer on the OrcaRouter team.

Add a named OrcaRouter entry in the OpenAI section of the README, mirroring
the existing OpenAI/Ollama examples. SourceGit's AI feature works with any
OpenAI-compatible HTTP API; the new entry shows the exact Server URL, API key
prefix, and a starting model for OrcaRouter.

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant