Quickstart
Get from zero to a working chat completion in a few steps.1. Create an account
Go to openference.com/register. You will receive a verification email. Click the link to activate your account.2. Create an API key
- Log in at openference.com.
- Go to API Keys in the dashboard.
- Click Create API Key.
- Give it a name (e.g. “Cursor”) and optionally restrict it to specific models.
- Copy the key. It starts with
sk-token-.
3. Make your first request
Use the base URL:https://api.openference.com/v1
curl example
Python (OpenAI SDK)
4. Connect your favorite client
Choose your tool and follow the dedicated guide: All clients use the same base URL and same key.5. Check available models
What’s next?
- Understand Base URL & Authentication
- Learn how billing and quotas work
- Read the full API Reference

