← Back to model catalog A simple illustration of the RNJ-1 Cloud setup -- your computer talks to OpenWebUI, which talks to RNJ-1 running in the cloud

Image source: Ollama

RNJ-1 · Terminal Glass

A Lightweight Coding and Science Helper, Without Any Local Setup

RNJ-1, built by Essential AI, runs through a simple chat window on a modest computer while the actual thinking happens on Ollama's cloud servers. It's a smaller, focused model -- good at coding, math, science problems, and basic automated task-completion -- and it can understand fairly long conversations at once. You skip the setup work of installing and tuning a model yourself; in exchange, your questions, code snippets, and any documents it searches travel out to the cloud, and you're billed based on how much you use it.

In short: your computer runs the chat window. RNJ-1, running on Ollama's cloud, does the heavy lifting.

So, what exactly is RNJ-1?

RNJ-1 is a compact AI model built by Essential AI specifically for coding, math, science, and basic automated tool use. It was trained from the ground up rather than adapted from a larger model, and it's designed to handle a good chunk of conversation or code at once. Think of it as a focused specialist rather than a broad generalist -- it's aimed at programming help, solving science and math problems, filling in missing pieces of code, and small experiments where the AI completes a task on its own with some outside tools.

Through Terminal Glass's cloud connection, you get access to the standard version of RNJ-1. A smaller, downloadable version also exists if you'd rather run everything on your own equipment through a fully private setup. Whichever way you go, it's worth setting clear rules upfront about what code and documents are okay to send out over the internet.

Here's the honest trade-off

Terminal Glass gives you the same friendly chat app (OpenWebUI) and the same locally stored document search tool you'd get with a fully private setup -- but instead of your own computer doing the "thinking," each question gets sent out to Ollama's cloud to be answered by RNJ-1. Your own machine just needs to run the chat window and your document search -- a small, inexpensive computer is usually enough. You skip the extra setup work of installing, configuring, and fine-tuning a model yourself before you even get to try it out.

Here's what that really means: your questions, code snippets, any documents your search tool pulls up, and anything the AI does with outside tools all get sent out over the internet to be processed. This is not a locked-down, private setup -- it's a different thing entirely from a fully private NoCloudGPT setup, where everything stays on machines you own and control. You'll also pay an ongoing, usage-based fee, and responses will depend on your internet connection. If sensitive or regulated material can never leave your network, choose a NoCloudGPT Air Gapped setup instead.

"Do I need to buy a fancy graphics card?"

This is really the question most people are trying to figure out, even if they don't phrase it that way.

If you try to run these AI models without a proper graphics card (the same kind used for video games, but scaled up), your computer will fall back to using its regular processor. That technically works for the occasional light question, but it becomes painfully slow for regular use. A lot of people learn this the hard way after renting a cloud computer that turns out to be either too slow or surprisingly expensive.

If you'd rather not deal with picking out graphics cards, comparing specs, or troubleshooting driver issues at all, Terminal Glass Cloud is the easier path -- you get a capable AI through a simple, familiar chat window, and someone else worries about the hardware.

On the other hand, if you want everything running on equipment you personally control, you can rent a graphics-card-equipped server (through AWS, Digital Ocean, or your own machines) and install NoCloudGPT on it yourself. In that setup, you're the one responsible for picking the right graphics card and keeping it running smoothly.

And if your organization needs everything to stay completely inside your own walls from the very first day, then a NoCloudGPT Air Gapped setup on your own hardware is the way to go.

There's no single "correct" choice here. It really comes down to your budget, how sensitive your data is, how fast you need answers, and whether you want to own your equipment long-term.

Is this actually for you?

👤 If you're using this for yourself

Great for students, hobbyist coders, and anyone learning technical skills who wants help with programming, math, science, scripts, or debugging without needing to set anything up locally. Every question and every piece of code you type gets sent to the cloud -- so avoid private records, passwords, personal documents, and sensitive code. Choose a fully private setup if keeping everything on your own device matters to you.

🏢 If you're using this for your business or team

