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 it, 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.
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 this specific job costs orders of magnitude more per token, and measured on preservation it does worse. Frontier models tend to compress, dropping content while producing text that reads well. A model trained for exactly this task is both cheaper and more faithful.
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 decoding is fixed at greedy and sampling measured worse. 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.
Can I get a refund on unused credit?
- Email us and we will refund an unused balance. We would rather return it than have you sitting on credit you cannot use. The minimum exists to keep card fees sane, not to trap money.
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.