Nebius AI Integration
Connect Helicone with Nebius AI, a platform that provides powerful image generation models including Flux and Stability AI’s SDXL.
You can follow their documentation here: https://api.studio.nebius.ai/docs
Gateway Integration
Create a Nebius AI account
Log into Nebius AI or create an account. Once you have an account, you can generate an API key from your dashboard.
Set HELICONE_API_KEY and NEBIUS_API_KEY as environment variable
Modify the base URL and add Auth headers
Replace the following Nebius AI URL with the Helicone Gateway URL:
https://api.studio.nebius.ai
-> https://nebius.helicone.ai
and then add the following authentication headers:
Now you can access all the models on Nebius AI with a simple fetch call:
Example
For more information on how to use headers, see Helicone Headers docs. And for more information on how to use Nebius AI, see Nebius AI Docs.
Was this page helpful?