fix(amazon-bedrock): correct OpenAI catalog - #6792
Conversation
Action items
|
|
Fixed in ccefa82 by correcting the earlier audit interpretation. AWS’s current model cards explicitly document 16K max output for GPT-OSS 20B/120B and both Safeguards. The same GPT-OSS cards cover commercial Runtime, Mantle, and the exact GovCloud profile IDs. All eight entries now consistently use Targeted checks explain the prior confusion: commercial Converse rejects maxTokens beyond the 128K model/context boundary, while Safeguard Converse and Mantle Responses even accept request settings above 128K. Parameter acceptance therefore does not establish that the model can generate beyond AWS’s documented 16K output maximum. Comments on the commercial Runtime entries now state this distinction rather than presenting the request boundary as an output limit. Sources:
|
|
No actionable findings. |
Summary
OpenAI-only split of #6637, based on current
dev.base_modelfiles.Targeted Converse checks confirmed Safeguard reasoning, India profile invocation, Luna structured output and caching, Astra structured output, and GPT-OSS Runtime’s 128,000 output boundary.
Sources are in leading TOML comments, including AWS model cards and public pricing.
Validation
bun validategit diff --check