Skip to content

Commit a3ed215

Browse files
committed
update zen models
1 parent 9905312 commit a3ed215

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

packages/core/src/family.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ export const ModelFamilyValues = [
284284

285285
// Ling & Ring (InclusionAI)
286286
"ling",
287+
"ling-flash-free",
287288
"ring",
288289

289290
// Kat Coder
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Ling 2.6 Flash Free"
2+
family = "ling-flash-free"
3+
release_date = "2026-04-21"
4+
last_updated = "2026-04-21"
5+
attachment = false
6+
reasoning = false
7+
temperature = true
8+
knowledge = "2025-06"
9+
tool_call = true
10+
open_weights = true
11+
12+
[cost]
13+
input = 0.00
14+
output = 0.00
15+
16+
[limit]
17+
context = 262_100
18+
output = 32_800
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]

0 commit comments

Comments
 (0)