Nebius AI Studio offers an OpenAI-compatible API for inference and fine-tuning.
Response
Response
Authentication
To authenticate, include your API key (e.g.,ABC123...
) in the Authorization
header, as shown below:
Keep your keys private; do not share or expose them in client-side code. If a key is compromised, Nebius AI Studio can automatically revoke it
- In Nebius AI Studio, go to the API keys section.
- Click Create API key.
- Enter the key name and then click Create.
- Save the displayed API key. You cannot open it later in Nebius AI Studio.
In the Nebius AI Studio inference playground, you can view your model setup and chat as code that makes API requests, and use this code in your applications. For more details, see View code.
You can use integrations with third-party instruments instead of the API.