docs: document OrcaRouter as an OpenAI-compatible service - #2658
Open
putraperdana1207-pixel wants to merge 1 commit into
Open
docs: document OrcaRouter as an OpenAI-compatible service#2658putraperdana1207-pixel wants to merge 1 commit into
putraperdana1207-pixel wants to merge 1 commit into
Conversation
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>
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.
SourceGit's AI commit-message generator works with any OpenAI-compatible HTTP API, and the README currently documents
OpenAIandOllamaas 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 customServerURL.Changes:
OrcaRouterentry in the README's OpenAI section, mirroring the existing OpenAI/Ollama bullet style.Server(https://api.orcarouter.ai/v1) — this is an OpenAI-compatible endpoint, so it plugs directly into SourceGit's existingServer+API Keyservice configuration with no code changes.sk-orca-API key prefix and a startingModeloforcarouter/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/modelsreturns 200 and includesorcarouter/auto, andPOST /v1/chat/completionswithorcarouter/autoreturns 200, both matching the configuration documented here.Discord: discord.gg/YEubt8enRA · X: https://x.com/OrcaRouter
I'm an engineer on the OrcaRouter team.