Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions providers/umans-ai-coding-plan/models/umans-coder.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
base_model = "moonshotai/kimi-k2.6"
name = "Umans Coder"
temperature = false
reasoning_options = [{ type = "toggle" }]

[interleaved]
field = "reasoning_content"
Expand Down
4 changes: 4 additions & 0 deletions providers/umans-ai-coding-plan/models/umans-flash.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
base_model = "alibaba/qwen3.6-35b-a3b"
name = "Umans Flash"
temperature = false
reasoning_options = [{ type = "toggle" }]

[interleaved]
field = "reasoning_content"

[cost]
input = 0
Expand Down
4 changes: 4 additions & 0 deletions providers/umans-ai-coding-plan/models/umans-glm-5.1.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
base_model = "zhipuai/glm-5.1"
name = "GLM 5.1"
reasoning_options = [{ type = "toggle" }]

[interleaved]
field = "reasoning_content"
Expand All @@ -12,3 +13,6 @@ cache_write = 0

[limit]
context = 204_800

[modalities]
input = ["text", "image"]
5 changes: 2 additions & 3 deletions providers/umans-ai-coding-plan/models/umans-kimi-k2.6.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
base_model = "moonshotai/kimi-k2.6"
name = "Kimi K2.6"
temperature = false
reasoning_options = [{ type = "toggle" }]

[interleaved]
field = "reasoning_content"
Expand All @@ -9,6 +11,3 @@ input = 0
output = 0
cache_read = 0
cache_write = 0

[modalities]
input = ["text", "image"]
12 changes: 12 additions & 0 deletions providers/umans-ai-coding-plan/models/umans-kimi-k2.7.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
base_model = "moonshotai/kimi-k2.7-code"
name = "Kimi K2.7 Code"
reasoning_options = [{ type = "toggle" }]

[interleaved]
field = "reasoning_content"

[cost]
input = 0
output = 0
cache_read = 0
cache_write = 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
base_model = "alibaba/qwen3.6-35b-a3b"
name = "Qwen3.6 35B A3B"
temperature = false
reasoning_options = [{ type = "toggle" }]

[interleaved]
field = "reasoning_content"

[cost]
input = 0
Expand Down
29 changes: 29 additions & 0 deletions providers/umans-ai/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions providers/umans-ai/models/umans-coder.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
base_model = "moonshotai/kimi-k2.6"
name = "Umans Coder"
temperature = false
reasoning_options = [{ type = "toggle" }]

[interleaved]
field = "reasoning_content"

[cost]
input = 0.95
output = 4.00
cache_read = 0.20

[limit]
output = 32_768

[modalities]
input = ["text", "image"]
18 changes: 18 additions & 0 deletions providers/umans-ai/models/umans-flash.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
base_model = "alibaba/qwen3.6-35b-a3b"
name = "Umans Flash"
temperature = false
reasoning_options = [{ type = "toggle" }]

[interleaved]
field = "reasoning_content"

[cost]
input = 0.15
output = 1.00
cache_read = 0.05

[limit]
output = 32_768

[modalities]
input = ["text", "image"]
18 changes: 18 additions & 0 deletions providers/umans-ai/models/umans-glm-5.1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
base_model = "zhipuai/glm-5.1"
name = "GLM 5.1"
reasoning_options = [{ type = "toggle" }]

[interleaved]
field = "reasoning_content"

[cost]
input = 1.40
output = 4.40
cache_read = 0.29

[limit]
context = 204_800
output = 131_072

[modalities]
input = ["text", "image"]
15 changes: 15 additions & 0 deletions providers/umans-ai/models/umans-kimi-k2.6.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
base_model = "moonshotai/kimi-k2.6"
name = "Kimi K2.6"
temperature = false
reasoning_options = [{ type = "toggle" }]

[interleaved]
field = "reasoning_content"

[cost]
input = 0.95
output = 4.00
cache_read = 0.20

[limit]
output = 32_768
14 changes: 14 additions & 0 deletions providers/umans-ai/models/umans-kimi-k2.7.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
base_model = "moonshotai/kimi-k2.7-code"
name = "Kimi K2.7 Code"
reasoning_options = [{ type = "toggle" }]

[interleaved]
field = "reasoning_content"

[cost]
input = 0.95
output = 4.00
cache_read = 0.19

[limit]
output = 32_768
5 changes: 5 additions & 0 deletions providers/umans-ai/provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "Umans AI"
env = ["UMANS_AI_API_KEY"]
npm = "@ai-sdk/openai-compatible"
doc = "https://app.umans.ai/offers/code/docs/orgs"
api = "https://api.code.umans.ai/v1"
Loading