{{ profile.email }}
{{ profile.username }}
{{ formatDate(profile.created_at) }}
Free
| Token | Description | Created | Last Used | Expires | Status | Actions |
|---|---|---|---|---|---|---|
| {{ token.token.substring(0, 12) }}... | {{ token.description }} | {{ formatDate(token.created_at) }} | {{ token.last_used_at ? formatDate(token.last_used_at) : 'Never' }} | {{ token.expires_at ? formatDate(token.expires_at) : 'Never' }} | Active Inactive |
Connect to our OpenAI-compatible API endpoint using your favorite OpenAI SDK or directly via HTTP requests.
Use your API token with the following format in your requests:
Authorization: Bearer YOUR_API_TOKEN
curl https://ai.krootless.workers.dev/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-4o",
"messages": [{"role": "user", "content": "Hello!"}]
}'
Your support helps us maintain this free service and build more features!
Every coffee counts! Scan the QR code to support our work.
Create a new API token to access the SpaceAI. Make sure to copy your token after creation as it won't be shown again.
Make sure to copy this token now. You won't be able to see it again!