We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9905312 commit a3ed215Copy full SHA for a3ed215
2 files changed
packages/core/src/family.ts
@@ -284,6 +284,7 @@ export const ModelFamilyValues = [
284
285
// Ling & Ring (InclusionAI)
286
"ling",
287
+ "ling-flash-free",
288
"ring",
289
290
// Kat Coder
providers/opencode/models/ling-2.6-flash-free.toml
@@ -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