Nebius

Configure Nebius, Agno's model class for Nebius Token Factory models.

The Nebius model provides access to Nebius Token Factory models.

Parameters

ParameterTypeDefaultDescription
idstr"openai/gpt-oss-20b"The id of the Nebius model to use
namestr"Nebius"The name of the model
providerstr"Nebius"The provider of the model
api_keyOptional[str]NoneThe API key for Nebius (defaults to NEBIUS_API_KEY env var)
base_urlstr"https://api.tokenfactory.nebius.com/v1/"The base URL for the Nebius API

Nebius extends OpenAILike and accepts all of its parameters.