Add Model banner
aws-solutions-library-samples aws-solutions-library-samples

Add Model

AI community

Description

# Adding (or Changing) a Selectable Bedrock Model — GenAI IDP Accelerator Use this skill whenever the task is "add support for model X" / "wire up the new Y model" / "bump the default model". A selectable model touches ~15 files across templates, config, client routing, UI, docs (both tiers), and tests — this skill makes it fast and safe. It supersedes the shorter checklist in `documentation.md` (which this expands). > **Golden rule:** never invent model facts. Model ID, regions, context/outpu

Installation

Installs to ~/.claude/skills/aws-solutions-library-samples-accelerated-intelligent-document-processing-on-aws-add-model/SKILL.md

Terminal
mkdir -p ~/.claude/skills/aws-solutions-library-samples-accelerated-intelligent-document-processing-on-aws-add-model && curl -fsSL https://raw.githubusercontent.com/aws-solutions-library-samples/accelerated-intelligent-document-processing-on-aws/HEAD/.claude/skills/add-model.md -o ~/.claude/skills/aws-solutions-library-samples-accelerated-intelligent-document-processing-on-aws-add-model/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository