5 Commits

Author SHA1 Message Date
Vinlic科技
5c114bf592 Update README.md 2024-12-30 03:53:24 +00:00
Vinlic科技
f39eccbcdb Update README.md 2024-12-18 15:01:24 +00:00
Vinlic科技
7f22ea4464 Update README.md 2024-12-18 02:10:23 +00:00
Vinlic科技
d5d64c49c8 Update README.md 2024-12-17 09:59:23 +00:00
Vinlic
2e6397c800 支持探索版和K1模型,修复图像解析能力 2024-12-17 09:08:24 +00:00
3 changed files with 6 additions and 12 deletions

View File

@@ -11,11 +11,11 @@
![](https://img.shields.io/github/forks/llm-red-team/kimi-free-api.svg)
![](https://img.shields.io/docker/pulls/vinlic/kimi-free-api.svg)
支持高速流式输出、支持多轮对话、支持联网搜索、支持智能体对话、支持长文档解读、支持图像解析零配置部署多路token支持自动清理会话痕迹。
支持高速流式输出、支持多轮对话、支持联网搜索、支持智能体对话、支持探索版、支持K1思考模型、支持长文档解读、支持图像解析零配置部署多路token支持自动清理会话痕迹。
与ChatGPT接口完全兼容。
还有以下个free-api欢迎关注
还有以下个free-api欢迎关注
阶跃星辰 (跃问StepChat) 接口转API [step-free-api](https://github.com/LLM-Red-Team/step-free-api)
@@ -27,6 +27,8 @@
字节跳动豆包接口转API [doubao-free-api](https://github.com/LLM-Red-Team/doubao-free-api)
字节跳动即梦AI接口转API [jimeng-free-api](https://github.com/LLM-Red-Team/jimeng-free-api)
讯飞星火Spark接口转API [spark-free-api](https://github.com/LLM-Red-Team/spark-free-api)
MiniMax海螺AI接口转API [hailuo-free-api](https://github.com/LLM-Red-Team/hailuo-free-api)
@@ -38,7 +40,6 @@ MiniMax海螺AI接口转API [hailuo-free-api](https://github.com/LLM-Red-T
## 目录
* [免责声明](#免责声明)
* [在线体验](#在线体验)
* [效果示例](#效果示例)
* [接入准备](#接入准备)
* [多账号接入](#多账号接入)
@@ -71,12 +72,6 @@ MiniMax海螺AI接口转API [hailuo-free-api](https://github.com/LLM-Red-T
**仅限自用,禁止对外提供服务或商用,避免对官方造成服务压力,否则风险自担!**
## 在线体验
此链接仅临时测试功能,不可长期使用,长期使用请自行部署。
https://udify.app/chat/Po0F6BMJ15q5vu2P
## 效果示例
### 验明正身Demo
@@ -131,7 +126,7 @@ https://udify.app/chat/Po0F6BMJ15q5vu2P
## Docker部署
请准备一台具有公网IP的服务器并将8000端口开放。
请准备能够部署Docker镜像且能够访问网络的设备或服务器并将8000端口开放。
拉取镜像并启动服务

View File

@@ -2,7 +2,6 @@
"name": "kimi-free-api",
"version": "0.0.36",
"description": "Kimi Free API Server",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",

File diff suppressed because one or more lines are too long