AI Glot websiteOpen AI Glot
Using AI GlotCredits and plans
Using AI Glot

Credits and plans

Understand how AI Glot estimates and consumes credits, Standard and Lite costs, monthly grants, rollover, samples and glossary allowances.

Credits measure translated words, not file size. Analysis is free; the review screen shows the estimated translation cost before you approve it.

Translation cost

QualityApproximate costAvailability
Standard1 credit per billable wordEvery plan
LiteAbout 1 credit per 3 billable words, rounded up per batchPaid plans

The same visible word-count rule is used for the estimate, reservation and final charge. Very long strings without normal word boundaries are measured using a character-based safeguard so a page of unbroken text is not treated as one word.

Plan allowances

PlanCredits each monthGlossariesTerms per glossaryTeam seats
Free2,000 + 5,000 signup bonus1501
Starter10,000350Unlimited
Pro200,000Unlimited150Unlimited
Business1,000,000Unlimited500Unlimited
CustomContractedUnlimitedContractedUnlimited

Current prices and commercial terms live on the pricing page; this table explains product allowances rather than replacing pricing.

Billing and plans screen

The billing screen combines plan allowances, credits and plan choices

Credit top-up packs

One-time credit packs can top up a workspace balance

Reservation and refunds

When you start a paid translation, AI Glot reserves the complete accepted estimate before model work begins. Successful completion converts that reservation into the final consumption without briefly returning the balance. A terminal failure refunds the reservation exactly once.

Monthly grants and rollover

Paid plans receive credits monthly, including yearly subscriptions. Up to 50% of unused paid monthly subscription credits can roll into the next grant. One-time credit packs expire after 12 months.

An immediate plan upgrade grants the difference between the old and new monthly allowance for the current cycle. A downgrade takes effect at the next renewal and does not remove the current balance early.

Check your usage

Open Usage in the app to see balance, grants and activity over time. Integrations can use GET /v1/credits, GET /v1/usage, or the equivalent CLI and MCP commands.

Usage overview with weekly activity

Usage shows totals and activity over time

Usage history table

Usage history lists the credit events behind the totals

Referral credits

The Refer a friend page gives a new workspace 3,000 credits after its first workspace is created. The referrer can earn another 3,000 credits after the referred workspace’s first translation and up to 7,000 more after its first purchase, for a maximum of 10,000 credits per referral. The referral link is workspace-specific and can be rotated or disabled.

Referral credits screen

Referral rewards and milestones are visible from the workspace

Common credit questions

Does uploading or analysing a CSV cost credits?
No. Credits are reserved only when you approve the reviewed translation setup.
What happens when a translation fails?
A terminal failure returns the full reservation exactly once. Partial provider work does not leave a partial charge.
Why can file size and credit cost differ so much?
Credits follow billable words and destinations. A large CSV full of IDs may cost little; a smaller CSV with long descriptions translated into five languages may cost much more.
Can two jobs spend the same remaining balance?
No. Each accepted estimate is reserved atomically, so simultaneous jobs cannot reuse those credits.

Use these docs with your AI tools

An AI agent can read this documentation directly. You do not need an account or an API key. Everything here is public and read-only.

Query these docs via MCP

Recommended

Add this server to Claude, Claude Code, Cursor, Mistral, or any tool that supports MCP. Your agent can then search AI Glot Docs documentation and read it in full, instead of answering from memory.

https://ai-glot.com/docs/mcp
  • searchFind the passages that answer a question.
  • fetchRead one page in full, as Markdown.
  • list_pagesSee every page in this documentation.

Query these docs over HTTP

The same tools also work as plain web requests. Use this for scripts, or for any tool that does not support MCP. There is one endpoint per tool. Arguments go in the query string, and the answer comes back as JSON.

https://ai-glot.com/docs/api/docs/search?query=custom+domain

Read the OpenAPI description. It is built from the same definitions as the tools, so it always matches what the endpoints do.

Read these docs as Markdown

Add .md to any page URL to get its Markdown source. You can also send the headerAccept: text/markdown to the page URL itself.

To read the whole documentation in one file, open llms-full.txt. For a short index of every page, open llms.txt.