Sign in to manage your API keys and check your token balance.
Don't have access? Request API access
Use these keys to authenticate with the Toryx API. Compatible with any OpenAI client.
Toryx is OpenAI-compatible. Use any client:
curl https://api.toryx.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "toryx-valaris",
"messages": [{"role": "user", "content": "Hello"}]
}'