9 lines
343 B
TOML
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"
|