Skip to content

Commit dec8f01

Browse files
docs: document OrcaRouter as an OpenAI-compatible service
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>
1 parent 05f0abb commit dec8f01

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,12 @@ For `OpenAI`:
194194

195195
* `Server` must be `https://api.openai.com/v1`
196196

197+
For `OrcaRouter`:
198+
199+
* `Server` should be `https://api.orcarouter.ai/v1`
200+
* `API Key` should be an OrcaRouter API key (prefixed with `sk-orca-`)
201+
* A good starting `Model` is `orcarouter/auto`, which routes each request to the best available model
202+
197203
For other AI service:
198204

199205
* The `Server` should fill in a URL equivalent to OpenAI's `https://api.openai.com/v1`. For example, when using `Ollama`, it should be `http://localhost:11434/v1` instead of `http://localhost:11434/api/generate`

0 commit comments

Comments
 (0)