AI functions for
Google Sheets
Summarize, translate, classify, extract, clean up, and draft — right inside a cell.
Type =mAI(…)
and let the backend pick the best model for the job.
How it works
Your provider keys and model choices live on the mosAIc backend. The add-on is a thin client — it never holds a model key.
Install the add-on
Add the mosAIc Apps Script to your sheet. A mosAIc menu appears with Settings and Bulk run.
Paste your key
Open mosAIc ▸ Settings, paste the mosaic_live_… key you were sent, and Test connection.
Use =mAI()
Call =mAI() or any mAI_* helper in a cell. Ranges run row by row and spill down.
# Plain-English instruction over one or more cells =mAI("combine into a full address", A2:D2) # Purpose-built helpers =mAI_TRANSLATE(F2, "Spanish") =mAI_CLASSIFY(E2, "STEM, Humanities, Arts") =mAI_SUMMARIZE(A2, 20) =mAI_TABLE(A2:A20, "name, email, company")
Everything you can do
Fifteen functions today — from one-word sentiment to structured table extraction. Force a specific model per formula, or let mosAIc route it.
=mAI(instruction, …)Run any instruction over your cells.=mAI_SUMMARIZE()Condense text to a word limit.=mAI_TRANSLATE()Translate into any language.=mAI_CLASSIFY()Sort into one of your categories.=mAI_EXTRACT()Pull a value out of messy text.=mAI_SENTIMENT()One-word sentiment.=mAI_EMAIL()Draft an email from notes.=mAI_FILL()Few-shot: learn from examples.=mAI_LIST()Generate a list, spilled down.=mAI_FORMULA()Describe a formula, get the formula.=mAI_EDIT()Fix grammar, tone, concision.=mAI_FORMAT()Normalize dates, currency, case.=mAI_SPLIT()Split a cell into parts.=mAI_TAG()Apply multi-label tags.=mAI_TABLE()Extract structured columns.Bulk run — thousands of rows, in the background
Need more than a single formula? Open mosAIc ▸ Bulk run, pick a task, point it at a range, and it processes the whole column in batches — continuing past Google's time limits and surviving a closed sidebar. Already-filled cells are skipped, so re-running is cheap and safe.
Get started
mosAIc is in private beta while we test with early users. Keys are issued by hand for now.
Add the add-on
We'll share the Apps Script and a 2-minute setup. Paste the key in Settings and you're live.
Start typing
Try =mAI_SENTIMENT(A2) in any cell. If you can write a formula, you can use mosAIc.