base_url in your existing code or client with https://www.nexllm.ai/v1 and use your NexLLM API key as the api_key. That’s the only change required — no new SDKs, no new request formats.
Option 1: Use the Playground
The Playground is a no-code, in-browser testing tool that lets you interact with models immediately after generating an API key.1
Open the Playground
Sign in to your dashboard and click Playground in the left sidebar.
2
Select a model
Use the model selector in the bottom-right corner to choose the model you want to test.
3
Select a channel group
Choose the channel group you want to use for the request. This determines which upstream configuration and pricing tier your request is routed through.
4
Send a message
Type your message in the input box at the bottom of the page and click Send. The model’s response appears in the conversation area above.
Option 2: Use curl
You can make API calls directly from your terminal. Copy the command below, replace$NEXLLM_TOKEN with your API key, and run it:
Option 3: Use an SDK or native client
For application code, use the OpenAI Python SDK or send requests in each provider’s native format. Both approaches are shown below.The examples above cover the most common use case — chat completions. NexLLM also supports embeddings, image generation, audio transcription, text-to-speech, reranking, and more. See the API Reference for the full list of supported endpoints and their request schemas.