OpenAI endpoint
https://api.hainangateway.ai/v1Developer Docs
No SDK rewrite required. Existing Cursor, Claude Code, OpenAI SDK, and gateway tools can be switched with one base URL change.
OpenAI endpoint
https://api.hainangateway.ai/v1Anthropic endpoint
https://api.hainangateway.aicURL sample
curl https://api.hainangateway.ai/v1/chat/completions \
-H "Authorization: Bearer sk-your-key" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3.5-397b-a17b",
"messages": [{"role": "user", "content": "Hello from overseas gateway"}],
"temperature": 0.3
}'