Skip to content
Open
1 change: 1 addition & 0 deletions labs/inclusionai/lab.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
description = "InclusionAI, a member of Ant Group, a subsidiary of Alibaba, builds open LLMs in the Ring and Ling families to advance open source AI."
3 changes: 3 additions & 0 deletions labs/inclusionai/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions models/inclusionai/ling-2.6-1t.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name = "Ling 2.6 1T"
description = "Ling is a general-purpose large language model series independently developed and open-sourced by Ant Group"
family = "ling"
release_date = "2026-05-03"
last_updated = "2026-05-03"
attachment = false
reasoning = true
temperature = true
knowledge = "2025-06"
tool_call = true
open_weights = true

[limit]
context = 262_144
output = 64_000

[modalities]
input = ["text"]
output = ["text"]
19 changes: 19 additions & 0 deletions models/inclusionai/ling-2.6-flash.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name = "Ling 2.6 Flash"
description = "Ling is a general-purpose large language model series independently developed and open-sourced by Ant Group"
family = "ling"
release_date = "2026-04-28"
last_updated = "2026-04-28"
attachment = false
reasoning = true
temperature = true
knowledge = "2025-06"
tool_call = true
open_weights = true

[limit]
context = 262_144
output = 64_000

[modalities]
input = ["text"]
output = ["text"]
19 changes: 19 additions & 0 deletions models/inclusionai/ring-2.6-1t.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name = "Ring 2.6 1T"
description = "A trillion-parameter flagship reasoning model designed for real-world complex task scenarios"
family = "ring"
release_date = "2026-05-18"
last_updated = "2026-05-18"
attachment = false
reasoning = true
temperature = true
tool_call = true
knowledge = "2025-06"
open_weights = true

[limit]
context = 262_144
output = 64_000

[modalities]
input = ["text"]
output = ["text"]
3 changes: 3 additions & 0 deletions providers/inclusionai/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions providers/inclusionai/models/ling-2.6-1t.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name = "Ling 2.6 1T"
description = "Ling is a general-purpose large language model series independently developed and open-sourced by Ant Group"
family = "ling"
release_date = "2026-05-03"
last_updated = "2026-05-03"
attachment = false
reasoning = true
reasoning_options = []
temperature = true
knowledge = "2025-06"
tool_call = true
open_weights = true

[interleaved]
field = "reasoning_content"

[cost]
input = 0.066
output = 0.27

[limit]
context = 262_000
output = 64_000

[modalities]
input = ["text"]
output = ["text"]
27 changes: 27 additions & 0 deletions providers/inclusionai/models/ling-2.6-flash.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name = "Ling 2.6 Flash"
description = "Ling is a general-purpose large language model series independently developed and open-sourced by Ant Group"
family = "ling"
release_date = "2026-04-28"
last_updated = "2026-04-28"
attachment = false
reasoning = true
reasoning_options = []
temperature = true
knowledge = "2025-06"
tool_call = true
open_weights = true

[interleaved]
field = "reasoning_content"

[cost]
input = 0.0088
output = 0.027

[limit]
context = 262_000
output = 64_000

[modalities]
input = ["text"]
output = ["text"]
27 changes: 27 additions & 0 deletions providers/inclusionai/models/ring-2.6-1t.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name = "Ring 2.6 1T"
description = "Trillion-parameter flagship reasoning model designed for real-world complex task scenarios"
family = "ring"
release_date = "2026-05-18"
last_updated = "2026-05-18"
attachment = false
reasoning = true
reasoning_options = []
temperature = true
knowledge = "2025-06"
tool_call = true
open_weights = true

[interleaved]
field = "reasoning_content"

[cost]
input = 0.066
output = 0.27

[limit]
context = 262_000
output = 64_000

[modalities]
input = ["text"]
output = ["text"]
5 changes: 5 additions & 0 deletions providers/inclusionai/provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "InclusionAI"
npm = "@ai-sdk/openai-compatible"
env = ["INCLUSIONAI_API_KEY"]
doc = "https://developer.ant-ling.com/en/docs/getting-started/prerequisites/"
api = "https://api.ant-ling.com/v1"
Loading