11 lines
497 B
TOML
11 lines
497 B
TOML
name = "Groq"
|
|
env = ["GROQ_API_KEY"]
|
|
npm = "@ai-sdk/groq"
|
|
# Reasoning HTTP format (accessed 2026-06-25):
|
|
# POST https://api.groq.com/openai/v1/chat/completions
|
|
# JSON reasoning_effort is model-specific; reasoning_format: "parsed" | "raw" |
|
|
# "hidden" controls presentation, not reasoning. include_reasoning: true | false
|
|
# controls returned reasoning and is mutually exclusive with reasoning_format.
|
|
# Sources:
|
|
# https://console.groq.com/docs/reasoning
|
|
doc = "https://console.groq.com/docs/models" |