Claude Fable 5$22.000/MClaude Opus 5$11.000/MClaude Opus 4.8$11.000/MClaude Opus 4.7$11.000/MClaude Opus 4.6$11.000/MClaude Opus 4.5$33.000/MClaude Sonnet 3.7$6.600/MClaude Opus 3$33.000/MClaude 2.1$12.800/MClaude 2$12.800/MGPT-5.6 Sol$12.500/MGPT-5.6 Terra$5.000/MGPT-5.5$12.500/MGPT-5.2$5.425/MGPT-5.2-Codex$5.425/MGPT-5$3.875/MGPT-4.5$97.500/MGPT-4 Turbo Preview$16.000/MGPT-4$39.000/MGPT-4-32k$78.000/Mo3$19.000/Mo3-mini$2.090/Mo4-mini$2.090/Mo1$28.500/Mo1-mini$5.700/Mo1-preview$28.500/MGemini 3.5 Pro$5.000/MGemini 3.1 Pro$5.000/MGemini 3 Pro$5.000/MGemini 2.5 Pro$3.875/MClaude Fable 5$22.000/MClaude Opus 5$11.000/MClaude Opus 4.8$11.000/MClaude Opus 4.7$11.000/MClaude Opus 4.6$11.000/MClaude Opus 4.5$33.000/MClaude Sonnet 3.7$6.600/MClaude Opus 3$33.000/MClaude 2.1$12.800/MClaude 2$12.800/MGPT-5.6 Sol$12.500/MGPT-5.6 Terra$5.000/MGPT-5.5$12.500/MGPT-5.2$5.425/MGPT-5.2-Codex$5.425/MGPT-5$3.875/MGPT-4.5$97.500/MGPT-4 Turbo Preview$16.000/MGPT-4$39.000/MGPT-4-32k$78.000/Mo3$19.000/Mo3-mini$2.090/Mo4-mini$2.090/Mo1$28.500/Mo1-mini$5.700/Mo1-preview$28.500/MGemini 3.5 Pro$5.000/MGemini 3.1 Pro$5.000/MGemini 3 Pro$5.000/MGemini 2.5 Pro$3.875/M

Reference · AI Landscape

AI & LLM Glossary

63 terms

Plain-language definitions of the terms that matter when you evaluate AI models and their costs, from tokens and context windows to benchmarks, agents, and the chips that run them. Every definition links to the related concepts, models, and providers on Tokenando. Explore the AI landscape →

Pricing & Billing

14 terms
API providerAn API provider is a company that serves AI models over an API, either its own proprietary models or open-weights models it hosts for customers.Batch APIA Batch API processes large sets of requests asynchronously, typically within 24 hours, in exchange for a discount, commonly 50 percent off standard rates.Blended costBlended cost is the effective price per token of a real workload, combining input and output rates weighted by the actual mix of tokens consumed.Context windowThe context window is the maximum number of tokens a model can handle in a single request, covering the input prompt and generated output combined.Free tierA free tier is a no-cost allowance of API usage or chat access that providers offer to attract developers, usually with strict rate and volume limits.Input tokensInput tokens are the tokens you send to a model (prompt, system instructions, documents, tool definitions, and chat history) billed at the input rate.Max output tokensMax output tokens is the upper limit on how many tokens a model may generate in one response, set by the model and adjustable per request.Model routerA model router is a service or layer that directs each request to one of several AI models based on cost, capability, latency, or availability.Output tokensOutput tokens are the tokens a model generates in its response, usually billed at a higher rate than input, often three to five times more per token.Price per million tokensPrice per million tokens is the standard unit of AI API pricing, quoted separately for input and output, for example, $3 per 1M input tokens.Prompt cachingPrompt caching lets a provider reuse computation for a repeated prompt prefix, discounting those input tokens (often by 50 to 90 percent) on later requests.Rate limitA rate limit caps how many requests or tokens an API customer can send per minute or day, protecting provider capacity and tiering access by spend.TokenA token is the basic unit of text an AI model reads and generates, roughly 4 characters or three-quarters of a word in English.TokenizationTokenization is the process of splitting text into tokens, the sub-word units a language model actually processes and providers bill for.

Models & Architecture

15 terms
DistillationDistillation trains a smaller student model to imitate a larger teacher model's outputs, preserving much of its capability at far lower cost.Embedding modelAn embedding model converts text into a numeric vector that captures its meaning, enabling semantic search, clustering, and RAG retrieval.Foundation modelA foundation model is a large model pre-trained on broad data that serves as a base for many downstream tasks through prompting or fine-tuning.Frontier modelA frontier model is one of the most capable AI models available at a given time, pushing the state of the art in reasoning, coding, and knowledge.Large language model (LLM)A large language model (LLM) is a neural network trained on vast text corpora to predict tokens, enabling it to generate and reason over language.Mixture of Experts (MoE)Mixture of Experts (MoE) is an architecture that routes each token through a small subset of specialised sub-networks, cutting compute per token.Model deprecationModel deprecation is a provider's scheduled retirement of an API model, requiring users to migrate to newer versions before access is shut down.Model familyA model family is a set of related models sharing architecture and branding but differing in size, price, and capability: like Claude, GPT, or Gemini.Multimodal modelA multimodal model accepts or produces more than one type of data (such as text, images, audio, or video) within a single model.Open weightsOpen weights means a model's trained parameters are publicly downloadable, so anyone can run, fine-tune, or self-host it under its license terms.Parameter countParameter count is the number of learned weights in a model, a rough proxy for capability and for the compute needed to train and run it.Proprietary modelA proprietary model is available only through its creator's API or licensed platforms; the weights are never released for download or self-hosting.QuantizationQuantization reduces the numeric precision of a model's weights (for example from 16-bit to 4-bit) shrinking memory needs and speeding up inference.Reasoning modelA reasoning model spends extra compute thinking step by step before answering, trading higher latency and output-token cost for better accuracy.Small language model (SLM)A small language model (SLM) has relatively few parameters (often under about 15 billion) making it cheap to run, fast, and viable on-device.