A good fit for a lightweight internal help-desk for engineers, cleaning up documentation, IT support triage, technical Q&A, and early experiments with automated task-completion -- as long as your company's data rules allow information to be sent to an outside cloud service. Use a fully private setup instead when source code, customer data, or company secrets must stay inside your own walls.

⚙️ If you're technical or building software

Handles writing code, filling in missing pieces of existing code, debugging specific functions, experimenting with tool-connected AI, and small automated coding tasks reasonably well. For bigger jobs -- like reworking an entire codebase or letting the AI make changes on its own -- pair it with proper testing, human review, and a way to undo mistakes, no matter how good the model is.

🔬 If you're doing research or working with data

Practical for reviewing publicly available code, explaining what a piece of analysis code is doing, working through science and math reasoning, and light help with data-cleanup tasks. Keep in mind that a cloud-based AI can change or update over time, so you won't get the exact same, repeatable results down the line. Confidential or unpublished data should stay on a fully private setup.

How this actually works, step by step

You'll interact with everything through OpenWebUI -- a clean, simple chat window running on your own computer (or you can use the command line, if you prefer). Your chat history, user accounts, and any documents you've indexed for search stay on hardware you control. But the moment you send a question, it -- along with any code snippets or document excerpts your search tool pulls in -- travels out to Ollama's cloud servers to be answered, and the reply streams back to your screen.

To use the cloud version, you'll need to sign in with an Ollama account on your computer first. RNJ-1's cloud usage is priced in a moderate tier -- generally reasonable for a model this size, though repeated back-and-forth with outside tools can still add up over time.

ollama signin
ollama run rnj-1:8b-cloud

What leaves your computer: your typed questions, code snippets, any document text your search tool pulls up, and any back-and-forth with outside tools. This model only reads and writes text -- it doesn't handle images. Speed: includes some delay for the round trip to the cloud and back. Cost: based on how much you use it. When you're ready, the same model can run fully on your own hardware through a private setup instead.

When you should probably choose something else

What we recommend

Version Best for Notes
rnj-1:8b-cloud Individuals and small teams A compact model that handles a good amount of text at once, reads text only (no images), and can use outside tools. Currently the only cloud version of RNJ-1 available. Good for coding help, science and math problems, tool experiments, small automated tasks, and technical support -- when your content is okay to send to the cloud. Get quote →

A smaller, downloadable version of this model is also available for anyone who wants to run it entirely on their own equipment through a fully private setup. What's available can change over time -- double-check the current options at ollama.com/library/rnj-1 before committing.

The legal fine print, in plain terms

RNJ-1 is published by Essential AI under the Apache 2.0 license, which allows commercial use as long as you follow its standard terms. Using the cloud version requires an Ollama Cloud account, and you're billed based on how much you use it -- usage limits and pricing tiers apply and can change. Using Ollama's cloud service also means agreeing to Ollama's own separate terms -- worth reviewing both before relying on this for business purposes.

Official listing: ollama.com/library/rnj-1 · More information: Essential AI's RNJ-1 research post

A quick disclaimer: Terminal Glass is our own way of packaging this setup -- we don't own or run RNJ-1 or Ollama Cloud ourselves. Availability, pricing, and behavior are controlled by Essential AI and Ollama, and can change without notice. Data you send to the cloud version leaves your infrastructure. This page isn't legal advice.

What Terminal Glass adds

Terminal Glass sets you up with one simple chat window, a private, locally stored search tool for your own documentation, easy ways to manage multiple users, and help keeping an eye on your cloud usage so costs stay predictable.

Get a quote for RNJ-1 Cloud →

We'll help you figure out the right small computer to run locally and the right cloud option for your team.

Image and source credits

Hero image

See the Ollama RNJ-1 listing for official assets.

Who makes this model

RNJ-1 is made by Essential AI. Terminal Glass and NoCloudGPT are separate services and aren't affiliated with Essential AI or Ollama.

Want it fully private instead?

See Qwen2.5-Coder -- NoCloudGPT Private Instances for a coding-focused setup you fully control. The smaller version of RNJ-1 runs on the same NoCloudGPT stack.