WH CN LLM Hub
← Home

OpenAI-compatible gateway

POST /v1/chat/completions
        Authorization: Bearer wan.<keyId>.<secret>
Content-Type: application/json

{
  "model": "deepseek-chat",
  "messages": [{ "role": "user", "content": "Hello" }]
}

Base URL is your API host (e.g. http://localhost:4000). Streaming is disabled in this version; set stream: false.

Admin must set each model's apiBaseUrl (OpenAI-compatible root, usually .../v1) and vendor API key in the management console.