API Playground

在线体验 AI 模型

粘贴您的 API Key,即时对话,支持流式输出与代码示例生成

对话 —

准备就绪

在左侧填入 API Key 并选择模型,然后开始对话

Enter 发送 Shift+Enter 换行

代码示例

随配置自动更新
curl https://www.dxnt.com/api/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "",
    "messages": [{"role": "user", "content": "Hello"}],
    "temperature": 0.7,
    "max_tokens": 1024,
    "stream": true
  }'