diff --git a/providers/novita-ai/models/deepseek/deepseek-v4-flash.toml b/providers/novita-ai/models/deepseek/deepseek-v4-flash.toml new file mode 100644 index 000000000..6f3339067 --- /dev/null +++ b/providers/novita-ai/models/deepseek/deepseek-v4-flash.toml @@ -0,0 +1,27 @@ +name = "DeepSeek V4 Flash" +family = "deepseek-flash" +release_date = "2026-04-24" +last_updated = "2026-04-24" +attachment = false +reasoning = true +temperature = true +knowledge = "2025-05" +tool_call = true +structured_output = true +open_weights = true + +[interleaved] +field = "reasoning_content" + +[cost] +input = 0.14 +output = 0.28 +cache_read = 0.028 + +[limit] +context = 1_048_576 +output = 393_216 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/novita-ai/models/deepseek/deepseek-v4-pro.toml b/providers/novita-ai/models/deepseek/deepseek-v4-pro.toml new file mode 100644 index 000000000..b41624ec3 --- /dev/null +++ b/providers/novita-ai/models/deepseek/deepseek-v4-pro.toml @@ -0,0 +1,27 @@ +name = "DeepSeek V4 Pro" +family = "deepseek-thinking" +release_date = "2026-04-24" +last_updated = "2026-04-24" +attachment = false +reasoning = true +temperature = true +knowledge = "2025-05" +tool_call = true +structured_output = true +open_weights = true + +[interleaved] +field = "reasoning_content" + +[cost] +input = 1.74 +output = 3.48 +cache_read = 0.145 + +[limit] +context = 1_048_576 +output = 393_216 + +[modalities] +input = ["text"] +output = ["text"]