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

10 lines
393 B
TOML

name = "Claudinio"
env = ["CLAUDINIO_API_KEY"]
npm = "@ai-sdk/openai-compatible"
# Raw HTTP routes are POST `/v1/chat/completions`, `/v1/responses`, and
# `/v1/messages`. The documented request fields do not include a reasoning
# toggle, effort, or token-budget field.
# https://claudin.io/docs/api-reference/ (accessed 2026-06-25)
doc = "https://claudin.io"
api = "https://api.claudin.io/v1"