Available Models
Available models can be found on the Nebius AI Studio models pageChat Model
- YAML
- JSON
config.yaml
Embeddings Model
Available models can be found on the Nebius AI Studio embeddings page- YAML
- JSON
config.yaml
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Configure Nebius AI Studio with Continue to access their language model offerings, including DeepSeek R1 for chat and BAAI embeddings models
name: My Config
version: 0.0.1
schema: v1
models:
- name: DeepSeek R1
provider: nebius
model: deepseek-ai/DeepSeek-R1
apiKey: <YOUR_NEBIUS_API_KEY>
{
"models": [
{
"title": "DeepSeek R1",
"provider": "nebius",
"model": "deepseek-ai/DeepSeek-R1",
"apiKey": "<YOUR_NEBIUS_API_KEY>"
}
]
}
name: My Config
version: 0.0.1
schema: v1
models:
- name: BAAI Embedder
provider: nebius
model: BAAI/bge-en-icl
apiKey: <YOUR_NEBIUS_API_KEY>
roles:
- embed
{
"embeddingsProvider": {
"provider": "nebius",
"model": "BAAI/bge-en-icl",
"apiKey": "<YOUR_NEBIUS_API_KEY>"
}
}
Was this page helpful?