Base URL
For OpenAI-compatible clients, use:https://infistar.cc/v1. Both addresses use the same account and API key. Configure one base URL per client; do not append /v1 twice. Claude Code uses the site origin without /v1, as explained in its setup guide.
Authentication
Create a key in Console → Token Management and send it in the request header:Discover available models
CallGET /v1/models with the key you will use. Copy the exact returned model ID; a display name, plan name, or supplier name is not a model ID. A listed model does not necessarily support every endpoint. Check its current interface types in Model Square.
Select an endpoint
| Workflow | Endpoint | English guide |
|---|---|---|
| Available models | GET /v1/models | Models |
| Chat messages | POST /v1/chat/completions | Chat Completions |
| Responses and structured input | POST /v1/responses | Responses |
| Anthropic Messages | POST /v1/messages | Messages |
| Image generation or editing | POST /v1/images/generations, POST /v1/images/edits | Images |
| Video jobs and results | POST /v1/videos, GET /v1/videos/{task_id} | Videos |