AICredits logo
writer

Writer: Palmyra X5

writer/palmyra-x5

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...

Supported APIs

Chat API
Context
1.0M
Max output
Input / 1M
₹60.39
Cached / 1M
₹6.04
Output / 1M
₹603.91

Pricing

Token typeUSD / 1MINR / 1M
Input$0.600₹60.39
Cached inputprompt cache read$0.0606.04
Output$6.00₹603.91

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call Writer: Palmyra X5 through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
curl https://api.aicredits.in/v1/chat/completions \
  -H "Authorization: Bearer $AICREDITS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "writer/palmyra-x5",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

New here? Follow the quickstart guide or browse all models.