/ Playground
API Playground
Verify DeepAILab OpenAI-compatible requests with a real API key. Pick a model, inspect responses and error states, then install the same key in your service or local tools.
REQUEST
Request, model, and response in one workbench.
Playground does not persist full keys. When a key is missing it links to creation, and when errors return it keeps status, body, and latency visible for debugging.
ACCOUNT
Shared allowance
API calls use the same DeepAILab account allowance pool. Balance and subscription details stay in Billing.
DEBUG
Visible error state
The response pane shows success, errors, network failures, and latency without collapsing failures into a generic state.
Loading account context...
REQUEST PATH
Get a key, verify it, then install it.
Playground verifies real requests. API key lifecycle stays on the Keys page, while local CLI tools connect through Dev Tools.
Request templates
Loading a template only updates the Playground form. It does not send a request.
Request
Enter an API key, choose an endpoint and model, then send a real HTTP request.
Response
Response will appear here
OpenAI-compatible code
Examples reference environment variables only and never embed real keys.
curl https://api.deepailab.ai/v1/chat/completions \
-H "Authorization: Bearer $DEEPAILAB_API_KEY" \
-H "Content-Type: application/json" \
-d '{}'Tips & Tricks
API Key
Get your API key from the API Keys page
Rate Limits
Check your current rate limits in the response headers
Debugging
Use the response headers to debug API issues