PlatformModels & Agents
Build apps that generate, reason, and act.
The software a workforce builds now is AI-native: it generates content of every kind, reasons over its own data, and runs agents of its own that act. On Remy, that’s the default. One SDK carries 330+ models, an agent runtime, and a thousand integrations, with no keys, no per-vendor setup, and every model billed at cost with no markup.
Every model, every vendor, one call
Text, image, video, audio, and 3D models from more than 30 major vendors, 330-plus in all, each reached through one call and one credential.
- GPT-5.5
- GPT-5.4 Pro
- GPT-5 mini
- o3
- GPT Image 2
- Sora 2
- Claude 4.8 Opus
- Claude 4.6 Sonnet
- Claude 4.5 Haiku
- Gemini 3.1 Pro
- Gemini 3 Flash
- Imagen 4 Ultra
- Veo 3.1
- Grok 4.5
- Grok 4.3 Vision
- Grok Imagine
- Llama 4 Maverick
- Llama 4 Scout
- Mistral Large 3
- Mistral Medium 3
- Codestral
- DeepSeek V4 Pro
- DeepSeek V3.2
- DeepSeek-R1
- Kimi K3
- Kimi K2.6
- GLM 5.2
- GLM 4.6V
- Qwen3.7 Max
- Qwen Image 2.0 Pro
- Nova Pro
- Nova Canvas
- Command R+
- Command R
- Sonar Pro
- Sonar Deep Research
- Nemotron 3 Super
- Nemotron 3 Nano
- FLUX.2 [pro]
- FLUX.1 Kontext
- Stable Image Ultra
- Stable Diffusion 3.5
- Ideogram V4
- Ideogram V3
- Seedream 4.5
- Seedance 2.0
- Kling O3
- Kling 3.0 Pro
- Hailuo 2.3 Pro
- Speech 2.8 HD
- Music 2.5
- Photon 1
- Ray 2
- Gen-4 Turbo
- LTX-2.3
- PixVerse V5.6
- TTS v3
- Scribe v2
- Music
- Meshy 6
- Tripo v2.5
- Hunyuan3D V3
- Hunyuan3D V2
The catalogue stays current: models are added as vendors ship them and retired as vendors drop them. An app can list what’s available for a task and choose the right one as it runs, instead of being locked to a single vendor chosen up front.
Everything an app can make
One SDK spans every kind of content an app can generate. Each is a single call, and each hands back something the rest of the app can use directly.
Once something exists, an app can reshape it. The editing toolkit you would normally reach for separate software to do is built in, a single call away.
Everything an app creates or edits is hosted for you and handed back as a permanent link, with instant resize, crop, and format changes for images. No upload step, no storage to manage.
AI, built in, not bolted on
A Remy app isn’t only software. It’s software that generates content of every kind, reasons over the data it already holds, and runs agents of its own that take real action. That’s the kind of app a workforce builds now, and on Remy it’s the default, not a special project.
The usual way to add this is a project in itself. Text is one vendor, images another, transcription another, video another, each with its own SDK, its own keys to store and rotate, its own rate limits, its own line on the bill. Getting a single AI feature into production means wiring up and securing all of that before the feature itself exists.
Part of the platform, not an integration
Calling a model isn’t something a Remy app connects out to. It’s a capability of the platform the app already runs on. The app makes one call; the platform picks the model, runs it, meters it, and hands back a result the app can use. Three things follow, and none of them are the developer’s work:
- No credentials in the app
- The app never holds a provider key. There’s no vendor SDK to install, nothing to rotate, and nothing to leak.
- One interface across every vendor
- The same call shape reaches OpenAI, Anthropic, Google, and the rest. Switching models means changing an identifier, not rewriting an integration.
- One metered edge
- Because model calls route through the platform rather than out to a provider directly, every one is measured, attributed, and auditable. That’s the same chokepoint that produces the app’s unit economics and its audit trail.
Agents that belong to the app
Beyond single calls, the SDK can run agents of its own: agents that live inside the app and run when it does.
- Task agents
- A multi-step loop where an agent works toward a goal by calling tools, built right in. Give it a prompt, some starting input, a set of the app’s own actions it can use as tools, and a model. It reasons and calls those tools across as many turns as the work needs (20 by default, up to 100), so it finishes the job without running indefinitely. It shows its thinking and the tools it uses as it goes, remembers where it left off between runs, and reports exactly which tools it called and the tokens and cost it used. Because the tools are the SDK, one agent can search the web, generate an image, post to Slack, and write to the app’s database inside a single loop.
- Packaged agents
- Full MindStudio agents and workflows can be run from within an app, so a more involved automation is callable as a single step.
That’s the difference between an app that calls AI and an app that is an agent, and both are written in the same SDK.
Every system a business already runs on
The same SDK reaches more than 1,000 outside services, on the one credential, and every one is available to a task agent as a tool. An app doesn’t only reason. It reads from and writes to the systems a business already runs on, without assembling and securing a single integration itself.
A representative sample. The full directory spans 1,000+ integrations and 850+ connector actions, all on the one credential.
Bring your own models
Everything above is the platform’s own model layer, and for most teams it’s all they’ll need: every model, one bill, no keys to manage. But an organization with its own model strategy or its own data-boundary requirements isn’t locked into it. Control escalates as far as it needs to:
- Bring your own key
- Route model calls through the organization’s own provider accounts, under its own contracts and terms. The same call, a different account behind it, and app code that doesn’t change.
- Custom and self-hosted models
- Register a model the organization hosts or has contracted, a fine-tune, a private or region-specific deployment, and call it the same way as any model in the catalogue.
- Local, tunneled models
- Reach a model running on the organization’s own hardware or inside its own network over a secure tunnel, so prompts and data never leave that environment at all.
Keys, routing, and usage are governed from the organization dashboard, not scattered across apps. The model layer is a choice, not a lock-in: the managed catalogue for reach, or the organization’s own infrastructure where policy requires it, without changing how apps are written.
Easy for the builder, accountable for the organization
Every model call goes through the platform. Nothing routes around it, which is what makes the rest of this true:
- Private by default
- Every model call runs under enterprise agreements with every model vendor. Data isn’t used to train their models, and it carries zero data retention wherever a vendor supports it (flagged plainly wherever it doesn’t). Where the assurance needs to be absolute, the same escalation from bring-your-own-models puts the data under the organization’s own contract, or keeps it inside its own network entirely.
- Metered
- The exact cost of every call is captured at the source and attributed by method, user, and model, split between building the app and running it. That’s true unit economics, not a provider bill reverse-engineered later. See the Audit Log deep dive.
- Audited
- Model use is activity on the platform edge, recorded like any other action: who ran what, when.
- No scattered keys
- With credentials held by the platform rather than pasted into apps, there’s no sprawl of provider keys across a fleet of tools to inventory, rotate, or lose.
Every app on Remy is AI-native by default: every model, every kind of content, an agent runtime, and a thousand integrations, built into the one SDK it’s written in, with no keys and no setup. And because all of it routes through the same platform, the organization gets the cost, the audit trail, and the visibility that usage produces without doing anything extra for it. The routing that makes an app easy to build is the same routing that makes it easy to govern.
Start building on Remy.
Everything you just read is standard in every app, running from the first deploy.
Start building← Back to the Platform