Small models.
Specific jobs.

A general model does your narrow task adequately and charges you for everything else it knows. Ours do one job each and beat the big models at it: on restyling, ours reads closer to human writing than GPT, Claude or Gemini. OpenAI-compatible, billed per token.

Restyler 1, on a real paragraph

what your model wrote

Our platform was founded in 2019 and now serves more than 12,000 teams across 40 countries. We are committed to delivering a comprehensive suite of tools that enable organisations to achieve their operational objectives.

after Restyler 1

Our platform was launched in 2019 and is now used by over 12,000 teams in 40 countries. It provides a complete set of tools for businesses to meet their operational goals.

every fact still there34 words in, 31 out$0.000009

no account needed  ·  from $0.05 / 1M tokens  ·  prepaid credit, no subscription

Make a request

Send a document, get it back with the prose rewritten. Headings, lists, code and links come back byte-for-byte identical.

Query Fanout works the same way at /v1/fanout: send one question, get back the searches an assistant would likely run.

Already have OpenAI client code? Point it at meragpt.com/v1 and change the model name.

request

curl https://meragpt.com/v1/restyle \
  -H "Authorization: Bearer $MERAGPT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "text": "Our platform was founded in 2019 and now serves…" }'

response

{
  "text": "Our platform was launched in 2019 and is now used by…",
  "rewritten": 1,
  "total": 1,
  "usage": {
    "input_tokens": 47,
    "output_tokens": 42,
    "cost_usd": "$0.000009"
  },
  "balance_usd": "$9.99"
}

models

Model details

Each one does a single job. They share the same API, the same prepaid credit and the same per-token billing; rates are in what it costs.

Restyler 1

Available

Takes the response from any model, including Claude, Gemini, GPT and your own fine-tunes, and rewrites it so it reads the way a person writes. It is trained to hold on to facts, meaning, names, numbers, links and formatting — see the measured retention rates below. Built to sit at the end of a generation pipeline: cleaning up drafts, tightening documentation, and making machine-assembled copy readable.

model id
text-restyler-1
context
4,096 tokens
endpoint
/v1/restyle

Query Fanout 1

Available

Give it a question someone would put to an AI assistant, and it returns the web searches that assistant is likely to run before it answers. Built from searches observed directly from ChatGPT, Claude and Gemini rather than from queries invented by prompting a larger model. If you care whether your pages get cited in AI answers, those searches are what decide it.

model id
query-fanout-1
context
4,096 tokens
endpoint
/v1/fanout

how it works

Getting started

  1. 01

    Add credit

    Ten dollars minimum, by card. It sits as a USD balance, not a token allowance or a plan tier. Optional auto top-up keeps it from running dry, with a monthly ceiling so it cannot surprise you.

  2. 02

    Create a key

    Name it, optionally restrict which models it may call and cap what it may spend. The secret is shown once. We store a hash, so nobody can read it back, including us.

  3. 03

    Call the API

    Point any OpenAI client at meragpt.com/v1 and change the model name, or use the task-native endpoints: /v1/restyle takes a whole document and handles the splitting for you, /v1/fanout takes a question and returns the searches.

  4. 04

    Pay for tokens

    Metered per token against your balance, at the rate on the model card. Spend by day, by model and by key is on the dashboard. Stop calling and you stop paying.

pricing

What it costs

Credit is denominated in USD, not in an invented currency, so the balance on your dashboard is the amount of money you have left. Nothing expires on a monthly cycle and there is no seat count.

modelinputoutputstatus
Restyler 1text-restyler-1$0.05 / 1M$0.15 / 1MAvailable
Query Fanout 1query-fanout-1$0.05 / 1M$0.15 / 1MAvailable

In practice: restyling a thousand-word article costs about $0.0002, and one fan-out call about $0.00001. You are billed per token on what you actually send, with no per-request fee.

minimum

$10 to start, which covers thousands of calls at these rates.

auto top-up

Optional. You choose the trigger balance, the amount, and a monthly ceiling above which it stops and emails you instead.

