11 lines
617 B
TOML
11 lines
617 B
TOML
# Native POST /api/v1/chat: $.reasoning = "off"|"low"|"medium"|"high"|"on".
|
|
# OpenAI POST /v1/responses: $.reasoning.effort (the example uses "low").
|
|
# The published POST /v1/chat/completions payload list has no reasoning field.
|
|
# https://lmstudio.ai/docs/developer/rest/chat (accessed 2026-06-25)
|
|
# https://lmstudio.ai/docs/developer/openai-compat/responses (accessed 2026-06-25)
|
|
# https://lmstudio.ai/docs/developer/openai-compat/chat-completions (accessed 2026-06-25)
|
|
name = "LMStudio"
|
|
env = ["LMSTUDIO_API_KEY"]
|
|
npm = "@ai-sdk/openai-compatible"
|
|
api = "http://127.0.0.1:1234/v1"
|
|
doc = "https://lmstudio.ai/models" |