docs(providers): refresh model examples and env defaults

This commit is contained in:
Peter Steinberger
2026-04-04 07:49:02 +01:00
parent 0609bf8581
commit da3f5e9bca
10 changed files with 14 additions and 12 deletions

View File

@@ -90,7 +90,7 @@ Fallback details:
defaults: {
pdfModel: {
primary: "anthropic/claude-opus-4-6",
fallbacks: ["openai/gpt-5-mini"],
fallbacks: ["openai/gpt-5.4-mini"],
},
pdfMaxBytesMb: 10,
pdfMaxPages: 20,
@@ -150,7 +150,7 @@ Page-filtered fallback model:
{
"pdf": "https://example.com/report.pdf",
"pages": "1-3,7",
"model": "openai/gpt-5-mini",
"model": "openai/gpt-5.4-mini",
"prompt": "Extract only customer-impacting incidents"
}
```