12 lines
630 B
TOML
12 lines
630 B
TOML
name = "Privatemode AI"
|
|
env = ["PRIVATEMODE_API_KEY", "PRIVATEMODE_ENDPOINT"]
|
|
npm = "@ai-sdk/openai-compatible"
|
|
# Raw HTTP reasoning caveat (source accessed 2026-06-25): POST
|
|
# `/v1/chat/completions` is served by the local Privatemode proxy. Additional
|
|
# OpenAI-style request parameters are passed through according to the active
|
|
# model server's capabilities; Privatemode defines no provider-wide reasoning
|
|
# enum or bounds. Thus gpt-oss `reasoning_effort` is model-server behavior.
|
|
# https://docs.privatemode.ai/api/chat-completions/#request-body
|
|
api = "http://localhost:8080/v1"
|
|
doc= "https://docs.privatemode.ai/api/overview"
|