Writer Palmyra X5 Is Now Available in Puter.js
On this page
Puter.js now supports Palmyra X5, Writer's most advanced enterprise AI model featuring adaptive reasoning and a massive 1 million token context window.
What is Palmyra X5?
Palmyra X5 is Writer's flagship model purpose-built for enterprise AI applications. It features an industry-leading 1M token context window—capable of processing approximately 1,500 pages or 6 books worth of content in a single request.
Palmyra X5 excels at enterprise use cases such as legal document analysis, financial reporting, medical record synthesis, customer feedback analysis, code generation, and multi-lingual applications with support for over 30 languages.
Examples
Enterprise Document Analysis
puter.ai.chat(`Analyze this contract and identify key terms, obligations,
and potential risks: ${contractDocument}`, {
model: "writer/palmyra-x5"
})
Code Generation with Reasoning
puter.ai.chat(`Design and implement a scalable API rate limiter in Node.js
with Redis. Include error handling, retry logic, and proper TypeScript types`,
{ model: "writer/palmyra-x5" }
)
Structured Output Generation
puter.ai.chat(`Extract all customer feedback themes from this data
and return a JSON structure with sentiment scores and categorization`,
{ model: "writer/palmyra-x5" }
)
Get Started Now
Just add one script tag to your HTML:
<script src="https://js.puter.com/v2/"></script>
No API keys or account needed. Start building with Palmyra X5's enterprise-grade capabilities immediately.
Learn more:
Free, Serverless AI and Cloud
Start creating powerful web applications with Puter.js in seconds!
Get Started Now