LiteLLM supports calling 100+ LLMs using the OpenAI Input/Output Format. LiteLLM documentationDocumentation Index
Fetch the complete documentation index at: https://docs.tokenfactory.nebius.com/llms.txt
Use this file to discover all available pages before exploring further.
LiteLLM + Nebius Token Factory documentation
Prerequisites
- Create an API key to authorize requests to Nebius Token Factory.
-
Save the API key into a
NEBIUS_API_KEYenvironment variable: -
Install the
litellmpackage:
Create a chat completion
Paste the following code into your script:Checkout an example notebook in our cookbook repository.