Mockup for reviewTech-stack demonstration. Not affiliated with Nebius and not the live Builders Network.About this build →
Library

Workshops, videos, and code

160 resources for getting productive on Nebius — from a 5-minute first-deploy walkthrough to deep training-job recipes.
BLOG
Official

Agent 101: Launching production-grade agents at scale

Nebius walks through the four pillars of production AI agents (LLMs, agent frameworks, evaluation, memory) with hands-on integration examples for CrewAI, Google ADK, LangChain and Agno on Token Factory.
tokenfactory
intermediate
REPO
Official

Agentic workflows with OpenClaw on Serverless

Run agent-style pipelines with tool use, retrieval, and multi-step reasoning using OpenClaw on Serverless GPU compute.
aicloud
openclaw
advanced
VIDEO
Official

AGENTS.md Is Making Your Agent Worse

Common pitfalls in agent prompt engineering — what AGENTS.md gets wrong and what to do instead.
INTERMEDIATE
VIDEO
Official

Agent Testing: Browser and CLI

End-to-end testing strategies for browser and CLI agents. Practical patterns for keeping agents reliable.
INTERMEDIATE
DOCS
Official

Agno integration

Lightweight multi-modal agent framework with Token Factory as a first-class provider.
tokenfactory
intermediate
VIDEO
Official

AI Day: Nemotron — Open and Accelerated (Bryan Catanzaro, NVIDIA)

AI Day by Nebius Academy. Bryan Catanzaro on NVIDIA's open-model approach with Nemotron and the future of accelerated AI infrastructure.
aicloud
INTERMEDIATE
VIDEO
Official

AI DNA Amsterdam — Recap

Talks, discussions, and connections from the AI DNA event in Amsterdam. Highlight reel.
aicloud
BEGINNER
DOCS
Official

aisuite integration

Use Token Factory as a model backend in aisuite, the model-agnostic Python SDK from Andrew Ng.
tokenfactory
beginner
BLOG
Official

Announcing the Tavily Web Search API certification

Tavily's free certification program teaching developers to build agents that search, validate and explore the web, covering search fundamentals plus the Extract and Crawl tools.
tavily
beginner
VIDEO
Official

Automated Documentation: Backend & Frontend

Practical patterns for keeping docs in sync with code, backend and frontend. Tooling + agent flows.
INTERMEDIATE
DOCS
Official

Autoscaling and cache-aware routing

How Token Factory scales inference workloads and routes requests based on cache locality. Rate limits, burst behavior, and tuning guidance.
tokenfactory
advanced
BLOG
Official

Bare-metal-class performance for AI inference in MLPerf Inference v5.1

Nebius proves near-bare-metal inference performance across three AI systems in MLPerf Inference v5.1, showing how its virtualized GPU stack serves production LLM inference without a meaningful performance tax.
aicloud
advanced · 7 min
DOCS
Official

Batch inference

Submit large request batches asynchronously for offline workloads. Cheaper per-token than real-time inference; ideal for evals and back-fills.
tokenfactory
intermediate
BLOG
Official

Beyond prompting: fine-tuning LLMs with Nebius

A practical fine-tuning walkthrough covering dataset prep, LoRA adapter training on Llama-3.1-8B, deployment and evaluation against the Berkeley Function Calling Leaderboard on Nebius AI Studio (Token Factory).
tokenfactory
intermediate
BLOG
Official

Build a multi-agent customer support system with Google ADK, A2A and Nebius

Step-by-step guide to building an orchestrated support system where specialized agents handle sentiment, retrieval and escalation, powered by Nebius AI Studio (Token Factory) models, Google ADK and the A2A protocol.
tokenfactory
advanced
DOCS
Official

Build a RAG chatbot on Serverless AI

End-to-end RAG: JupyterLab for prototyping, Serverless AI for inference, and Managed PostgreSQL for the vector store.
aicloud
intermediate
BLOG
Official

Build a RAG-powered content generation platform with Nebius and Qdrant

Builds a full RAG pipeline: chunking, Qwen3-Embedding-8B vectors stored in Qdrant Cloud, semantic retrieval, and personalized generation with Llama-3.3-70B served on Nebius AI (Token Factory).
tokenfactory
intermediate
BLOG
Official

Building an AI-Powered Finance Planner with Full-Stack Next.js and Nebius

Step-by-step build of Money-Guard, a Next.js dashboard that analyzes spending and answers questions about transactions using Meta Llama 3.1 70B served by Nebius AI Studio.
tokenfactory
intermediate · 40 min
WORKSHOP
Official

Building More Secure Autonomous AI Agents with NVIDIA NemoClaw

NemoClaw is an open-source blueprint for safer autonomous agents — it wraps OpenClaw with a kernel-level sandbox, an L7 egress proxy, and an intent-classifying policy engine. This demo-focused webinar shows two ways to run NemoClaw on Nebius, including via Token Factory.
openclaw
tokenfactory
INTERMEDIATE
PLAYLIST
Official

