Prerequisites
- Create your NEBIUS API key to authorize requests to Nebius Token Factory.
- Create your LinkUp API key
-
Install the
linkupand other packages:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Linkup + Nebius Token Factory
linkup and other packages:
pip install linkup-sdk openai
from openai import OpenAI
from linkup import LinkupClient
# Use OpenAI API to Nebius Token Factory
openai_client = OpenAI(api_key="your_openai_api_key",
base_url="https://api.tokenfactory.nebius.com/v1/")
linkup_client = LinkupClient(api_key="your_linkup_api_key")
Was this page helpful?