Skip to main content
This guide helps you choose between Writer’s Palmyra models and external provider models when building agents in AI Studio. Both options are available through the Models page in AI Studio.

Palmyra models

Writer’s Palmyra models are pre-configured and immediately available in AI Studio. The Palmyra family includes: For detailed capabilities, context windows, and use cases, see Palmyra models. For pricing, see Palmyra pricing.

External models

You can also add models from external providers like AWS Bedrock or Microsoft Azure (Azure OpenAI) to use alongside Palmyra models. External models require credential configuration but provide access to models like Claude, Llama, Mistral, and Azure-hosted OpenAI models. For information about adding and managing external models, see Add external models.

Compare Palmyra and external models

Consider the following factors when selecting models for your agents:

When to use Palmyra models

Palmyra models are the best choice when you need:
  • Domain-specific capabilities: Palmyra X5 covers general-purpose, financial, medical, and creative use cases
  • Simplified billing: All usage appears on your Writer invoice
  • Writer platform features: Optimized integration with Knowledge Graphs and other Writer capabilities
  • Compliance simplicity: Writer manages model compliance and security

When to use external models

External models are the best choice when you need:
  • Existing provider agreements: You have AWS credits or enterprise agreements with cloud providers
  • Specific model access: You need a particular model not available through Writer (for example, Claude, Llama, or Mistral on Bedrock)
  • Provider-specific compliance: Your organization mandates specific cloud providers for AI workloads
  • Model comparison: You want to evaluate performance across different model providers
For information about adding and managing external models, see Add external models.

Use models in your applications

Once models are available in AI Studio, you can use them in Agent Builder, no-code apps, or via the API.

Agent Builder and no-code agents

In Agent Builder and no-code chat apps, select any available model from the Model dropdown. Both Palmyra models and any external models your team has access to appear in the list.

API usage

Use the List models endpoint to see all models available to your organization. You can then pass the model ID in any request that supports the model parameter.
To use a model, pass its ID to any completion endpoint. External models use the same API as Palmyra models—just swap the model ID:

Next steps