Availible 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.
Gobi CLI v1.4.49 is live 🚀 Learn how you can leverage the CLI with our MCP Cookbooks
Configure Nebius AI Studio with Gobi to access their language model offerings, including DeepSeek R1 for chat and BAAI embeddings models
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>"
}
]
}
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>"
}
}