Skip to main content

OpenRouter

ShuYou exposes OpenRouter through the enterprise API gateway. Request and response formats follow the OpenRouter official API exactly — parameter names, types, and optional fields are not modified on our side.

How routing works

ShuYou acts as a transparent proxy:
  • Your client sends the same JSON body and headers you would send to OpenRouter
  • We route the request to OpenRouter upstream channels
  • All client parameters are preserved — nothing is stripped, renamed, or rewritten
Use this when you want OpenRouter model slugs and features (chat, responses, Anthropic messages, embeddings) with ShuYou billing, observability, and enterprise reliability.

Base URL

Authenticate with your ShuYou API key (Authorization: Bearer <API_KEY>), same as other enterprise endpoints.

Endpoints

For field-level details, see each endpoint page below or the OpenRouter API reference.