Arctic

游乐场

选择模型、输入内容,查看等效请求与预估成本。真实调用请在客户端使用你的 API Key。

RequestPOST /v1/chat/completions
10 input tokens预估 ¥0.000012
Sera Fast · ¥1.20 / ¥4.80 每 1M
Response
尚未连接

Playground 需要真实 API Key 与上游 Gateway(Phase 3)。 在接入完成前,这里不会返回任何模拟结果。

等效 cURL
curl https://api.serapi.cc/v1/chat/completions \
  -H "Authorization: Bearer $ARCTIC_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "sera-fast",
    "messages": [{"role": "user", "content": "用一句话解释什么是 AI Gateway。"}]
  }'