name = "Nova" env = ["NOVA_API_KEY"] npm = "@ai-sdk/openai-compatible" # Nova 2 Lite's native request uses `additionalModelRequestFields.reasoningConfig` # with `type = "enabled"|"disabled"` (disabled by default) and, when enabled, # `maxReasoningEffort = "low"|"medium"|"high"`. Nova 2 Pro has no documented # selectable reasoning control. # https://docs.aws.amazon.com/nova/latest/nova2-userguide/extended-thinking.html # (accessed 2026-06-25) api = "https://api.nova.amazon.com/v1" doc = "https://nova.amazon.com/dev/documentation"