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

9 lines
343 B
TOML

name = "DInference"
env = ["DINFERENCE_API_KEY"]
npm = "@ai-sdk/openai-compatible"
# Raw HTTP is POST `/v1/chat/completions`. The published request documentation
# lists no reasoning toggle, effort, or token-budget field.
# https://dinference.com/docs (accessed 2026-06-25)
doc = "https://dinference.com"
api = "https://api.dinference.com/v1"