Summary
Amazon Bedrock offers Writer Palmyra X4 and Palmyra X5 as on-demand (Standard tier) text models, but neither has any entry in model_list.json. Writer is an entirely missing provider family on Bedrock in the catalog.
Missing models
1. Writer Palmyra X4 (writer.palmyra-x4-v1:0)
- Model ID (bedrock-runtime):
writer.palmyra-x4-v1:0
- Geo inference ID:
us.writer.palmyra-x4-v1:0
- Format:
converse
- Flavor:
completion
- Context window: 128,000 tokens
- Max output tokens: 8,192
- Multimodal: no (text only)
- Lifecycle: Active (EOL no sooner than 2026-04-28)
- Tiers: Standard
- Regions: us-east-1, us-east-2, us-west-1, us-west-2 (Geo US)
2. Writer Palmyra X5 (writer.palmyra-x5-v1:0)
- Model ID (bedrock-runtime):
writer.palmyra-x5-v1:0
- Geo inference ID:
us.writer.palmyra-x5-v1:0
- Format:
converse
- Flavor:
completion
- Context window: 128,000 tokens
- Max output tokens: 8,192
- Multimodal: no (text only)
- Lifecycle: Active (EOL no sooner than 2026-04-28, launched Jan 21, 2026)
- Tiers: Standard
- Regions: us-east-1, us-east-2, us-west-1, us-west-2 (Geo US)
Note
Writer also has Palmyra Vision 7B (writer.palmyra-vision-7b) — a multimodal model (image+text input) with 4K context / 4K output, available across 14 regions with Standard/Priority/Flex tiers. Consider adding it as well.
Sources
- Bedrock models-at-a-glance:
https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html (lists Writer provider with Palmyra X4, X5, Vision 7B)
- Bedrock model cards:
https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-writer-palmyra-x4.html and model-card-writer-palmyra-x5.html
- Bedrock provider page:
https://aws.amazon.com/bedrock/model-choice/ (lists Writer as a provider)
Verification checklist
{
"provider": "bedrock",
"models": ["writer.palmyra-x4-v1:0", "writer.palmyra-x5-v1:0"],
"action": "add",
"catalog_file": "packages/proxy/schema/model_list.json",
"schema_reference": "packages/proxy/schema/models.ts"
}
Summary
Amazon Bedrock offers Writer Palmyra X4 and Palmyra X5 as on-demand (Standard tier) text models, but neither has any entry in
model_list.json. Writer is an entirely missing provider family on Bedrock in the catalog.Missing models
1. Writer Palmyra X4 (
writer.palmyra-x4-v1:0)writer.palmyra-x4-v1:0us.writer.palmyra-x4-v1:0conversecompletion2. Writer Palmyra X5 (
writer.palmyra-x5-v1:0)writer.palmyra-x5-v1:0us.writer.palmyra-x5-v1:0conversecompletionNote
Writer also has Palmyra Vision 7B (
writer.palmyra-vision-7b) — a multimodal model (image+text input) with 4K context / 4K output, available across 14 regions with Standard/Priority/Flex tiers. Consider adding it as well.Sources
https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html(lists Writer provider with Palmyra X4, X5, Vision 7B)https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-writer-palmyra-x4.htmlandmodel-card-writer-palmyra-x5.htmlhttps://aws.amazon.com/bedrock/model-choice/(lists Writer as a provider)Verification checklist
provider.model-version:0)model_list.json(confirmed via grep forwriter.){ "provider": "bedrock", "models": ["writer.palmyra-x4-v1:0", "writer.palmyra-x5-v1:0"], "action": "add", "catalog_file": "packages/proxy/schema/model_list.json", "schema_reference": "packages/proxy/schema/models.ts" }