040b5a5486
Based on https://docs.github.com/en/copilot/reference/copilot-billing/models-and-pricing#moonshot-ai
15 lines
215 B
TOML
15 lines
215 B
TOML
base_model = "moonshotai/kimi-k3"
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["low", "high", "max"]
|
|
|
|
[cost]
|
|
input = 3.0
|
|
output = 15.0
|
|
cache_read = 0.30
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|