Skip to content

Commit 9ac4a52

Browse files
authored
Merge branch 'main' into bot/add-wafer-Kimi-K2.6-20260624-093511
2 parents 23f44d0 + f0037ac commit 9ac4a52

6 files changed

Lines changed: 66 additions & 0 deletions

File tree

providers/google-gemini/gemini-3-pro-image.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ modalities:
1616
input:
1717
- text
1818
- image
19+
- video
1920
output:
2021
- text
2122
- image

providers/google-gemini/gemini-3.1-flash-image.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ modalities:
1919
- text
2020
- image
2121
- video
22+
- audio
2223
output:
2324
- text
2425
- image

providers/google-vertex/anthropic/claude-opus-4-8.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,12 @@ params:
4747
provisioning: serverless
4848
removeParams:
4949
- temperature
50+
- top_p
5051
sources:
5152
- https://platform.claude.com/docs/en/about-claude/models/overview
5253
- https://platform.claude.com/docs/en/about-claude/pricing
5354
- https://platform.claude.com/docs/en/build-with-claude/claude-on-vertex-ai
55+
- https://platform.claude.com/docs/en/about-claude/model-deprecations
5456
status: active
5557
supportedModes:
5658
- chat

providers/mistral-ai/ministral-14b-latest.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
costs:
22
- input_cost_per_token: 2e-7
3+
input_cost_per_token_batches: 1e-7
34
output_cost_per_token: 2e-7
5+
output_cost_per_token_batches: 1e-7
46
region: "*"
57
features:
68
- function_calling
79
- parallel_function_calling
810
- tool_choice
911
- structured_output
1012
- json_output
13+
- system_messages
14+
- assistant_prefill
1115
limits:
1216
context_window: 262144
1317
modalities:

providers/wafer/GLM-5.1.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
costs:
2+
- cache_read_input_token_cost: 1e-7
3+
input_cost_per_token: 1e-6
4+
output_cost_per_token: 3.2e-6
5+
region: "*"
6+
features:
7+
- function_calling
8+
- parallel_function_calling
9+
- tool_choice
10+
- json_output
11+
- structured_output
12+
- prompt_caching
13+
- system_messages
14+
limits:
15+
context_window: 202752
16+
modalities:
17+
input:
18+
- text
19+
output:
20+
- text
21+
mode: chat
22+
model: GLM-5.1
23+
provisioning: serverless
24+
sources:
25+
- https://pass.wafer.ai/v1/models
26+
status: active
27+
supportedModes:
28+
- chat
29+
thinking: true

providers/wafer/GLM-5.2.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
costs:
2+
- cache_read_input_token_cost: 2e-7
3+
input_cost_per_token: 1.2e-6
4+
output_cost_per_token: 4.1e-6
5+
region: "*"
6+
features:
7+
- function_calling
8+
- tool_choice
9+
- structured_output
10+
- json_output
11+
- prompt_caching
12+
- system_messages
13+
limits:
14+
context_window: 1048576
15+
modalities:
16+
input:
17+
- text
18+
output:
19+
- text
20+
mode: chat
21+
model: GLM-5.2
22+
provisioning: serverless
23+
sources:
24+
- https://pass.wafer.ai/v1/models
25+
status: active
26+
supportedModes:
27+
- chat
28+
- responses
29+
thinking: true

0 commit comments

Comments
 (0)