AI Tools

AI tools on OmniDeck work differently from the rest of the site by necessity: an actual language model can't run entirely in a browser tab, so these use a "bring your own key" model — you provide your own API key from OpenAI, Anthropic, or Google, and your account's credits pay for the request instead of OmniDeck paying for (and rate-limiting) everyone's usage. That covers summarizing text, generating SEO meta tags, clustering keywords, detecting whether text was likely AI-generated, drafting AIDA or PAS-style copy, building flashcards from study material, explaining what a regex actually matches in plain language, redacting personal information from an email before sharing it, and generating business name ideas. Two tools in this category don't touch a model at all: the Token Counter, which counts exact tokens for cl100k_base and o200k_base encodings locally using the gpt-tokenizer library, and the LLM Cost Calculator, which estimates API cost from a token count and a price table that gets updated periodically as providers change pricing.

Your API key is used directly from your browser to the model provider — OmniDeck's server never sees it, and it isn't stored anywhere beyond your own browser session, so checking the actual cost of a prompt with the calculator before running it against a paid model is worth doing once you know roughly how many tokens your text costs.