File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ MIXAPI提供了丰富的功能:
8181
8282## 部署
8383
84- 详细部署指南请参考 [ 安装指南-部署方式 ] ( https://docs.newapi.pro/installation ) :
84+ 详细部署指南请参考下面教程
8585
8686### 部署要求
8787- 本地数据库(默认):SQLite(Docker部署默认使用SQLite)
@@ -124,15 +124,12 @@ docker run --name mixapi -d --restart always -p 3000:3000 -v $PWD/logs:/app/lo
1241242 . ` MEMORY_CACHE_ENABLED ` :启用内存缓存(设置了Redis则无需手动设置)
125125
126126## 接口文档
127-
128- 详细接口文档请参考[ 接口文档] ( https://docs.newapi.pro/api ) :
129-
130- - [ 聊天接口(Chat)] ( https://docs.newapi.pro/api/openai-chat )
131- - [ 图像接口(Image)] ( https://docs.newapi.pro/api/openai-image )
132- - [ 重排序接口(Rerank)] ( https://docs.newapi.pro/api/jinaai-rerank )
133- - [ 实时对话接口(Realtime)] ( https://docs.newapi.pro/api/openai-realtime )
134- - [ Claude聊天接口(messages)] ( https://docs.newapi.pro/api/anthropic-chat )
135-
127+ ```
128+ OpenAI格式chat: http://你的MixAPI服务器地址:3000/v1/chat/completions
129+ Anthropic格式chat: http://你的MixAPI服务器地址:3000/v1/messages
130+ Gemini格式chat: http://你的MixAPI服务器地址:3000/v1beta
131+ OpenAIqi嵌入: http://你的MixAPI服务器地址:3000/v1/embeddings
132+ ```
136133
137134
138135## 帮助支持
You can’t perform that action at this time.
0 commit comments