invokeable()
← directory / providers / writer

Writer AI Studio

first-party
1
models served
WRITER_API_KEY
auth
api.writer.com/v1
base url

OpenAI-compatible chat completions serving the Palmyra family (enterprise-tuned, long context). docs →

01Request template

Every model below is invoked with this shape — swap in the provider model ID from the table.

shell · template
curl https://api.writer.com/v1/chat/completions \
  -H "Authorization: Bearer $WRITER_API_KEY" \
  -H "content-type: application/json" \
  -d '{
    "model": "{{MODEL_ID}}",
    "messages": [{"role": "user", "content": "Hello, world"}]
  }'

02Models served · newest first

ModelProvider model IDIn $/MOut $/MContext
Palmyra X5Writer palmyra-x5 0.60 6.00 1M