10 lines
451 B
TOML
10 lines
451 B
TOML
# POST /v1/chat/completions enables a trace with $.thinking = true; aliases are
|
|
# $.include_reasoning and $.reasoning.enabled = true. The published request
|
|
# schema gives no false value, effort enum, or reasoning-token budget.
|
|
# https://lucidquery.com/docs#reasoning (accessed 2026-06-25)
|
|
name = "LucidQuery"
|
|
env = ["LUCIDQUERY_API_KEY"]
|
|
npm = "@ai-sdk/openai-compatible"
|
|
api = "https://api.lucidquery.com/v1"
|
|
doc = "https://lucidquery.com/docs"
|