Whether you use no-code, Writer framework, or APIs, you need to choose a model. Here is an overview of the Palmyra models and their capabilities.

Leading models

The input and output price is displayed in 1M tokens. See the pricing page for the full cost.

Palmyra X 004

Our latest and most advanced model with a large context window


  • output

  • context window

  • Input: $Output: $

Palmyra Fin

Our finance domain specialized model; first model to pass the CFA exam


  • output

  • context window

  • Input: $Output: $

Palmyra Med

Our most sophisticated model for delivering accurate medical analysis


  • output

  • context window

  • Input: $Output: $

Model overview

A ✅ indicates the model is available in the product offering, while a ❌ indicates the model is not live for this product offering.

Model nameModel IDNo-codeFrameworkAPI
Palmyra X 004palmyra-x-004
Palmyra X 003 Instructpalmyra-x-003-instruct
Palmyra Visionpalmyra-vision
Palmyra Medpalmyra-med
Palmyra Finpalmyra-fin
Palmyra Creativepalmyra-creative

Palmyra Vision is available in the chat completions API with the vision tool.

Model details

Using models with the Writer API

To select the Palmyra model you want to use for a chat completion, specify the model ID in the model parameter of the request.

Below is an example of specifying the palmyra-x-004 model in a chat completion request.

curl --location 'https://api.writer.com/v1/chat' \
--header 'Content-Type: application/json' \
--header "Authorization: Bearer $WRITER_API_KEY" \
--data '{
  "model": "palmyra-x-004",
  "messages": [
    {
      "role": "user",
      "content": "Summarize GDPR compliance requirements for a cloud-based data storage provider"
    }
  ]
}'

You can also use prebuilt tools to interact with specialized LLMs within a general purpose chat completion request, or to use the Palmyra Vision model in a chat completion.

See more details in the tool calling guides:

Get started with the Writer API by signing up for a free account and following the API quickstart.

Deprecation policy

Timeline for deprecation

  • We’ll announce the deprecation of a model at least three months in advance. This will give customers time to plan for the migration to the new model.
  • We’ll continue to support deprecated models for a period of time after they’re deprecated. This will give customers time to migrate to the new model.
  • We’ll eventually stop supporting deprecated models. The timeline for this will vary depending on the model. We will announce the end of support for a deprecated model at least six months in advance.

Deprecated models

Model nameDeprecation Date
Palmyra Fin 32k2025-03-03
Palmyra X 002 32k2024-09-06
Palmyra X 32k Instruct2024-09-06
Palmyra X 002 Instruct2024-09-06

Migration path

  • We’ll provide customers with a migration path to the new model, including detailed documentation and support to help them migrate their applications.
  • We’ll also offer training and consulting services to help customers transition.

Was this page helpful?