Palmyra X5

Other chattool_use Long

API ID: writer/palmyra-x5-20250428

Input Price
$0.60
/1M tokens
Output Price
$6.00
/1M tokens

About Palmyra X5

Palmyra X5 is a mid-range general-purpose model from Other with ultra-long context (1.0M), suitable for conversations, content creation, and general AI tasks.

๐Ÿ’ฐ
Price Ranking
#872 lowest price among 950 Chat models

Model Specifications

Context Length
1.0M
Max Output
8k
Release Date
2026-01-21
Capabilities
chat tool_use
Input Modalities
text
Output Modalities
text

Best For

  • Conversations, content writing, general assistance

Consider Alternatives For

  • Image understanding (needs vision capability)

๐Ÿ’ฐ Real-World Cost Examples

Estimated monthly costs for common use cases

Personal AI Assistant
$2.07
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$63.00
/month
1000 tickets/day, ~800 tokens each

Other Model Lineup

Compare all models from Other to find the best fit

Model Input Output Context Capabilities
Palmyra X5 Current Free Free 1.0M chat tool_use
Riverflow V2 Max Preview Free Free 8k chat vision image_gen
Riverflow V2 Standard Preview Free Free 8k chat vision image_gen
Riverflow V2 Fast Preview Free Free 8k chat vision image_gen
AFM 4.5B Free Free 66k chat
AFM 4.5B Free Free 66k chat

Similar Models from Other Providers

Cross-brand alternatives with similar capabilities

OpenAI GPT-3.5 Turbo 16k
Input: $3.00
Output: $4.00
Context: 16k
Meta Llama 3.1 405B Instruct
Input: $3.50
Output: $3.50
Context: 131k
Anthropic Claude Haiku 4.5
Input: $1.00
Output: $5.00
Context: 200k
Alibaba Qwen Qwen3 Max
Input: $1.20
Output: $6.00
Context: 262k

๐Ÿš€ Quick Start

Get started with Palmyra X5 API

OpenAI-compatible SDK
from openai import OpenAI

client = OpenAI(
    base_url="https://api.provider.com/v1",
    api_key="YOUR_API_KEY"
)

response = client.chat.completions.create(
    model="writer/palmyra-x5-20250428",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)
print(response.choices[0].message.content)