Documentation
Everything you need to use the enowxai proxy
Troubleshooting
Connection refused on port 1430
Make sure enowxai is running. Check that no other service is using port 1430. You can change the port in the config file.
401 Unauthorized
Verify your API key is correct. Copy it from the API Key page and ensure the Authorization: Bearer header is set.
Model not found
Check the Models page for available model IDs. Model names are case-insensitive.
Account shows "exhausted" status
The account has used all available credits for that provider. Add another account or wait for credits to reset.
Streaming not working
Ensure "stream": true is set in the request body. The proxy returns Server-Sent Events (SSE) in the standard OpenAI format.