| Scenario | Base URL | Description |
|---|---|---|
| OpenAI Compatible | https://api.nexara.net/v1 | For OpenAI SDK, Cursor, Cline, Continue, Cherry Studio |
| Anthropic Native | https://api.nexara.net | For Claude Code, Anthropic SDK |
We recommend enabling stream: truefor all interactive scenarios. In streaming mode, time-to-first-token drops to 2-3 seconds. Non-streaming requests must wait for the model to generate the entire response before returning, which can time out when the model produces longer outputs.
api.nexara.net."stream": true. Non-streaming requests may time out when the model generates lengthy output.https://api.nexara.net for Anthropic native clients. The SDK will automatically append /v1/messages as required by the protocol.