14 lines
649 B
TOML
14 lines
649 B
TOML
name = "AnyAPI"
|
|
npm = "@ai-sdk/openai-compatible"
|
|
# Raw HTTP reasoning controls (sources accessed 2026-06-25):
|
|
# POST https://api.anyapi.ai/v1/chat/completions accepts top-level
|
|
# reasoning_effort = "low" | "medium" | "high" and Anthropic-style
|
|
# thinking = { type = "enabled", budget_tokens = <integer> }. No budget bounds
|
|
# or explicit disabled value are documented. Unsupported model parameters may
|
|
# be silently ignored, so schema acceptance is not meaningful model support.
|
|
# https://docs.anyapi.ai/guides/parameters
|
|
# https://docs.anyapi.ai/openapi.json
|
|
env = ["ANYAPI_API_KEY"]
|
|
api = "https://api.anyapi.ai/v1"
|
|
doc = "https://docs.anyapi.ai"
|