Test Chat and Image Generation endpoints. For Audio/TTS and Embeddings, see the Docs.
Get your API key from the Dashboard
0 models available
Response will appear here...
curl https://api.accessai.dev/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "",
"input": "Explain quantum computing in simple terms"
}'