Skip to content
Open
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
18 changes: 18 additions & 0 deletions models/sensenova/sensenova-6.7-flash-lite.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name = "SenseNova-6.7-Flash-Lite"
description = "Lightweight multimodal agent model designed for real-world workflows, supporting text conversation and image input understanding"
release_date = "2026-05-08"
last_updated = "2026-05-08"
attachment = true
reasoning = true
temperature = true
tool_call = true
structured_output = true
open_weights = false

[limit]
context = 262_144
output = 65_536

[modalities]
input = ["text", "image"]
output = ["text"]
18 changes: 18 additions & 0 deletions models/sensenova/sensenova-u1-fast.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name = "SenseNova-U1-Fast"
description = "Accelerated version based on SenseNova U1, specialized for infographics generation"
release_date = "2026-05-08"
last_updated = "2026-05-08"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = true
open_weights = false

[limit]
context = 262_144
output = 65_536

[modalities]
input = ["text"]
output = ["image"]
12 changes: 12 additions & 0 deletions providers/sensenova/models/deepseek-v4-flash.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
base_model = "deepseek/deepseek-v4-flash"

[[reasoning_options]]
type = "effort"
values = ["low", "medium", "high"]

[interleaved]
field = "reasoning_content"

[cost]
input = 0
output = 0
12 changes: 12 additions & 0 deletions providers/sensenova/models/sensenova-6.7-flash-lite.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
base_model = "sensenova/sensenova-6.7-flash-lite"

[[reasoning_options]]
type = "effort"
values = ["low", "medium", "high"]

[interleaved]
field = "reasoning_content"

[cost]
input = 0
output = 0
7 changes: 7 additions & 0 deletions providers/sensenova/models/sensenova-u1-fast.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
base_model = "sensenova/sensenova-u1-fast"

reasoning_options = []

[cost]
input = 0
output = 0
12 changes: 12 additions & 0 deletions providers/sensenova/provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# SenseNova reasoning controls (accessed 2026-07-08):
# The API at https://token.sensenova.cn/v1 is OpenAI-compatible. Reasoning
# effort (low/medium/high) is supported via reasoning_effort on models that
# declare reasoning_options, with interleaved reasoning returned in the
# reasoning_content field. sensenova-u1-fast does not support reasoning.
# Source:
# https://platform.sensenova.cn/en/docs
name = "SenseNova"
env = ["SENSENOVA_API_KEY"]
npm = "@ai-sdk/openai-compatible"
api = "https://token.sensenova.cn/v1"
doc = "https://platform.sensenova.cn/en/docs"
Loading