Models and Endpoints
Different clients may name endpoints and model fields differently, but the core configuration is the same.
Common Endpoints
| Purpose | Endpoint |
|---|---|
| Model list | /v1/models |
| Chat Completions | /v1/chat/completions |
| Responses | /v1/responses |
| Image generation | /v1/images/generations |
| Image edits | /v1/images/edits |
Model Names
Use model names from the XNova model list, for example:
txt
gpt-5.5
gpt-5.3-codex
gpt-image-2