Skip to content
Convertto

Free AI & LLM Developer Tools

Count tokens, estimate API cost, chunk documents for RAG, convert fine-tuning datasets and size a local model.

Convertto's AI tools count tokens with the real BPE vocabularies used by GPT, Claude, Gemini and Llama, estimate API cost from a live price table, split documents into RAG chunks, validate and convert fine-tuning datasets, build tool-calling schemas, and size the VRAM a local model needs. Every calculation runs in your browser, so prompts and datasets are never uploaded.

20 tools in this category

All ai & llm tools

Tokens are the unit that everything is priced and limited in

A model does not see words. It sees tokens, and the count depends on which tokeniser the model uses, so the same paragraph can differ noticeably between providers. English prose runs around 1.33 tokens per word; source code is closer to 2.4 and JSON closer to 2.7, which is why a page of structured data costs roughly twice a page of prose. The token counter runs the real BPE vocabulary rather than estimating, words to tokens gives the quick ratio, the context window calculator checks a document against each model's window with room reserved for the reply, and the API cost calculator and model comparison price the same workload across providers. The prompt token optimiser shows what the padding in a system prompt costs when it is sent a million times.

Getting data into and out of a model

Retrieval and fine-tuning are mostly format work. The RAG chunker splits documents with configurable overlap and reports the token count of every chunk, the embedding similarity calculator compares vectors by cosine, dot product or distance, and the fine-tuning dataset converter moves a dataset between the OpenAI, Anthropic, Gemini, ShareGPT, Alpaca and ChatML shapes. The JSONL validator catches the structural faults that make an upload fail hours later: a bad line, a broken role alternation, a row over the limit. On the wire side, the tool schema converter translates a function definition between provider shapes, MCP and plain JSON Schema, and the stream parser reconstructs a message, its tool calls and its usage from a raw SSE dump. The prompt template generator expands one template over a CSV or JSONL file, and the chat export formatter turns a ChatGPT or Claude export into readable Markdown.

Self-hosting and sampling

Before downloading weights, work out whether they fit. The GGUF size calculator uses effective bits per weight rather than the nominal quantisation level, and the VRAM calculator adds the KV cache, which grows with context length and concurrency and is what usually causes the out-of-memory error. The temperature and top-p visualiser shows what those sampling numbers do to the distribution, which is more useful than adjusting them by feel.

None of these tools calls a model. They are tokenisation, arithmetic, parsing and format conversion, which is why there is no API key field and why your prompts and datasets stay in the browser.

Frequently asked questions

Do these tools call an AI model or need an API key?

No. Every tool in this category is deterministic — tokenisation, pricing arithmetic, chunking, schema conversion and format validation. There is no API key field because there is no API call, so your prompts and datasets stay on your device.

How accurate is the token count?

Exact for any model using a published BPE vocabulary — the o200k and cl100k tokenisers behind GPT-4o, GPT-4 and the embedding models are run in full, not approximated. Claude and Gemini do not publish their vocabularies, so those counts are calibrated estimates and are labelled as such.

Why does token count matter?

Tokens are the unit both the context window and the bill are measured in. A prompt that fits in 128k tokens on one model may not on another, and the same text can differ by 30% between tokenisers — which is why counting characters and dividing by four is unreliable for anything you are paying for.

Share ai & llm tools

People also search for

  • ai api cost calculator
  • llm cost calculator
  • openai pricing calculator
  • gpt-4 cost calculator
  • claude api cost
  • token cost calculator
  • gemini pricing calculator
  • llm price comparison
  • chatgpt api cost
  • ai cost per token
  • compare llm pricing
  • ai writing detector
  • ai content checker
  • is this written by ai
  • chatgpt detector
  • ai text analysis
  • stylometry tool
  • burstiness checker
  • perplexity checker
  • ai writing patterns
  • detect ai writing
  • ai content detector free
  • chatgpt export to markdown
  • claude export converter