Moonshot Kimi K3 MoE 大语言模型: AI Large Language Models

Moonshot Kimi K3 是旗舰级 2.8T 混合专家(MoE)大语言模型,拥有 1M token 上下文窗口,适用于长上下文推理、编程和复杂智能体工作流。

📝

Overview

About this model

Moonshot Kimi K3 是旗舰级 2.8T 混合专家(MoE)大语言模型,拥有超大的 1M token 上下文窗口,专为深度推理、多轮编程和复杂智能体任务执行而设计。

1长上下文文档分析和代码仓库级代码理解
2复杂的多步骤推理和算法问题求解
3自主 AI 智能体工作流和交互式对话智能体
💰

Pricing & Value

Cost analysis

muapiapp$0.0001 per request

Token-based pricing ($0.70/M input tokens, $2.80/M output tokens).

** Competitor pricing is estimated based on similar model architectures and usage tiers.

⚙️

Technical Details

Configuration schema

Promptstring

提供给模型的用户消息或指令。

Default ValueExplain the architecture of Mixture-of-Experts models.
Bild URLstring

作为多模态Eingabe的可选Bild URL。

Default Valueundefined
系统Promptstring

可选的系统级指令,用于引导模型行为。

Default ValueYou are an expert AI researcher and coding assistant.
温度number

控制Ausgabe随机性(0.0 到 2.0)。数值越低,结果越确定。

Default Value1
最大 Token 数integer

要生成的最大 Token 数。

Default Value4096
Top Pnumber

核采样参数(0.0 到 1.0)。

Default Value1
频率惩罚number

频率惩罚(-2.0 到 2.0)。降低重复词语的可能性。

Default Value0
存在惩罚number

存在惩罚(-2.0 到 2.0)。提高引入新主题的可能性。

Default Value0
📖

Implementation Guide

Developer documentation

Moonshot Kimi K3 使用指南

  1. 提供Prompt:向 /api/v1/kimi-k3 发送Prompt或对话历史,或通过 /api/v1/kimi-k3/stream 进行流式传输。
  2. 配置参数:可选设置 system_prompttemperaturemax_tokenstop_pfrequency_penaltypresence_penalty
  3. 多模态Eingabe:可选包含 image_url 以进行多模态处理。
  4. 接收响应:获取包含推理和代码补全的生成文本响应。

Common Questions

Frequently asked

Moonshot Kimi K3 的上下文窗口大小是多少?

Moonshot Kimi K3 支持最多 1,000,000(1M)token 的上下文窗口。

Moonshot Kimi K3 支持流式响应吗?

支持,可通过 `/api/v1/kimi-k3/stream` 上的 Server-Sent Events(SSE)进行实时 token 流式传输。