Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Use Nebius Token Factory models with Agno agents.
export NEBIUS_API_KEY="your_nebius_api_key" export NEBIUS_MODEL_ID="your_current_text_model_id"
$Env:NEBIUS_API_KEY="your_nebius_api_key" $Env:NEBIUS_MODEL_ID="your_current_text_model_id"
Nebius
Agent
import os from agno.agent import Agent from agno.models.nebius import Nebius agent = Agent( model=Nebius( id=os.environ["NEBIUS_MODEL_ID"], ), markdown=True ) # Print the response in the terminal agent.print_response("Share a 2 sentence horror story.")
openai/gpt-oss-20b
id
str
"openai/gpt-oss-20b"
name
"Nebius"
provider
api_key
Optional[str]
None
base_url
"https://api.tokenfactory.nebius.com/v1/"
Was this page helpful?