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

12 lines
606 B
TOML

name = "Berget.AI"
env = ["BERGET_API_KEY"]
npm = "@ai-sdk/openai-compatible"
# Raw HTTP reasoning controls (source accessed 2026-06-25):
# POST https://api.berget.ai/v1/chat/completions accepts top-level
# reasoning_effort = "none" | "low" | "medium" | "high". For Kimi K2.6 it
# also accepts thinking.type = "disabled" | "enabled" | "adaptive" and maps
# effort "none" to disabled. No reasoning-token budget field is documented.
# Schema acceptance is broader than the meaningful per-model subsets below.
# https://api.berget.ai/openapi.json
api = "https://api.berget.ai/v1"
doc = "https://api.berget.ai"