Image generation requires specific models with image output capabilities. Audio endpoints generate speech from text.
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"
}'