feat(tensorx): add deepseek-v4-flash-0731 and kimi-k3 provider entries (#3992)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user