Skip to content
Open
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
143 changes: 0 additions & 143 deletions .github/workflows/plugin-publish.yml

This file was deleted.

2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.0.2
version: 0.0.3
type: plugin
author: ucloud
name: "ucloud"
Expand Down
6 changes: 4 additions & 2 deletions models/llm/baidu-ernie-4.5-turbo-128k.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ features:
- multi-tool-call
- agent-thought
- stream-tool-call
- vision
- tool-call
model_properties:
mode: chat
context_size: 128000
context_size: 204800
parameter_rules:
- name: temperature
use_template: temperature
Expand All @@ -23,7 +25,7 @@ parameter_rules:
use_template: max_tokens
default: 512
min: 1
max: 16385
max: 65535
- name: response_format
use_template: response_format
pricing:
Expand Down
4 changes: 3 additions & 1 deletion models/llm/baidu-ernie-4.5-turbo-vl-32k.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ features:
- multi-tool-call
- agent-thought
- stream-tool-call
- vision
- tool-call
model_properties:
mode: chat
context_size: 32000
Expand All @@ -23,7 +25,7 @@ parameter_rules:
use_template: max_tokens
default: 512
min: 1
max: 16385
max: 65535
- name: response_format
use_template: response_format
pricing:
Expand Down
4 changes: 3 additions & 1 deletion models/llm/baidu-ernie-x1-turbo-32k.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ features:
- multi-tool-call
- agent-thought
- stream-tool-call
- vision
- tool-call
model_properties:
mode: chat
context_size: 32000
Expand All @@ -23,7 +25,7 @@ parameter_rules:
use_template: max_tokens
default: 512
min: 1
max: 16385
max: 65535
- name: response_format
use_template: response_format
pricing:
Expand Down
4 changes: 3 additions & 1 deletion models/llm/bytedance-doubao-1-5-pro-256k-250115.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ features:
- multi-tool-call
- agent-thought
- stream-tool-call
- vision
- tool-call
model_properties:
mode: chat
context_size: 256000
Expand All @@ -23,7 +25,7 @@ parameter_rules:
use_template: max_tokens
default: 512
min: 1
max: 16385
max: 65535
- name: response_format
use_template: response_format
pricing:
Expand Down
4 changes: 3 additions & 1 deletion models/llm/bytedance-doubao-1-5-pro-32k-250115.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ features:
- multi-tool-call
- agent-thought
- stream-tool-call
- vision
- tool-call
model_properties:
mode: chat
context_size: 32000
Expand All @@ -23,7 +25,7 @@ parameter_rules:
use_template: max_tokens
default: 512
min: 1
max: 16385
max: 65535
- name: response_format
use_template: response_format
pricing:
Expand Down
6 changes: 4 additions & 2 deletions models/llm/bytedance-doubao-1.5-thinking-vision-pro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ features:
- multi-tool-call
- agent-thought
- stream-tool-call
- vision
- tool-call
model_properties:
mode: chat
context_size: 128000
context_size: 204800
parameter_rules:
- name: temperature
use_template: temperature
Expand All @@ -23,7 +25,7 @@ parameter_rules:
use_template: max_tokens
default: 512
min: 1
max: 16385
max: 65535
- name: response_format
use_template: response_format
pricing:
Expand Down
6 changes: 4 additions & 2 deletions models/llm/bytedance-doubao-seed-1.6-thinking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ features:
- multi-tool-call
- agent-thought
- stream-tool-call
- vision
- tool-call
model_properties:
mode: chat
context_size: 128000
context_size: 204800
parameter_rules:
- name: temperature
use_template: temperature
Expand All @@ -23,7 +25,7 @@ parameter_rules:
use_template: max_tokens
default: 512
min: 1
max: 16385
max: 65535
- name: response_format
use_template: response_format
pricing:
Expand Down
6 changes: 4 additions & 2 deletions models/llm/bytedance-doubao-seed-1.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ features:
- multi-tool-call
- agent-thought
- stream-tool-call
- vision
- tool-call
model_properties:
mode: chat
context_size: 128000
context_size: 204800
parameter_rules:
- name: temperature
use_template: temperature
Expand All @@ -23,7 +25,7 @@ parameter_rules:
use_template: max_tokens
default: 512
min: 1
max: 16385
max: 65535
- name: response_format
use_template: response_format
pricing:
Expand Down
6 changes: 4 additions & 2 deletions models/llm/claude-4-opus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ features:
- multi-tool-call
- agent-thought
- stream-tool-call
- vision
- tool-call
model_properties:
mode: chat
context_size: 128000
context_size: 204800
parameter_rules:
- name: temperature
use_template: temperature
Expand All @@ -23,7 +25,7 @@ parameter_rules:
use_template: max_tokens
default: 512
min: 1
max: 16385
max: 65535
- name: response_format
use_template: response_format
pricing:
Expand Down
6 changes: 4 additions & 2 deletions models/llm/claude-4-sonnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ features:
- multi-tool-call
- agent-thought
- stream-tool-call
- vision
- tool-call
model_properties:
mode: chat
context_size: 128000
context_size: 204800
parameter_rules:
- name: temperature
use_template: temperature
Expand All @@ -23,7 +25,7 @@ parameter_rules:
use_template: max_tokens
default: 512
min: 1
max: 16385
max: 65535
- name: response_format
use_template: response_format
pricing:
Expand Down
35 changes: 35 additions & 0 deletions models/llm/claude-opus-4-1-20250805.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
model: claude-opus-4-1-20250805
label:
zh_Hans: claude-opus-4-1-20250805
en_US: claude-opus-4-1-20250805
model_type: llm
features:
- multi-tool-call
- agent-thought
- stream-tool-call
- vision
- tool-call
model_properties:
mode: chat
context_size: 200000
parameter_rules:
- name: temperature
use_template: temperature
- name: top_p
use_template: top_p
- name: presence_penalty
use_template: presence_penalty
- name: frequency_penalty
use_template: frequency_penalty
- name: max_tokens
use_template: max_tokens
default: 512
min: 1
max: 65535
- name: response_format
use_template: response_format
pricing:
input: '0.015'
output: '0.075'
unit: '0.001'
currency: CNY
Loading