# BestRoute BestRoute is an OpenAI-compatible AI routing gateway for chat, image, video, voice and music models. Base URL: https://bestroute.center OpenAPI: https://bestroute.center/openapi.json Models endpoint: https://bestroute.center/v1/models Authentication: - Authorization: Bearer - X-Client-Token: Account and token flow: - Human signup: GET /register, then verify email and copy token from /app/tokens - Human login: GET /login - API captcha: POST /api/member/captcha - API login: POST /api/member/login with username, password, optional captcha_key and captcha_code; response data.token is the admin/session JWT - Client token registration: POST /api/client/register with machine_id, name, machine_name and source; or send X-Client-Source and X-Machine-Name headers. DeepWork sends source=deepwork and machine_name. These values are stored on member and shown in admin user management. - Client register response data.token can be used as X-Client-Token for AI calls Primary endpoints: - POST /api/member/captcha - POST /api/member/login - POST /api/client/register - GET /v1/models - POST /v1/chat/completions - POST /api/images/generations - POST /api/videos/generations - GET /api/videos/generations/{id} - POST /api/music/generations - GET /api/music/generations/{id} - POST /api/voice/tts - POST /api/voice/asr Available models: ## Chat - best-chat (Best Chat, provider: qianwen) ## Code - best-code (Best Code, provider: cliproxy) ## Image - best-image (Best Image, provider: seedream) ## Music - best-music (Best Music, provider: gptbest) ## Reasoning - best-reasoning (Best Reasoning, provider: qianwen) ## Video - best-video (Best Video, provider: seedance) ## Vision - best-vision (Best Vision, provider: qianwen) ## agent - best-agent (Best Agent, provider: cliproxy)