free tier

The playgrounds run without an account, on a daily allowance: Restyler 1, Query Fanout 1. Signing in spends credit instead.

questions

Common questions

What models are there?

Two, both live. Restyler 1 rewrites machine-written prose so it reads like a person wrote it. Query Fanout 1 takes a question someone would ask an AI assistant and returns the web searches that assistant is likely to run before answering. Same API, same key, same prepaid credit, same per-token rate.

What is Restyler actually for?

Rewriting machine-written prose so it reads like a person wrote it, without changing what it says. Generated drafts, documentation, product copy assembled by a pipeline. It preserves facts, names, numbers, links and formatting; it is not a summariser and not a general-purpose rewriter.

How good is Restyler, honestly?

On our held-out benchmark it keeps every fact in 41% of blocks and 73% of facts on average, with zero invented first-person voice and no repetition loops. That means roughly a quarter of blocks lose something, so it is not a substitute for review where accuracy is critical. The full numbers, including where it is weakest, are on the model page.

What is Query Fanout for?

Generative-engine optimisation. When someone asks an assistant about your category, the assistant runs its own searches before it answers, and the pages that rank for those searches are the pages it can cite. Query Fanout returns up to six of those searches for a question, which is a more useful brief than a keyword list. It is built from searches actually observed from ChatGPT, Claude and Gemini, not from queries invented by prompting a larger model.

Does it tell me what ChatGPT will really search?

No, and treat anything that claims to with suspicion. Two runs of the same question on the same engine share none of their query strings, so the target is not a fixed list. What the model gives you is the likely directions. Measured on coverage it scores 0.563 against a hand-written rule at 0.530, where one real engine run predicting another scores 0.75 to 0.91. That ceiling is the honest upper bound and we are well below it.

Is this an AI-detector bypass?

No, and we would rather you did not use it as one. It was trained for naturalness under strict semantic preservation; evasion was never an objective and is not measured. Detector scores move around with every detector release, so anyone selling you a guarantee there is selling you something they cannot deliver.

Why not just use a frontier model?

You can, and for a one-off it is fine. But asking a large model to do a narrow job costs orders of magnitude more per token, and on restyling it measures worse on preservation: frontier models tend to compress, dropping content while producing text that reads well. On fan-out, a frontier model prompted blind on the same labels scored 0.082 lower on coverage, though it returned two queries where ours returned six and coverage rewards more attempts, so some of that gap is budget rather than skill.

Is the API really OpenAI-compatible?

Yes for the wire format: point any OpenAI client at meragpt.com/v1, change the model name, and it works. Two honest caveats. Sampling parameters like temperature and top_p are accepted and ignored, because each model's decoding is fixed at whatever measured best for its job: greedy for Restyler, sampled for Query Fanout, where a single greedy answer collapses into six rewordings of one search. And streaming arrives a paragraph at a time rather than a token at a time.

What happens when my credit runs out?

Requests return a 402 with a message saying so, and nothing breaks silently. Auto top-up, if you enable it, charges your card when the balance falls below a level you pick. You can set a monthly ceiling, above which it stops and emails you instead of carrying on.

Do you train on what I send?

No. Requests are not used as training data. We record token counts, timing and cost for your usage dashboard and our billing; we do not retain the text of your requests or responses after serving them.

Does credit expire, and can I get it back?

Credit is valid for 12 months from the day you buy it, and after that we may expire whatever is left — we would email you first. It is not refundable, which is the normal arrangement for prepaid API credit. If something breaks on our side, write to us and we will sort it out.

What happened to the Hermes agent boxes?

That product ended on 2 September 2026 and existing subscriptions were closed out. meraGPT is now an API platform for small task-specific models. If you were a box customer and still need your data, email us.

Paste something you wrote

The playgrounds run the same models the API does, with no account and no card. Paste something you wrote with an LLM, or ask the question your buyers ask an assistant, and see whether the output is worth paying for before you decide that it is.