Cline2API Dashboard

{{ apiBase }}

Worker 状态

{{ health.ok ? '在线' : '离线' }}

账号池数量

{{ health.accounts || 0 }}

可用模型

{{ models.length }}

API Key

{{ health.authenticated ? '已配置' : '默认' }}

API 端点

POST /v1/chat/completions
POST /v1/messages

可用模型列表

{{ model.id.includes(':free') ? 'Free' : 'ClinePass' }}

{{ model.id }}

Provider: {{ model.provider }}

API 测试终端

{{ msg.role === 'user' ? 'You' : 'Assistant' }}
{{ msg.content }}
Assistant
思考中...

设置

输入你的 Worker API 地址

{{ toast.message }}