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
3 changes: 3 additions & 0 deletions providers/inco/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions providers/inco/models/deepseek-v4.1-flash:fast.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Toggle: chat_template_kwargs.thinking = true|false (verified against Inco;
# reasoning_effort and thinking.type are accepted but ignored). Reasoning is
# off by default on this route; send thinking=true to enable it.
# reasoning_content interleaved field verified against Inco responses.
base_model = "deepseek/deepseek-v4.1-flash"

[[reasoning_options]]
type = "toggle"

[interleaved]
field = "reasoning_content"

[cost]
input = 0.6
output = 2.4
15 changes: 15 additions & 0 deletions providers/inco/models/glm-5.3-flash:fast.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Toggle: chat_template_kwargs.enable_thinking = true|false (verified against
# Inco; reasoning_effort and thinking.type are accepted but ignored). Reasons
# by default; reasoning_content interleaved field verified against Inco
# responses.
base_model = "zhipuai/glm-5.3-flash"

[[reasoning_options]]
type = "toggle"

[interleaved]
field = "reasoning_content"

[cost]
input = 0.15
output = 0.5
15 changes: 15 additions & 0 deletions providers/inco/models/glm-5.3.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Toggle: chat_template_kwargs.enable_thinking = true|false (verified against
# Inco; reasoning_effort and thinking.type are accepted but ignored). Reasons
# by default; reasoning_content interleaved field verified against Inco
# responses.
base_model = "zhipuai/glm-5.3"

[[reasoning_options]]
type = "toggle"

[interleaved]
field = "reasoning_content"

[cost]
input = 1.4
output = 4.4
15 changes: 15 additions & 0 deletions providers/inco/models/glm-5.3:fast.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Standard-speed endpoint at 2x credit pricing.
# Toggle: chat_template_kwargs.enable_thinking = true|false
# Verified against Inco; reasons by default.
base_model = "zhipuai/glm-5.3"
name = "GLM-5.3 Fast"

[[reasoning_options]]
type = "toggle"

[interleaved]
field = "reasoning_content"

[cost]
input = 2.8
output = 8.8
14 changes: 14 additions & 0 deletions providers/inco/models/kimi-k3:fast.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Toggle: chat_template_kwargs.thinking = true|false (verified against Inco;
# reasoning_effort and thinking.type are accepted but ignored). Reasons by
# default; reasoning_content interleaved field verified against Inco responses.
base_model = "moonshotai/kimi-k3"

[[reasoning_options]]
type = "toggle"

[interleaved]
field = "reasoning_content"

[cost]
input = 6
output = 30
13 changes: 13 additions & 0 deletions providers/inco/models/minimax-m3.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Always reasons on Inco; no caller control — toggle fields (thinking.type,
# chat_template_kwargs.thinking/enable_thinking, reasoning) were tested and are
# ignored. reasoning_content interleaved field verified against Inco responses.
base_model = "minimax/MiniMax-M3"

reasoning_options = []

[interleaved]
field = "reasoning_content"

[cost]
input = 0.3
output = 1.2
12 changes: 12 additions & 0 deletions providers/inco/models/minimax-m3:fast.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Standard-speed endpoint at 2x credit pricing, see minimax-m3.toml for controls.
base_model = "minimax/MiniMax-M3"
name = "MiniMax M3 Fast"

reasoning_options = []

[interleaved]
field = "reasoning_content"

[cost]
input = 0.6
output = 2.4
5 changes: 5 additions & 0 deletions providers/inco/provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "Inco"
npm = "@ai-sdk/openai-compatible"
env = ["INCO_API_KEY"]
api = "https://api.inco.ai/v1"
doc = "https://platform.inco.ai/docs"
Loading