AI网关接入信息补齐新端点,CHANGELOG 0.4.0
This commit is contained in:
@@ -31,6 +31,9 @@ const endpoints = [
|
||||
{ method: 'POST', path: '/responses', note: 'OpenAI Responses · 无状态子集' },
|
||||
{ method: 'POST', path: '/messages', note: 'Claude · 流式/非流式' },
|
||||
{ method: 'POST', path: '/embeddings', note: 'OpenAI Embeddings · 向量化' },
|
||||
{ method: 'POST', path: '/audio/speech', note: '文本转语音 · xAI Voice' },
|
||||
{ method: 'POST', path: '/rerank', note: '文档重排 · Cohere Rerank' },
|
||||
{ method: 'POST', path: '/moderations', note: '内容审核 · OCI Guardrails' },
|
||||
{ method: 'GET', path: '/models', note: '模型列表(按密钥分组过滤)' },
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user