PlaygroundService

模型广场聊天代理

用户登录态 JWT 鉴权,前端只提交 apiKeyId 和 OpenAI Chat Completions 兼容请求体; 后端按 apiKeyId 还原用户 API Key 上下文并调用网关,不向前端暴露 API Key 明文。

post/v1/playground/chat/completions

Request body

frequency_penaltynumber
max_tokensinteger
modelstring required

模型名称。

presence_penaltynumber
streamboolean
temperaturenumber
top_pnumber

Response

OK,非流式返回 JSON;流式返回 text/event-stream。

Changes

No recorded changes to this endpoint across all 1 revision of this API.