Skip to content

Commit 52569ed

Browse files
authored
Add Nebius API provider configuration
1 parent 7a59f9f commit 52569ed

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pkg/model/provider/provider.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ var ProviderAliases = map[string]Alias{
3939
BaseURL: "https://api.x.ai/v1",
4040
TokenEnvVar: "XAI_API_KEY",
4141
},
42+
"nebius": {
43+
APIType: "openai",
44+
BaseURL: "https://api.studio.nebius.com/v1",
45+
TokenEnvVar: "NEBIUS_API_KEY",
46+
},
4247
}
4348

4449
// Provider defines the interface for model providers

0 commit comments

Comments
 (0)