Playground

Try any model in two clicks.

Paste a key, send a prompt. The exact same request your code will send.

Request

Response

Output will appear here.

Equivalent curl

curl
curl https://api.starscoo.space/v1/chat/completions \
  -H "Authorization: Bearer sk-starscoo-..." \
  -H "Content-Type: application/json" \
  -d '{"model":"claude-opus-4-7","messages":[{"role":"system","content":"You are a helpful assistant."},{"role":"user","content":""}]}'