One embedding model, four different maximum lengths
The most downloaded sentence-embedding model ships four config files declaring 128, 256, 512 and 512 as its maximum inpu...
Guides & How-tos · Worked examples · Real numbers
Step-by-step how-tos, head-to-head comparisons and honest roundups — every guide worked through with current figures, then backed by a RECATOOLS calculator or AI-directory entry so you can act on it.
The most downloaded sentence-embedding model ships four config files declaring 128, 256, 512 and 512 as its maximum inpu...
OpenAI charges 2x input and 1.5x output on the full request once a prompt passes 272,000 tokens, so the 272,001st token...
All three major providers price a cache read at a tenth of normal input, so caching looks like the same deal everywhere....
Every hosted model has a date after which it stops answering. Almost everywhere that is an error you can see in your log...
A long session is cheap. An interrupted one is not. Every AI coding agent re-reads your whole conversation at a tenth of...
Write a prompt in Thai and it costs more than the same prompt in English — not because the model charges you differently...
A parameter count is not a size. Mistral 7B is 14.5 GB of weights before the KV cache exists, and most model repositorie...
From a server in Singapore, OpenAI's API accepts a connection in 6.2ms and takes 237ms to say anything. Anthropic's: 2.3...
We checked the 1,000 most-downloaded models on the Hugging Face Hub. 99% ship a model card, so documentation is not what...
Every business owner wants a map of where AI is reliable and where it is not. We built five task types — drafting to spe...
Tell the model it is an expert. Offer it a $200 tip. Threaten it. Say please. Add "let's think step by step". We ran all...
A language model emits one symbol at a time, in order. An image model starts from noise and refines the whole canvas at...