Skip to content

feat: document OrcaRouter wiring for run-deep-swe - #4

Open
nissrin2020ali-ux wants to merge 1 commit into
davidondrej:mainfrom
nissrin2020ali-ux:feat/run-deep-swe-orcarouter
Open

feat: document OrcaRouter wiring for run-deep-swe#4
nissrin2020ali-ux wants to merge 1 commit into
davidondrej:mainfrom
nissrin2020ali-ux:feat/run-deep-swe-orcarouter

Conversation

@nissrin2020ali-ux

Copy link
Copy Markdown

Why

run-deep-swe lets this repo's users score any model on the DeepSWE coding-agent benchmark. The skill already documents the OpenRouter wiring end-to-end — the part that takes the most trial and error. Some of those users route through OrcaRouter instead.

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 orcarouter as a first-class provider means this project's users can use that stack directly, without treating OrcaRouter as an anonymous custom base URL.

Since OrcaRouter mirrors the same vendor/model slug namespace and bearer auth as OpenRouter, the fix is a small one: point the base URL at https://api.orcarouter.ai/v1 and the existing pier commands route through OrcaRouter unchanged.

What this PR does

Adds an "OrcaRouter wiring (drop-in, same slug namespace)" section to skills/agent-orchestration/run-deep-swe/SKILL.md that mirrors the existing OpenRouter section's vocabulary:

  • Sets OPENROUTER_API_BASE=https://api.orcarouter.ai/v1 so Route B (LiteLLM prefix) routes openrouter/<slug> through OrcaRouter.
  • Notes that Route A (native openrouter class) follows the same base when the installed version reads it.
  • Documents the orcarouter/auto, orcarouter/fusion, and orcarouter/free routing models alongside the mirrored vendor slugs.
  • Adds a one-liner to verify a slug exists against the OrcaRouter /v1/models endpoint.
  • Updates the skill description frontmatter so the skill triggers on "via OrcaRouter" phrasing too.

Verification

  • Frontmatter YAML still parses (checked with a strict YAML parser).
  • Live-tested the OrcaRouter endpoint this documents: GET /v1/models and POST /v1/chat/completions against https://api.orcarouter.ai/v1 both return HTTP 200 using a bearer key, with the same vendor/model id shape the skill already assumes.

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.

Questions or suggestions welcome. Discord: discord.gg/YEubt8enRA · X: https://x.com/OrcaRouter

I'm an engineer on the OrcaRouter team.

Add OrcaRouter as a drop-in OpenAI-compatible gateway for the DeepSWE
benchmark, mirroring the existing OpenRouter wiring in run-deep-swe.
OrcaRouter exposes the same vendor/model slug namespace and bearer auth,
so pointing OPENROUTER_API_BASE at api.orcarouter.ai/v1 routes the same
pier commands through it.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant