drop citation_options from cohere (#31543)

This commit is contained in:
Aiden Cline
2026-06-09 11:53:02 -05:00
committed by GitHub
parent f1c31f4eba
commit db9391e8a6
2 changed files with 0 additions and 22 deletions
@@ -1109,9 +1109,6 @@ export function options(input: {
}
const modelId = input.model.api.id.toLowerCase()
if (modelId.includes("north-mini-code") && input.model.api.npm === "@ai-sdk/openai-compatible") {
result["options"] = { citation_options: { mode: "disabled" } }
}
// MiniMax's Anthropic interface defaults thinking off, unlike Chat Completions.
if (modelId.includes("minimax-m3") && input.model.api.npm === "@ai-sdk/anthropic") {