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.
Raw HTTP examples using curl.
curl https://api.openference.com/v1/chat/completions \ -H "Content-Type: application/json" \ -H "Authorization: Bearer sk-token-YOUR_KEY" \ -d '{ "model": "your-model-name", "messages": [{"role": "user", "content": "Hello"}] }'