Getting Started
- Prerequisites:
- You’ll need a Nebius AI Studio account and API key. Sign up for free here.
- Python runtime (local, Google Colab etc.)
- Follow the setup guide below:
Setup Guide
Setup Guide
Clone the Repo
Get Nebius API Key
To run most of the examples in this repo, you will need a Nebius API Key. Here is how to get it.- Go to studio.nebius.com.
- Click on your profile and go to API Keys section.
- Click on ‘Get API Key’
- Give a name for the key (e.g. ‘examples1’)
- Be sure to save the key before closing the dialog window
Goolge Colab
If you are using Google Colab environment no need to setup a python environment.Add NEBIUS API KEY as follows (one time setup).- **Go to **Google Colab
- Click on Secrets tab on left
- Add a new secret NEBIUS_API_KEY and set the value
- Toggle ‘Notebook access’ button
Local Python Development Environment Setup
Follow the steps below for setting up a local python environment.Option 1 (Recommended): using UVIf the project is a ‘native’ uv project - it has files likeuv.lock
and pyproject.toml
:requirements.txt
file (not a native UV project):Setup .env
configuration file (for Local Setup)
Use the provided env_sample.txt
file as starter:.env
file as follows:- Follow project-specific instructions.
Featured
Demo Applications
See apps powered by Nebius AI Studio - WhatLLM, Streetfighter and more
Models
Checkout latest model guides and sample code. Featuring: Qwen3-2507 and GPT-OSS
Agents
We have numerous agent examples: from starter to advanced
RAG
Explore our set of RAG app examples for different use cases
Function & Tool Calling
Here, you’ll learn the basics of calling functions with simple examples
Distillation
Example of a distilled model for grammar checking
Contributing
We welcome your contributions! Open issues, submit pull requests, share your experience
Licence
This project is licensed under the MIT License. See the LICENSE file for details