We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e2066 commit e0e153eCopy full SHA for e0e153e
2 files changed
packages/core/src/family.ts
@@ -286,6 +286,9 @@ export const ModelFamilyValues = [
286
// RNJ
287
"rnj",
288
289
+ // Tecent Hy
290
+ "hy3-free",
291
+
292
// Ling & Ring (InclusionAI)
293
"ling",
294
"ling-flash-free",
providers/opencode/models/hy3-preview-free.toml
@@ -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