Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions models/moonshot/.difyignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.env
*.difypkg
4 changes: 0 additions & 4 deletions models/moonshot/.env.example

This file was deleted.

6 changes: 3 additions & 3 deletions models/moonshot/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
author: langgenius
created_at: '2024-09-20T00:13:50.29298939-04:00'
description:
en_US: Models provided by Moonshot, such as kimi-k2.6, kimi-k2.5, kimi-k2, moonshot-v1-8k, moonshot-v1-32k, and moonshot-v1-128k.
zh_Hans: Moonshot 提供的模型,例如 kimi-k2.6, kimi-k2.5, kimi-k2, moonshot-v1-8k、moonshot-v1-32k 和 moonshot-v1-128k。
en_US: Models provided by Moonshot, such as kimi-k3, kimi-k2.7-code, kimi-k2.6, kimi-k2.5, kimi-k2, moonshot-v1-8k, moonshot-v1-32k, and moonshot-v1-128k.
zh_Hans: Moonshot 提供的模型,例如 kimi-k3, kimi-k2.7-code, kimi-k2.6, kimi-k2.5, kimi-k2, moonshot-v1-8k、moonshot-v1-32k 和 moonshot-v1-128k。
icon: icon_s_en.png
label:
en_US: Moonshot
Expand Down Expand Up @@ -34,4 +34,4 @@ resource:
tool:
enabled: true
type: plugin
version: 0.1.8
version: 0.1.9
3 changes: 3 additions & 0 deletions models/moonshot/models/llm/_position.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@
- kimi-k2-thinking-turbo
- kimi-k2.5
- kimi-k2.6
- kimi-k2.7-code
- kimi-k2.7-code-highspeed
- kimi-k3
42 changes: 42 additions & 0 deletions models/moonshot/models/llm/kimi-k2.7-code-highspeed.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
model: kimi-k2.7-code-highspeed
label:
zh_Hans: kimi-k2.7-code-highspeed
en_US: kimi-k2.7-code-highspeed
model_type: llm
features:
- vision
- video
- structured-output
- agent-thought
- tool-call
- multi-tool-call
- stream-tool-call
model_properties:
mode: chat
context_size: 262144
parameter_rules:
- name: max_completion_tokens
use_template: max_tokens
default: 32768
min: 1
max: 262144
- name: response_format
label:
zh_Hans: 回复格式
en_US: Response Format
type: string
help:
zh_Hans: 指定模型必须输出的格式
en_US: specifying the format that the model must output
required: false
options:
- text
- json_object
- json_schema
- name: json_schema
use_template: json_schema
pricing:
input: '13'
output: '54'
unit: '0.000001'
currency: RMB
42 changes: 42 additions & 0 deletions models/moonshot/models/llm/kimi-k2.7-code.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
model: kimi-k2.7-code
label:
zh_Hans: kimi-k2.7-code
en_US: kimi-k2.7-code
model_type: llm
features:
- vision
- video
- structured-output
- agent-thought
- tool-call
- multi-tool-call
- stream-tool-call
model_properties:
mode: chat
context_size: 262144
parameter_rules:
- name: max_completion_tokens
use_template: max_tokens
default: 32768
min: 1
max: 262144
- name: response_format
label:
zh_Hans: 回复格式
en_US: Response Format
type: string
help:
zh_Hans: 指定模型必须输出的格式
en_US: specifying the format that the model must output
required: false
options:
- text
- json_object
- json_schema
- name: json_schema
use_template: json_schema
pricing:
input: '6.5'
output: '27'
unit: '0.000001'
currency: RMB
42 changes: 42 additions & 0 deletions models/moonshot/models/llm/kimi-k3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
model: kimi-k3
label:
zh_Hans: kimi-k3
en_US: kimi-k3
model_type: llm
features:
- vision
- video
- structured-output
- agent-thought
- tool-call
- multi-tool-call
- stream-tool-call
model_properties:
mode: chat
context_size: 1048576
parameter_rules:
- name: max_completion_tokens
use_template: max_tokens
default: 131072
min: 1
max: 1048576
- name: response_format
label:
zh_Hans: 回复格式
en_US: Response Format
type: string
help:
zh_Hans: 指定模型必须输出的格式
en_US: specifying the format that the model must output
required: false
options:
- text
- json_object
- json_schema
- name: json_schema
use_template: json_schema
pricing:
input: '20'
output: '100'
unit: '0.000001'
currency: RMB
Loading
Loading