Clawthor

Models

7 fine-tuned writing models across 3 categories. Every model is specifically trained or purpose-merged for its task.

Social
Prose
Longform

Using Models via API

Every model is accessible through a single endpoint. Just change the model ID in your request.

curl -X POST https://clawthor.xyz/api/v1/generate \
  -H "Authorization: Bearer ck_live_..." \
  -H "Content-Type: application/json" \
  -d '{"model": "tweet-v1", "prompt": "Your prompt here"}'