Skip to content

Commit e0e153e

Browse files
committed
update zen models
1 parent e3e2066 commit e0e153e

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

packages/core/src/family.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,9 @@ export const ModelFamilyValues = [
286286
// RNJ
287287
"rnj",
288288

289+
// Tecent Hy
290+
"hy3-free",
291+
289292
// Ling & Ring (InclusionAI)
290293
"ling",
291294
"ling-flash-free",
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name = "Hy3 Preview Free"
2+
family = "hy3-free"
3+
release_date = "2026-04-20"
4+
last_updated = "2026-04-20"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
knowledge = "2025-06"
9+
tool_call = true
10+
open_weights = true
11+
12+
[cost]
13+
input = 0
14+
output = 0
15+
cache_read = 0
16+
17+
[limit]
18+
context = 256_000
19+
output = 64_000
20+
21+
[modalities]
22+
input = ["text"]
23+
output = ["text"]

0 commit comments

Comments
 (0)