Nexus

Nebius

Use Nebius for EU-region AI inference and embeddings with Nexus.

Nebius provides EU-region AI inference services with embedding support. Uses an OpenAI-compatible API.

Installation

import "github.com/xraph/nexus/providers/nebius"

Quick Start

provider := nebius.New(os.Getenv("NEBIUS_API_KEY"))

gw := nexus.New(
    nexus.WithProvider(provider),
)

Options

OptionDescription
nebius.WithBaseURL(url)Override the API base URL (default: https://api.studio.nebius.ai/v1)

Capabilities

CapabilitySupported
ChatYes
StreamingYes
EmbeddingsYes
VisionNo
ToolsYes
ThinkingNo

Models

ModelContextMax OutputInput PriceOutput Price
meta-llama/Meta-Llama-3.1-8B-Instruct131K4,096$0.08/M$0.08/M
meta-llama/Meta-Llama-3.1-70B-Instruct131K4,096$0.50/M$0.50/M
BAAI/bge-m38,192$0.005/M

On this page