Skip to main content

/ 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.

Flagship models

Anthropic
Claude Opus 4.8

Top-tier reasoning & agentic orchestration

  • Deep multi-step reasoning
  • Long-horizon agents & tools
  • Top code quality
Best for: Hard tasks, autonomous agents, production coding
Pricing coming soon
OpenAI
GPT-5.5

Best-in-class general intelligence

  • Well-rounded
  • Strong tool use
  • Broad ecosystem
Best for: General chat, function calling, product integration
Pricing coming soon
Google
Gemini 2.5 Pro

Massive context + multimodal

  • 1M-token context
  • Native multimodal
  • Cheap long-context
Best for: Long-doc analysis, vision/video, huge context
Pricing coming soon
DeepSeek
DeepSeek Reasoner

Reasoning at unbeatable value

  • Strong reasoning
  • Very low cost
  • Great for scale
Best for: Cost-sensitive reasoning, batch workloads
Pricing coming soon

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.

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.

[ 01 ] Templates

Request

Enter an API key, choose an endpoint and model, then send a real HTTP request.

[ 02 ] Request

Selection syncs into the request body's model field.

No key yet? Create one first, then test it here.Create API key

Response

Response will appear here

Create key

OpenAI-compatible code

Examples reference environment variables only and never embed real keys.

[ 03 ] Generated
curl https://api.deepailab.ai/v1/chat/completions \
  -H "Authorization: Bearer $DEEPAILAB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'

Tips & Tricks

[ 04 ] Reference

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