Getting started

Try the AI for free (OpenRouter)

Point orgadmin.ai at a rate-limited free OpenRouter model to test-drive every AI feature — how to find one, what breaks, and why the model you pick sets the ceiling.

4 min read

You do not need a paid API account to find out whether any of this is useful. OpenRouter is a single key that reaches models from many vendors, and it publishes a set of them whose ids end in :free — no charge per token, in exchange for rate limits. Point orgadmin.ai at one and every AI surface in the app lights up: chat, the SOQL assistant, Insights, Studio, Tech Debt and Security Review.

Treat it as a test drive. It is enough to see what each feature does; it is not enough to judge how well the app answers. The last section explains why that distinction matters more here than you might expect.

What “free” actually means

Free models cost nothing per token. What you give up is throughput and, usually, some capability:

  • Rate limits — free models are capped per minute and per day against your OpenRouter account. The numbers are OpenRouter's, they change, and orgadmin.ai neither enforces nor tracks them, so check the current limits in your OpenRouter account rather than trusting a figure you read somewhere.
  • What hitting a limit looks like here — a run fails outright, or an answer stops halfway through. The app does not queue or retry for you. Wait a moment and run it again.
  • Smaller models, shorter context — the free tier skews towards smaller or older models, and several have context windows too short to hold a large org's schema.
  • The roster moves — models get added, renamed and withdrawn regularly. A model id that worked last month may simply not be in the list today.

Free endpoints, different terms

Free tiers commonly carry different data-retention and training terms from the paid endpoint of the same model. Read OpenRouter's terms, and check your own policy, before pointing a free model at a production org's metadata. A sandbox or Developer Edition org is the comfortable place to try this.

How the key itself is stored, and what changes once you move to a paid model, is in Bring your own AI key.

Connect a free model

  1. 1

    Create an OpenRouter key

    Sign up at openrouter.ai and create a key under Keys. It is your account with them — orgadmin.ai never creates one for you.
  2. 2

    Open the AI card

    Go to Settings and find Your AI provider. If you have never added a key it reads No AI key added yet — click Add your API key. If you already have one, use the pencil Edit key icon.
  3. 3

    Pick OpenRouter and paste the key

    Set Provider to OpenRouter — the muted line underneath should change to Key from: openrouter.ai → Keys. Paste the key into API key, and leave Base URL empty; OpenRouter does not need one.
  4. 4

    Fetch the model list

    Click Fetch models. This step matters, because the model picker is empty until you do — until then it just says No models loaded. A toast tells you how many were found; for OpenRouter it is several hundred.
  5. 5

    Find a free one

    Open Model and type in the search box. Searching :free lists the whole free set; searching nemotron jumps to NVIDIA's family. nvidia/nemotron-3-super-120b-a12b:free is a good first pick — free, a large context window, and it handles tool calling, which the app depends on. If the roster has moved on and it is not there, any other :free id is worth a try. Already know the id? Click Enter ID manually and paste it.
  6. 6

    Save

    Click Save key. Saving runs a quick tool-calling check — the next section covers what to do if it complains.

No context-size badge? That is normal.

Some models show a hint like ~200K ctx beside their name, and most free ones show nothing at all. That only means the app has no recorded size for that id — it is not an error, and the model still works.

Switching provider needs the key again

If you already had a key saved for a different provider, changing the Provider dropdown is not enough on its own — you have to paste the OpenRouter key as well. The app refuses to pair a stored key with a different provider, and will ask you to enter the API key for the new provider.

If tool calling fails

When you save, orgadmin.ai sends the model one trivial request that can only be answered by calling a tool. Weak models often fail it — they reply in prose instead, or print the tool call out as literal text like <function=…>. This is the most common problem with free models, and it is worth understanding because the failure is a quiet one.

The key still saves

The check is a warning, not a gate. Your key and model are saved either way, and a model that failed keeps an amber box above the saved key reading either This model may not support tool calling or Couldn't verify tool calling.

Tool calling is not optional here. Chat, the SOQL assistant, Insights and Studio all work by calling tools to read your org — objects, fields, Apex, flows, query results. A model that cannot call them does not fail loudly; it answers from thin air, confidently and wrongly.

  • “This model may not support tool calling” — it answered without using the tool, or wrote the call out as text. Click Edit key, pick a different :free id and save again. Free models vary enormously, so try two or three before concluding it cannot be done.
  • “Couldn't verify tool calling” — a different outcome: the check timed out or the provider returned an error, which on a free model is often just a rate limit. Save again in a minute and it may pass.

If nothing in the free list passes, that is the honest signal to spend a little on a small paid model rather than keep fighting it.

Turn Uploads off for a text-only model

The Uploads switch on the saved-key row allows image and file attachments in AI chats. Most free models cannot accept images, and attaching one will simply error — leave it off unless you know your model handles vision.

The model sets the ceiling

This is the part to understand before you judge the app on a free model. orgadmin.ai does the plumbing: it pulls your metadata, keeps it fresh, assembles the right context, defines the tools, and renders the result. Every act of judgement in between — reading the schema, deciding what to look up next, spotting the actual problem, writing the summary — belongs to the model, not to us.

So the quality of every AI answer you get is bounded by the model you picked. Nothing in the app makes a weak model smart. When answers come back shallow, plainly wrong, or trail off before finishing the job, that is almost always the model rather than the feature.

A free model is a test drive, not a working setup

Use one to learn the shape of the product and decide whether it is worth your time. Do not use one to judge answer quality, and do not put real production questions through it.

Features do not lean on the model equally. Roughly hardest to easiest:

  • Toughest Security Review and Tech Debt Finder: long multi-step reasoning across a lot of metadata. Tech Debt makes many calls in a single run, so free-tier rate limits bite here first, and weaker models tend to stall or return generic filler. Flow Health's AI summary uses the same model as Tech Debt.
  • Demanding Development Studio and Insights: writing Apex or LWC that actually compiles, and composing a dashboard that returns the right numbers, need both precision and a long context window.
  • Most forgivingAI chat and the SOQL assistant: short, tool-driven turns with a clear question and a checkable answer. Start your test drive here.

What to pay for when you upgrade

Two things are worth the money. Reliable native tool calling is non-negotiable — without it most of the app cannot function at all. After that, context window: 200k+ makes a visible difference on large orgs, because the org-analysis features feed a lot of schema and code to the model at once.

When free stops being enough

  • Swapping to a paid model on the same provider is easy. Click Edit key, change the model, and leave API key blank — your stored key is kept. Only changing the provider makes you paste a key again.
  • Set a spending limit first. On a paid model every request is billed to your own account, including failed and cancelled runs. See Bring your own AI key.
  • Keep an eye on consumption. The Usage page tracks what the app spent on your key — see Usage & billing.
  • Then go and use it. AI chat is the best first stop, and Your first 15 minutes is the guided tour if you have not done it yet.

Follow along in your own org

This guide sets up AI Org Chat. 14-day free trial, no credit card.

Start free trial