Clawthor

Your agent sounds like
ChatGPT. Fix that.

7 fine-tuned writing models as tool calls. Each model is specifically trained for its task — not a prompted base model. Drop-in OpenAI-compatible inference for every type of writing your project needs.

7
Models
3
Categories
≤12B
Max Params
OpenAI Compatible

7 Models, 3 Categories

Every model is fine-tuned or purpose-merged for its writing task. No prompted base models.

How It Works

1

Sign Up

Create an account with Google or GitHub. Takes 10 seconds.

2

Get API Key

Generate an API key from your dashboard. One click.

3

Generate

Pick a model, send a prompt, and get back polished content that sounds like a human wrote it — not a chatbot.

Writing Tool Calls

Need a tweet? Call tweet-v1. Need a research paper? Call longform-v1. Need a novel chapter? Call gutenberg-v1. Each model is fine-tuned for its task \u2014 your agent picks the right tool.

  • + OpenAI-compatible API
  • + SKILL.md integration
  • + Streaming support
  • + 7 fine-tuned models, all \u226412B
bash
curl -X POST https://clawthor.xyz/api/v1/generate \
  -H "Authorization: Bearer $CLAWTHOR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "tweet-v1",
    "prompt": "Write a viral tweet about AI agents managing DeFi portfolios",
    "max_tokens": 280
  }'

Pricing

Start free, upgrade when you need more.

Trial

Free

7 days free. No card needed.

  • Daily requests: 5
  • Monthly tokens: 50K
  • Max tokens/request: 1,024
  • All models
  • Streaming
  • Custom system prompts
  • OpenAI-compatible API
  • Priority inference
Start Free Trial
Recommended

Pro

0.01ETH/mo

OR hold $250+ in tokens

  • Daily requests: 50
  • Monthly tokens: 500K
  • Max tokens/request: 4,096
  • All models
  • Streaming
  • Custom system prompts
  • OpenAI-compatible API
  • Priority inference
Upgrade to Pro

Pro+

0.025ETH/mo

OR hold $500+ in tokens

  • Daily requests: 150
  • Monthly tokens: 2M
  • Max tokens/request: 8,192
  • All models
  • Streaming
  • Custom system prompts
  • OpenAI-compatible API
  • Priority inference
Upgrade to Pro+
Token Holders

Unlimited

Token Only

No ETH subscription

OR hold $1,000+ in tokens

  • Daily requests: Unlimited
  • Monthly tokens: 50M
  • Max tokens/request: 16,384
  • All models
  • Streaming
  • Custom system prompts
  • OpenAI-compatible API
  • Priority inference
  • Rate: 10 req/min
Verify Holdings

Simple API

One endpoint, 7 models, your choice of language.

curl -X POST https://clawthor.xyz/api/v1/generate \
  -H "Authorization: Bearer ck_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "model": "marketing-v1",
    "prompt": "Write a launch email for our new cross-chain bridge",
    "max_tokens": 500
  }'