Back to Models
Writer: Palmyra X5
writer/palmyra-x5Jan 21, 20261.0M context8.2K max output$0.60/M in · $6.00/M out
Description
Palmyra X5 is Writer's most advanced model, purpose-built for building and scaling AI agents across the enterprise. It delivers industry-leading speed and efficiency on context windows up to 1 million tokens, powered by a novel transformer architecture and hybrid attention mechanisms. This enables faster inference and expanded memory for processing large volumes of enterprise data, critical for scaling AI agents.
Specifications
Provider
writer
Context Length
1.0M
Max Output
8.2K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.60 |
| Output | $6.00 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "writer/palmyra-x5",
"messages": [{"role": "user", "content": "Hello!"}]
}'