Files
2026-07-13 12:28:55 +08:00

35 lines
962 B
TOML

# Direct endpoint: POST /models/chat/completions?api-version=2024-05-01-preview.
# Its published request schema documents no toggle, effort, or reasoning budget.
# https://learn.microsoft.com/en-us/rest/api/microsoftfoundry/model-inference/get-chat-completions/get-chat-completions (accessed 2026-06-25)
name = "Kimi K2.6"
description = "Kimi multimodal agent model for visual understanding, coding, and planning"
family = "kimi-k2"
release_date = "2026-04-22"
last_updated = "2026-04-22"
attachment = false
reasoning = true
reasoning_options = [{ type = "toggle" }]
structured_output = true
temperature = true
tool_call = true
knowledge = "2025-01"
interleaved = true
open_weights = true
[cost]
input = 0.95
output = 4.00
[limit]
context = 262_144
output = 262_144
[modalities]
input = ["text", "image"]
output = ["text"]
[provider]
shape = "completions"
npm = "@ai-sdk/openai-compatible"
api = "https://${AZURE_RESOURCE_NAME}.services.ai.azure.com/models"