feat(tensorx): add deepseek-v4-flash-0731 and kimi-k3 provider entries (#3992)

This commit is contained in:
bu6n
2026-08-03 16:02:40 +00:00
committed by GitHub
parent 8b2bce72e2
commit ebe19634a7
2 changed files with 22 additions and 0 deletions
@@ -0,0 +1,12 @@
base_model = "deepseek/deepseek-v4-flash-0731"
[[reasoning_options]]
type = "toggle" # API: {"chat_template_kwargs": {"thinking": true}} (default off)
[cost]
input = 0.25
output = 0.30
cache_read = 0.06
[limit]
context = 1048576
@@ -0,0 +1,10 @@
# AI SDK auto-discovers native IDs via /v1/models — field values map those IDs
base_model = "moonshotai/kimi-k3"
[[reasoning_options]]
type = "toggle" # API: {"chat_template_kwargs": {"thinking": false}} (default on)
[cost]
input = 3.00
output = 15.00
cache_read = 0.75