Build with Token Factory playlist on YouTube

AI projects, tools, and success stories created with Token Factory — see what other builders are shipping.
tokenfactory
beginner
VIDEO
Official

Claude Code Subagents Tutorial

Parallel execution and custom agent patterns with Claude Code. Worked examples + best practices.
INTERMEDIATE
BLOG
Official

Clusters vs single nodes: which to use for training and inference

When to fine-tune on one machine versus scaling across many nodes — how PyTorch DDP, DeepSpeed and Horovod handle data partitioning and gradient sync, with Kubernetes/Slurm scheduling, illustrated on Nebius GPU infrastructure.
aicloud
intermediate · 7 min
DOCS
Official

Crawl to RAG: turn any website into a searchable knowledge base

Official Tavily docs example that crawls and vectorizes a website with Tavily Crawl and MongoDB, then queries it through a conversational RAG agent.
tavily
intermediate
BLOG
Official

Create Your Own AI-Powered Code Generator and Reviewer

Build a full-stack Next.js code assistant that generates snippets across languages and returns automated reviews, powered by DeepSeek Coder on Nebius Token Factory.
tokenfactory
intermediate · 45 min
DOCS
Official

CrewAI integration

Build multi-agent crews with Token Factory models. Coordination, role-playing, and task pipelines all wired through Nebius inference.
tokenfactory
intermediate
BLOG
Official

Data preparation techniques

Best practices and practical pipelines for preparing large datasets for LLM training and distributed AI workloads on GPU clusters.
aicloud
intermediate
DOCS
Official

Dedicated endpoints

Pin a Token Factory model to dedicated GPU capacity for predictable latency at scale. Includes autoscaling rules and routing patterns.
tokenfactory
advanced
VIDEO
Official

Defining Cursor's Rules

Get consistent, predictable behavior from your AI pair programmer. How to author Cursor rules that hold.
BEGINNER
DOCS
Official

Deploy a model as a Serverless Endpoint

Step-by-step tutorial for packaging a model, building the container, and exposing it via a Serverless Endpoint.
aicloud
intermediate
DOCS
Official

Deploy custom models

Take a model you trained anywhere and deploy it behind a Token Factory endpoint. Custom weight loading, scaling, and monitoring.
tokenfactory
advanced
WORKSHOP
Official

Deploying a Knowledge-Based Chatbot with RAG in Production

Nebius webinar with CSA Boris Popov on shipping a production RAG chatbot on Nebius AI Cloud, powered by NVIDIA H100 GPUs with Kubernetes, Triton, TensorRT, Milvus, and PyTorch.
aicloud
advanced · 42 min
DOCS
Official

Deploy your first Serverless Endpoint

Stand up a long-running inference endpoint with a public URL. Token Factory-style API, custom container.
aicloud
beginner
BLOG
Official

Effortless web-based RAG evaluation with Tavily and LangGraph

Tavily tutorial that combines its Search API with LangGraph to build an agent generating dynamic, subject-specific RAG evaluation datasets straight from live web data.
tavily
intermediate
VIDEO
Official

English = New Programming Language

The future of coding agents and natural-language software development. Where the agent paradigm is heading.
INTERMEDIATE
BLOG
Official

Fault-tolerant training: how we build reliable clusters for distributed AI

Nebius's multi-layered approach to reliable large-scale training — liveness probes, automatic checkpoint-restart on hardware failure, graceful node termination, and the MTBF/MTTR metrics behind a dependable GPU cluster.
aicloud
advanced · 10 min
DOCS
Official

Fine-tuning on Serverless Jobs

Use Serverless Jobs to run fine-tuning workloads — data in, model artifact out — without managing the cluster.
aicloud
advanced
DOCS
Official

Function calling and tools with Token Factory

Official Token Factory guide on defining tools, letting models pick functions from context (or forcing a specific call), with Python and JavaScript examples for building tool-using agents.
tokenfactory
intermediate
BLOG
Official

Fundamentals of LoRA and low-rank fine-tuning

