Base URL#
Full URL Pattern#
{Base URL}{Interface Path}
| Interface | Full URL |
|---|
| Chat | https://token.nexhina.ai/v1/chat/completions |
| Responses | https://token.nexhina.ai/v1/responses |
| Embeddings | https://token.nexhina.ai/v1/embeddings |
| Images | https://token.nexhina.ai/v1/images/generations |
| TTS | https://token.nexhina.ai/v1/audio/speech |
| STT | https://token.nexhina.ai/v1/audio/transcriptions |
| Translation | https://token.nexhina.ai/v1/audio/translations |
| Video | https://token.nexhina.ai/v1/video/generations |
| Moderation | https://token.nexhina.ai/v1/moderations |
| Rerank | https://token.nexhina.ai/v1/rerank |
| Models | https://token.nexhina.ai/v1/models |
Setting Base URL in the SDK#
Just set base_url to https://token.nexhina.ai/v1 (note the trailing /v1), and the SDK will automatically concatenate the subsequent path.
Modified at 2026-07-01 01:24:45