Commit fcd37521 authored by luopl's avatar luopl
Browse files

Update README.md

parent b5958444
......@@ -8,7 +8,9 @@ Kimi K2.5 是一个开源的、原生的多模态智能体模型,它基于 Kim
**主要特点**
原生多模态:K2.5 经过视觉语言标记的预训练,在视觉知识、跨模态推理和基于视觉输入的智能工具使用方面表现出色。
视觉编码:K2.5 根据视觉规范(UI 设计、视频工作流程)生成代码,并自主协调视觉数据处理工具。
智能体集群:K2.5 从单智能体扩展过渡到自导向、协调的集群式执行方案。它将复杂任务分解为并行子任务,由动态实例化的、特定领域的智能体执行。
<div align=center>
......@@ -128,7 +130,7 @@ vllm serve moonshotai/Kimi-K2.5 \
--reasoning-parser kimi_k2
## client访问
curl http://localhost:8001/v1/chat/completions \
curl http://localhost:8000/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{
"model": "moonshotai/Kimi-K2.5",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment