Nebius AI Studio
Nebius AI Studio is an enterprise AI cloud platform providing ultra-fast, cost-effective inference on high-end NVIDIA H100/H200 infrastructure for leading open-source models.
Website: https://studio.nebius.ai/
Getting an API Key
- Log in to Nebius AI Studio.
- Navigate to API Keys in your project dashboard.
- Create and copy your API key (
nba-...). Store it securely.
Supported Models
Nebius AI Studio provides high-throughput OpenAI-compatible endpoints for top open-weights models:
Deep Reasoning & Planning
deepseek-ai/DeepSeek-R1- (Recommended for Planning) Frontier 671B reasoning model for multi-step logic and complex code architecturedeepseek-ai/DeepSeek-R1-Distill-Llama-70B- Fast reasoning model distilled on Llama 70Bdeepseek-ai/DeepSeek-R1-Distill-Qwen-32B- Distilled mathematical and coding reasoning
Coding & Agentic Execution
Qwen/Qwen2.5-Coder-32B-Instruct- (Recommended for Coding) Surgical diffs, multi-file refactoring, and tool usedeepseek-ai/DeepSeek-V3- 671B MoE flagship foundation model for coding and agent workflowsmistralai/Mistral-Large-2411- Mistral's flagship high-capability model
Foundation & General Purpose
meta-llama/Meta-Llama-3.3-70B-Instruct- Flagship 70B open model for general reasoning and planningmeta-llama/Meta-Llama-3.1-405B-Instruct- Massive 405B foundation model for high-depth code auditsmeta-llama/Meta-Llama-3.1-8B-Instruct- Ultra-fast lightweight model for quick edits
Configuration in PostQode
- Open PostQode Settings ().
- Select Nebius AI Studio in the API Provider dropdown.
- Enter your Nebius API Key (
nba-...) from studio.nebius.ai. - Select your model from the dropdown or specify the model identifier (e.g.
Qwen/Qwen2.5-Coder-32B-Instructordeepseek-ai/DeepSeek-R1). - Click Save Settings to connect.