-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Labels
ai/providermaintenanceprovider/groqIssues related to the @ai-sdk/groq providerIssues related to the @ai-sdk/groq provider
Description
Breaking changes
- POST /openai/v1/chat/completions
- Removed parameter:
raw(boolean, default: false). This option previously allowed skipping post-processing such as stop sequences, reasoning parsing, tool parsing, and JSON validation. Clients using this parameter must remove it to avoid request errors or behavior changes.
- Removed parameter:
New features
- POST /openai/v1/chat/completions
- Added parameter:
debug(boolean, nullable, default: false). Enables output of input and output token IDs in thexgroqdebug field.
- Added parameter:
https://github.com/gr2m/ai-provider-monitor/releases/tag/groq%405.0.0
Metadata
Metadata
Assignees
Labels
ai/providermaintenanceprovider/groqIssues related to the @ai-sdk/groq providerIssues related to the @ai-sdk/groq provider