Skip to main content

API Overview

RouteStack exposes an OpenAI-compatible API for common AI workloads.

Base URL

Production:
https://api.routestack.cn/v1
Local:
http://127.0.0.1:3000/v1

Common endpoints

  • GET /models
  • POST /chat/completions
  • POST /responses

Authentication

All requests require:
Authorization: Bearer YOUR_ROUTESTACK_TOKEN