Nebius Embedder is a class that allows you to embed documents using Nebius AI’s embedding models. It extends the OpenAI Embedder class and uses a compatible API interface.Documentation Index
Fetch the complete documentation index at: https://docs-v1.agno.com/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
| Parameter | Type | Description | Default |
|---|---|---|---|
id | str | The model ID to use for embeddings | "BAAI/bge-en-icl" |
dimensions | int | Output dimensions of the embedding | 1024 |
api_key | Optional[str] | Nebius API key | Environment variable NEBIUS_API_KEY |
base_url | str | Base URL for API requests | "https://api.studio.nebius.com/v1/" |