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/" |