A Nebius deep dive into how LoRA updates a low-rank decomposition of weight matrices (W' = BA) to match full fine-tuning at a fraction of the cost, plus newer variants like PiSSA and DoRA.
tokenfactory
advanced
VIDEO
Official

How to Create Object Storage Buckets on Nebius

Quick walkthrough for creating Object Storage buckets on Nebius — fundamentals you'll use for every training and inference job.
aicloud
BEGINNER
VIDEO
Official

How to Deploy a Model with Nebius Serverless Endpoints

From container to live API. Walks through deploying a model as a serverless endpoint on Nebius.
aicloud
BEGINNER
VIDEO
Official

How to Fine-tune a Model with Nebius Serverless Jobs

End-to-end fine-tuning workflow using Nebius Serverless Jobs — from data prep to deployed checkpoint.
aicloud
INTERMEDIATE
VIDEO
Official

How to run Boltz-2 at scale on Kubernetes

Deploy a Kubernetes cluster, configure shared storage, and run reproducible, multi-node Boltz-2 inference for protein folding.
aicloud
advanced · 12 min
VIDEO
Official

How to Run Boltz-2 at Scale on Kubernetes

End-to-end tutorial on running Boltz-2 protein structure inference at scale on Nebius MK8s. Pairs with the boltz2-mk8s repo.
aicloud
kubernetes
BEGINNER
BLOG
Official

How to Run Meta Llama 3.1 405B with the Nebius AI Studio API

A hands-on how-to for calling Meta Llama 3.1 405B through the Nebius OpenAI-compatible API, with working Python, JavaScript, and cURL examples.
tokenfactory
intermediate · 10 min
BLOG
Official

Inference guide with vLLM

Deploy high-throughput LLM inference on Nebius GPU cloud using vLLM and Kubernetes. Includes configuration patterns for scalable model serving.
aicloud
intermediate
BLOG
Official

Introducing Managed Soperator: your quick access to Slurm training

Nebius's fully managed Slurm-on-Kubernetes solution is now self-service: spin up a training-ready GPU cluster with pre-installed drivers and libraries in minutes. Explains the Soperator operator, shared root filesystem, and automatic node recovery.
soperator
aicloud
intermediate · 9 min
BLOG
Official

Introduction to model distillation: efficient knowledge transfer

An end-to-end tutorial that distills a Qwen3-235B teacher into a Qwen3-4B LoRA student on Nebius Token Factory, covering batch-inference data generation, fine-tuning, deployment and evaluation with a downloadable notebook.
tokenfactory
advanced
REPO
Official

K8s on Nebius

Deploy GPU-enabled Kubernetes clusters with pre-installed NVIDIA drivers and optimized networking for AI training and inference workloads.
aicloud
intermediate
REPO
Official

Kvax: fast Flash Attention for JAX with context parallelism

Nebius's open-source Flash Attention 2 implementation for JAX, built on Triton kernels with efficient document-mask computation and context parallelism for FSDP/HSDP-sharded long-sequence training on GPU clusters.
aicloud
advanced · 30 min
DOCS
Official

LangChain integration

Use Token Factory chat models, embeddings, and retrievers inside LangChain via the langchain-nebius package.
tokenfactory
intermediate
DOCS
Official

Launch your first Serverless Job

Run a containerized AI workload to completion on Nebius GPUs without provisioning a cluster.
aicloud
beginner
REPO
Official

Life sciences workloads on Serverless (OpenMM)

Run molecular simulations and generate datasets on GPU. Recipes for OpenMM and friends, packaged for Serverless Jobs.
aicloud
advanced
DOCS
Official

LiteLLM integration

Route LiteLLM through Token Factory as an OpenAI-compatible provider. Drop-in for projects already using the LiteLLM proxy.
tokenfactory
beginner
DOCS
Official

LlamaIndex integration

Wire Token Factory in as the inference layer for LlamaIndex RAG pipelines.
tokenfactory
intermediate
REPO
Official

LLM inference — vLLM endpoint

Serve large language models as real-time APIs using vLLM containers on Serverless GPU endpoints.
aicloud
intermediate
WORKSHOP
Official

Make the Most of Cursor as an AI-Powered Coding Environment

Free short video course featuring Cursor's co-founder + Nebius Academy experts. Learn agentic development end-to-end: context management, parallel agents, browser/CLI testing, custom rules, automated docs, and prompt patterns that hold up in production.
BEGINNER
DOCS
Official

Managed Kubernetes docs

Reference documentation for Nebius Managed Kubernetes — cluster lifecycle, node groups, autoscaling, and GPU configuration.
aicloud
intermediate
VIDEO
Official

Managed Soperator: Slurm on Kubernetes

Marouane Khoukh introduces Managed Soperator — Slurm on Kubernetes for scalable AI workloads on Nebius.
soperator
kubernetes
BEGINNER
REPO
Official

ML Cookbook · DeepEP

DeepEP (DeepSpeed Expert Parallelism) on Nebius. Configs and example launches for MoE training at scale.
aicloud
ADVANCED
REPO
Official

ML Cookbook: pre-training DeepSeek-V3 with MXFP8 on a B200 cluster

A Nebius ml-cookbook recipe with Slurm job scripts for multi-node pre-training of DeepSeek-V3 (16B and 671B) on a 256-GPU NVIDIA B200 cluster, showing up to 41% faster throughput with MXFP8 mixed precision and DeepEP.
aicloud
soperator
advanced · 35 min
REPO
Official

ML Cookbook · Run:ai on Nebius

Run:ai-based GPU orchestration on Nebius. Setup, scheduler config, and multi-tenant patterns.
aicloud
ADVANCED
REPO
Official

ML Cookbook · SkyPilot on Nebius

Run multi-cloud ML workloads on Nebius using SkyPilot. Recipe with sample configs and run scripts.
aicloud
INTERMEDIATE
REPO
Official

ML Cookbook · Slurm on Nebius

Slurm-based training on Nebius compute clusters. Job submission scripts, sbatch templates, and orchestration patterns.
aicloud
soperator
INTERMEDIATE
REPO
Official

ML Cookbook · Volcano on Nebius MK8s

Volcano scheduler on Nebius Managed Kubernetes for batch ML workloads. Manifests + queue configurations.
aicloud
kubernetes
ADVANCED
BLOG
Official

MLPerf Training v5.1: leading results on NVIDIA Blackwell and Blackwell Ultra

Nebius posted seven first-place finishes in MLPerf Training v5.1 across NVIDIA Blackwell and Blackwell Ultra systems — a look at the hardware-software co-optimization behind training performance on Nebius AI Cloud.
aicloud
advanced · 8 min
VIDEO
Official

Nebius AI Cloud Console overview

Learn how to provision GPU infrastructure, manage Kubernetes clusters, launch Slurm jobs, and monitor workloads from the console.
aicloud
beginner · 8 min
WORKSHOP
Official

Nebius AI Cloud Onboarding Course

Free, self-paced course. Get from your first login to real cloud workflows in 30 minutes — navigate the console, launch storage and VMs, deploy and run an LLM, configure access for a dev environment.
aicloud
BEGINNER
REPO
Official

Nebius Kubernetes Applications: Helm charts for GPU & AI workloads

Official Nebius repo of 50+ ready-to-deploy Helm charts and manifests for Managed Kubernetes — including vLLM inference, Ray cluster/serve, NVIDIA GPU Operator, Stable Diffusion WebUI, MLflow and JupyterHub. A practical reference for deploying AI apps on Nebius mk8s.
aicloud
intermediate · 25 min
WORKSHOP
Official

Nebius Science

Follow how AI and science co-evolve through the lens of the cloud powering it. Research, interviews, and case studies on AI's impact on scientific discovery.
aicloud
INTERMEDIATE
REPO
Official

Nebius Solutions Library

Reference architectures and ready-to-deploy recipes for GPU training, inference, K8s, Slurm, and SkyPilot on Nebius AI Cloud.
aicloud
intermediate
PLAYLIST
Official

Official Token Factory playlist on YouTube

Learn about Nebius Token Factory from the makers — architecture, deep dives, and live demos curated by the team.
tokenfactory
beginner
BLOG
Official

Orchestrating LLM fine-tuning on K8s with SkyPilot and MLflow

Manage distributed fine-tuning workloads with experiment tracking on Kubernetes GPU clusters.
aicloud
advanced
REPO
Official

Post-training cookbook examples

End-to-end fine-tuning recipes for the Token Factory post-training stack — SFT, DPO, evaluation, and deployment.
tokenfactory
advanced
DOCS
Official

Post-training guide

Fine-tune open models on Token Factory: data prep, training runs, evaluation, and deployment back to the inference API.
tokenfactory
advanced
BLOG
Official

Post-training in Token Factory: the missing layer between MVP and production

Explains how Nebius Token Factory turns base models into production systems via data ingestion, multi-node supervised fine-tuning, reinforcement fine-tuning, speculative decoding and deployment.
tokenfactory
intermediate
DOCS
Official

Pydantic AI integration

Type-safe agent framework with Pydantic validation. Token Factory backs the inference layer.
tokenfactory
intermediate
VIDEO
Official

Recap & Next Steps with Nebius Cloud

Recap of what you've learned about Nebius Cloud and a roadmap for what to explore next.
aicloud
BEGINNER
BLOG
Official

Routing in LLM inference is the difference between scaling and stalling

Why request routing is the single biggest lever in production LLM inference, and how Token Factory routes intelligently.
tokenfactory
advanced
BLOG
Official

Running Boltz-2 inference at scale in Nebius AI Cloud

Scale life-sciences inference workloads on GPU clusters optimized for performance and throughput.
aicloud
advanced
BLOG
Official

Running NVIDIA NIM and NVIDIA Blueprint in Nebius AI Cloud

Deploy validated healthcare AI models using NVIDIA NIM on high-performance GPU infrastructure.
aicloud
advanced
VIDEO
Official

Running OpenClaw on Nebius

From zero to a live AI agent in 15 minutes. Walks through Token Factory, three deploy methods (npm / Docker / Nebius Serverless), and a hands-on agent build.
openclaw
tokenfactory
BEGINNER · 30 min
REPO
Official

Serverless AI cookbook

Top-level repo for every Serverless AI recipe — jobs, endpoints, RAG, agents, life sciences, voice, and more.
aicloud
beginner
VIDEO
Official

Serverless AI — full walkthrough

Deep-dive video walkthrough of the Serverless AI model — when to use Jobs vs Endpoints, with real demos.
aicloud
intermediate · 18 min
DOCS
Official

Serverless AI overview

High-level overview of the two Serverless AI execution models — Jobs (run to completion) and Endpoints (real-time APIs).
aicloud
beginner
REPO
Official

Serverless Endpoints — first-endpoint examples

Ready-to-deploy example endpoints from the Serverless cookbook. Build, push, and serve.
aicloud
beginner
VIDEO
Official

Serverless Endpoints — quickstart video

Five-minute walkthrough of deploying a Serverless Endpoint and hitting it from your app.
aicloud
beginner · 5 min
REPO
Official

Serverless Jobs — first-job examples

Ready-to-run example workloads for the Serverless Jobs quickstart. Clone, edit, and submit.
aicloud
beginner
VIDEO
Official

Serverless Jobs — quickstart video

Five-minute walkthrough of launching your first Serverless Job. Container in, GPU compute out.
aicloud
beginner · 5 min
VIDEO
Official

Sharing Rules Between Agents

Keep coding agents consistent across teams and codebases. Patterns for shared rules and config.
INTERMEDIATE
REPO
Official

SkyPilot — finetuning & orchestrating

Orchestrate multi-node LLM fine-tuning and distributed training across GPU VMs and Kubernetes clusters using SkyPilot.
aicloud
advanced
DOCS
Official

SkyPilot on Nebius docs

Official docs for the SkyPilot integration on Nebius AI Cloud. Provisioning, multi-node training, and autoscaling patterns.
aicloud
advanced
DOCS
Official

Soperator docs (Managed Slurm)

Operator-style API for running Slurm clusters on Kubernetes. Launch and manage distributed training jobs without hand-rolling the scheduler stack.
aicloud
soperator
advanced
DOCS
Official

Structured output and JSON mode with Token Factory

Official Token Factory docs showing how to force JSON responses via json_object mode or a strict JSON schema (e.g. a Pydantic BaseModel), with Python, cURL and JavaScript samples.
tokenfactory
beginner
DOCS
Official

Switch to Token Factory

Migrate from OpenAI / other inference providers to Token Factory. Drop-in compatibility plus the cost and rate-limit upgrades that come with it.
tokenfactory
beginner
BLOG
Official

Tavily 101: AI-powered search for developers

Tavily's primer on composing the /search, /extract and /crawl endpoints into real agent workflows, giving LLMs reliable real-time web access for RAG and research.
tavily
beginner
DOCS
Official

Tavily Research API endpoint reference

Official Tavily API reference for the Research endpoint, which runs multiple iterative searches, reasons over sources, and returns a detailed research report in a single agentic call.
tavily
intermediate
WORKSHOP
Official

The Future of Software Development (Nebius x JetBrains)

Become an AI-powered engineer through self-paced training in AI-assisted programming. Industry experts and tutors from leading tech companies. Includes 3 months of any JetBrains IDE free.
INTERMEDIATE
BLOG
Official

The invisible architecture behind great chat apps

What separates a usable chat product from a janky one — caching, routing, streaming, and the production patterns that hide the seams.
tokenfactory
intermediate
BLOG
Official

The role of compute cluster networking for AI training and inference

Why high-speed interconnects (InfiniBand, NVIDIA Quantum-2) make or break large-scale AI workloads, and how Nebius AI Cloud builds fast, reliable GPU cluster networking for distributed training and inference.
aicloud
intermediate · 8 min
DOCS
Official

Token Factory API reference

Full reference for the Token Factory inference API — chat completions, embeddings, fine-tuning, and batch endpoints.
tokenfactory
intermediate
REPO
Official

Token Factory cookbook

Reference recipes for Token Factory — inference patterns, fine-tuning runs, evals, and production deployment recipes.
tokenfactory
intermediate
DOCS
Official

Token Factory playground

Interactive playground for trying open models without writing code. Live-edit prompts, swap models, and copy the request as curl/JS/Python.
tokenfactory
beginner
DOCS
Official

Token Factory quickstart

OpenAI-compatible API to start fast. Set up an API key, hit the inference endpoint, and ship your first request in under five minutes.
tokenfactory
beginner
REPO
Official

Training & fine-tuning — Serverless Jobs

Run GPU workloads that produce model artifacts. Recipes for distributed training and fine-tuning via Serverless Jobs.
aicloud
advanced
BLOG
Official

Using SkyPilot and Kubernetes for multi-node fine-tuning of Llama 3.1

Step-by-step guide to running distributed LLM fine-tuning on Nebius AI Cloud GPU infrastructure.
aicloud
advanced
REPO
Official

vLLM examples (Nebius PS services)

Reference vLLM deployment examples in the Nebius Professional Services repo. Drop-in configs for production inference workloads.
aicloud
intermediate
DOCS
Official

Voice and media — TTS pipelines on Serverless

Build pipelines that combine batch processing and inference endpoints for voice synthesis and media workflows.
aicloud
intermediate
VIDEO
Official

Welcome to Nebius Cloud

Orientation video for new Nebius Cloud users. Tour of the console and core concepts.
aicloud
BEGINNER
VIDEO
Official

Welcome to Nebius Token Factory

2-minute introduction to Nebius Token Factory — the next evolution of AI Studio with OpenAI-compatible API.
tokenfactory
BEGINNER
BLOG
Official

What are GPU clusters and how to choose yours?

A practical primer on GPU compute clusters for training, fine-tuning and inference — covering hardware, orchestration (Kubernetes vs Slurm), InfiniBand networking and shared storage, and how to pick the right configuration on Nebius AI Cloud.
aicloud
beginner · 8 min
VIDEO
Official

Why AI Coders Like Cursor and Claude Code Fail Long-Term

Failure modes of AI coding agents and patterns that hold up in production. Honest critique + remediation.
INTERMEDIATE
BLOG
Official

Why large MoE models break latency budgets — and what speculative decoding changes

Production analysis of how speculative decoding alters latency for large mixture-of-experts inference workloads.
tokenfactory
advanced
WORKSHOP
Official

Workshop: Build an Agentic Slack Bot

Deploy a web-connected AI agent in under 15 minutes. Build a Slack Pricing Assistant that searches competitor pricing with Tavily, runs inference through Nebius Token Factory, and returns structured recommendations. With Colin Lowenberg (Nebius) + Lakshya Agarwal (Tavily).
tokenfactory
openclaw
BEGINNER · 60 min
VIDEO
Official

Workshop: Running OpenClaw on Nebius

Live webinar with Colin Lowenberg + Michal from Nebius demoing OpenClaw end-to-end: install locally with Token Factory, deploy to Nebius Serverless via Docker (with a CLI skill that automates it), configure sub-agents, and Q&A covering cost, model switching, GitHub deployment roadmap, and Tavily for web search.
tokenfactory
aicloud
openclaw
BEGINNER
BLOG

Adding Nebius Token Factory to a Rust Agent Without a Custom Provider

Tutorial showing how to use Rig's OpenAI-compatible base_url override to wire Nebius Token Factory into a Rust LLM agent — no custom provider code needed.
tokenfactory
advanced
WORKSHOP

Agentic Search with Tavily — AI Build & Learn

A 50-minute hands-on live build using Tavily, the search API built for AI agents and LLMs, to retrieve real-time grounded web results, with a demo and practical community examples.
tavily
intermediate · 52 min
REPO

AI in Mathematical Research

Course materials for AI in Mathematical Research. Lean-based exercises and lectures on AI-assisted theorem proving and mathematical discovery.
aicloud
BEGINNER
REPO

Boltz-2 Inference on Managed Kubernetes

Step-by-step manifests + commands to run Boltz-2 protein structure inference at scale on Nebius Managed Kubernetes. Pairs with the YouTube tutorial.
aicloud
kubernetes
BEGINNER
BLOG

Build a Job-Finding Agent with Google ADK, Nebius AI, Mistral OCR & Linkup

A multi-agent pipeline that reads resume PDFs with Mistral OCR, searches live job boards via Linkup, and uses Qwen3-14B on Nebius AI Studio to generate and filter matches, orchestrated with Google ADK.
tokenfactory
intermediate · 15 min
VIDEO

Build a RAG Chatbot to Chat with Your Code with LlamaIndex, DeepSeek v3 & Nebius

Step-by-step build of a Retrieval-Augmented Generation chatbot that indexes and queries your codebase using LlamaIndex and the DeepSeek v3 model served on Nebius.
aicloud
intermediate · 5 min
BLOG

Building a Multi-Agent RAG System with Couchbase, CrewAI, and Nebius AI Studio

Build a semantic search engine that pairs Couchbase as the vector store with CrewAI multi-agent RAG, using Nebius AI Studio for both the Llama LLM and the e5-mistral embeddings.
tokenfactory
intermediate · 15 min
REPO

Claude Code → OpenAI API Proxy

Proxy Claude Code requests through any OpenAI-compatible endpoint — point it at Nebius Token Factory and run Claude Code on open-source models.
tokenfactory
INTERMEDIATE
REPO

Codex CLI + Nebius

Wire OpenAI's Codex CLI to Nebius Token Factory. Use Codex's coding workflow with open-source models at lower cost.
tokenfactory
INTERMEDIATE
REPO

ConTree MCP Server

Run code in isolated cloud containers. ConTree gives AI agents secure sandboxed execution environments with full root access, network, and persistent images. MCP-compatible.
INTERMEDIATE
REPO

ConTree Skill

Claude Code skill for using ConTree — sandboxed container execution with Git-like branching of agent state.
BEGINNER
REPO

End-to-end Slurm training + vLLM inference demo on Nebius

A community reference project that provisions a 2-node, 16x H100 Soperator (Slurm-on-Kubernetes) cluster with Terraform, runs SFT and LoRA fine-tuning via sbatch, then serves the model with single- and multi-node vLLM — with reported accuracy gains from 2% to 88%.
soperator
aicloud
advanced · 40 min
VIDEO

Exploring Nebius Token Factory | Open LLMs, AI Agents, Batch Inference & Fine-Tuning

A tour of Nebius Token Factory covering its OpenAI-compatible API, batch inference, fine-tuning, and how open models like Qwen Coder plug into agent frameworks and tools like Hugging Face and OpenRouter.
tokenfactory
beginner · 16 min
BLOG

Fine-Tune Your LLM in Minutes with Nebius

A practical guide to fine-tuning open-source LLMs on Nebius three ways: the no-code Web Console, the Python SDK, and raw cURL API requests, with .jsonl dataset prep.
tokenfactory
beginner · 10 min
BLOG

How I Built an Agentic RAG App to Brainstorm Conference Talk Ideas

Combine Tavily live web research, Couchbase vector search over past KubeCon talks, and Nebius AI Studio (e5-mistral embeddings + Qwen3) to synthesize unique conference talk abstracts.
tokenfactory
tavily
intermediate · 14 min
VIDEO

How to Fine-Tune GPT-OSS 20B using Nebius Token Factory

Hands-on tutorial fine-tuning the GPT-OSS 20B model on Nebius Token Factory: environment setup, JSONL dataset upload, creating a fine-tuning job, monitoring training, and downloading artifacts.
tokenfactory
intermediate · 8 min
VIDEO

How to Fine-Tune Open Source LLMs with Nebius Token Factory | Full Tutorial

End-to-end walkthrough of fine-tuning an open-source LLM with LoRA on Nebius Token Factory and deploying it as a production-ready API endpoint, including dataset prep and job configuration.
tokenfactory
intermediate · 17 min
BLOG

I Built a Team of 5 Agents Using Google ADK, Meta Llama and Nemotron-Ultra-253B

Build an AI Trend Analyzer with five sequential ADK agents (Exa, Tavily, Firecrawl + summary/analysis) running Meta Llama 3.1 and Nemotron-Ultra-253B served through Nebius AI Studio.
tokenfactory
tavily
intermediate · 16 min
BLOG

I Used Agent Skills to Fine-Tune an Open-Source LLM on Nebius Token Factory

A teacher-student distillation walkthrough for an insurance-claims chatbot, using Token Factory Data Lab batch inference, LoRA fine-tuning, serverless adapter deployment, and a Gradio comparison app. Ships with a companion Jupyter notebook.
tokenfactory
intermediate · 12 min
REPO

LangChain + Nebius

Configure Nebius Token Factory as the inference provider in LangChain apps. Drop-in replacement for OpenAI client.
tokenfactory
INTERMEDIATE
REPO

LLM Engineering Essentials

Materials for the LLM Engineering Essentials course. Notebooks covering training, fine-tuning, evals, and deployment patterns.
tokenfactory
aicloud
BEGINNER
REPO

LLM Engineering Knowledge Base

Supporting reference materials for the LLM Engineering Essentials course. Lookup-style HTML pages organized by topic.
tokenfactory
INTERMEDIATE
REPO

LLMOps Essentials

LLMOps educational project — covers deployment, monitoring, and lifecycle management for LLM systems in production.
tokenfactory
aicloud
BEGINNER
REPO

Machine Learning Starter Pack

Open ML course — fundamentals through hands-on Jupyter notebooks. Good first stop for anyone newer to ML before going deeper.
aicloud
BEGINNER
REPO

Nebius MCP Server

Model Context Protocol server for Nebius. Lets MCP-aware clients (Claude Code, OpenClaw) operate Nebius resources as native tools.
aicloud
INTERMEDIATE
REPO

Nebius Skill (Claude Code + OpenClaw)

Dual-compatible Claude Code + OpenClaw skill for managing Nebius AI Cloud infrastructure via CLI. Drop it in, get instant Nebius CLI mastery in your agent.
aicloud
openclaw
BEGINNER
REPO

OpenClaw + Nebius

OpenClaw provider plugin for Nebius, plus the deployment UI (claw.moi) and the Claude Code skill. The reference implementation if you want to wire OpenClaw to Nebius end-to-end.
tokenfactory
aicloud
openclaw
INTERMEDIATE
REPO

OpenClaw Nebius Token Factory Plugin

Token Factory provider plugin for OpenClaw — 44+ open-source models via a single endpoint. The TypeScript provider that powers the rest of the OpenClaw + Nebius stack.
tokenfactory
openclaw
INTERMEDIATE
REPO

QLoRA Fine-tune Gemma 4 on Nebius

Validated recipe + Nebius infra skill + 9-node workshop fleet runbook. Built and run live at Sandbox VR SF (May 2026, ~30 attendees fine-tuned hands-on).
aicloud
tokenfactory
INTERMEDIATE · 90 min
REPO

Solutions · Anyscale on Nebius

Run Anyscale (managed Ray) on Nebius infrastructure. Terraform module for the integration plus reference workloads.
aicloud
ADVANCED
REPO

Solutions · GPU Slicing

Multi-tenant GPU slicing setup for Nebius — partition a GPU across workloads with MIG / time-slicing. For shared dev environments.
aicloud
ADVANCED
REPO

Solutions · Kubernetes Training Cluster

Terraform module for a Nebius Managed Kubernetes cluster optimized for distributed training. GPU node pools, NCCL networking, fast storage.
aicloud
kubernetes
INTERMEDIATE
REPO

Solutions · Soperator (Slurm on Kubernetes)

Reference Terraform setup for Soperator — Nebius's Slurm-on-Kubernetes operator. Deploy a Slurm cluster on managed K8s with one terraform apply.
aicloud
soperator
kubernetes
INTERMEDIATE
REPO

Solutions · VM Instance (Terraform)

Baseline Terraform module for a Nebius VM. Building block — fork it as the starting point for your own infra modules.
aicloud
BEGINNER
BLOG

Text-to-SQL: Creating Embeddings with Nebius AI Studio (Part 1)

Part 1 of a text-to-SQL RAG series: turn SQL schema into annotated markdown and generate vector embeddings with Nebius AI Studio (BAAI/bge-en-icl), stored in Postgres with pgvector.
tokenfactory
intermediate · 11 min
BLOG

Text-to-SQL: Generating SQL with Nebius AI Studio (Part 2)

Part 2 of the text-to-SQL RAG series: use the embeddings from Part 1 to retrieve relevant schema and generate correct SQL queries with Nebius AI Studio models.
tokenfactory
intermediate · 11 min
BLOG

Text-to-SQL: Querying Databases with Nebius AI Studio and Agents (Part 3)

Part 3 of the text-to-SQL RAG series: wrap the pipeline in an agent that queries a live database end to end, powered by Nebius AI Studio models.
tokenfactory
intermediate · 12 min
REPO

TF Cookbook · Building Agents

Recipes for building agents on Nebius Token Factory. Tool-using LLMs, memory patterns, and orchestration examples.
tokenfactory
INTERMEDIATE
REPO

TF Cookbook · Distillation

Model distillation recipes — teach smaller, cheaper models from a larger teacher. Run on Nebius compute, serve via Token Factory.
tokenfactory
aicloud
ADVANCED
REPO

TF Cookbook · LoRA Fine-tuning

LoRA / QLoRA fine-tuning recipes for Token Factory models. Includes sample datasets, training scripts, and serving the adapter.
tokenfactory
aicloud
INTERMEDIATE
REPO

TF Cookbook · Post-Training

Post-training techniques for open-source models on Nebius — RLHF, DPO, instruction tuning. End-to-end working examples.
tokenfactory
aicloud
ADVANCED
REPO

TF Cookbook · RAG Patterns

Retrieval-augmented generation recipes using Token Factory inference. Vector stores, chunking, hybrid retrieval, and evals.
tokenfactory
INTERMEDIATE
REPO

TF Cookbook · Tool Calling

Tool-calling patterns on Token Factory. Schema design, parallel calls, error handling, structured outputs.
tokenfactory
INTERMEDIATE
BLOG

Use DeepSeek R1 & V3 with Bolt.DIY & Cursor in 3 Steps

Get free Nebius AI Studio API keys, route DeepSeek R1/V3 through OpenRouter, and plug the EU-hosted models into Bolt.DIY and Cursor for coding.
tokenfactory
beginner · 9 min
BLOG

Using Nebius AI Models with LangChain/LangGraph via LiteLLM

Wire Nebius-hosted Qwen models into LangChain/LangGraph through LiteLLM, then build a ReAct agent that talks to databases over the Model Context Protocol.
tokenfactory
intermediate · 12 min
VIDEO

Web Search MCP Server | Tavily & LangGraph | Full Tutorial With Code

Deploy the Tavily MCP server with NPX, expose it over streamable HTTP via Supergateway, wire up a LangChain MCP client, and connect a LangGraph agent for live web search.
tavily
intermediate · 9 min
Mockup for reviewStack demo — not the live Builders Network.About this build →
Brand