- Home
- Getting Started
- Account & Settings
- Roles & Add-On Access
- Settings
- Agentic
- White Label
- Agents & Engines
- Engines
-
Agents
- Overview
- Core Agents
- Core Agents
- Matrix Agent
- Audit Agent
- Industry Agents
- Patent Agent
- Add-On Modules
-
Manufacturing
- Manufacturing
- Overview
- Work Orders
- Production Scheduling
- Shop Floor Monitor
- OEE Dashboard
- Production Counters
- Plant & Process Setup
- Work Centers
- Bill of Materials
- Manufactured Products
- Work Instructions
- Quality Operations
- Overview
- Inspection Plans
- Quality Checklist
- Non-Conformance (NCR)
- SPC Charts
- Traceability (4M)
- Maintenance Operations
- Overview
- Asset Registry
- Preventive Maintenance
- Work Orders
- Spare Parts
- Reliability Dashboard
- Inventory Operations
- Overview
- Material Staging
- WIP Tracking
- Kanban Replenishment
- Material Consumption
- Assets
- Asset Health
- Legal
- Construction
- Government
- Education
- Energy
- Agriculture
- Healthcare
- RevOps
- Ecommerce Operations
- Financial Audit & Fintech Ops
- Insurance
- Hospitality
- Real Estate
- Patent & R&D Operations
- Automotive & Fleet Management Ops
- Customs & Global Trade
- Enterprise & Technical
-
Enterprise Operations
- Enterprise Operations
- Overview
- Enterprise Operations Guide
- Compliance & Docs
- Overview
- Approval Workflow
- Expiry Reminders
- Document Control
- Audit Trail
- Compliance Radar
- Contracts & Warranty
- Overview
- Active Contracts
- Warranty Check
- Service Billing
- Field Service
- Overview
- Dispatch Board
- Job Management
- Van Inventory
- Performance Dashboard
- Service Desk
- Overview
- Service Requests
- SLA Monitor
- Knowledge Base
- Procurement & Vendor
- Purchase Orders
- Vendor Portal
- RFQ Management
- QHSE
- Overview
- Incident Reporting
- Permit to Work
- Safety Inspections
-
Security & Compliance
- Threat & Monitoring
- Overview
- Security Hub
- Security Audit
- IAM Visualizer
- Dependency Scanner
- Secret Scanner
- Secret Vault
- Traffic Monitor
- Audit Trail
- Threat Simulator
- Compliance Radar (MatrixAgent)
- Identity & Compliance
- Overview
- PPTX Auditor
- PDF Auditor
-
Engineering & Infrastructure
- DevOps & Infrastructure
- Overview
- Cron Builder
- CI/CD Pipeline
- Containers
- Log Streamer
- Secrets Management
- Health Monitor
- Infrastructure as Code
- Developer Tools
- Overview
- Nerve Center
- Git Diff Viewer
- Regex Tester
- JSON Transformer
- Workflow Optimizer
- Execution Replay
- Workflow Editor
- Dev Hub Terminal
- Security Hub
- Graph View
- Terminal Editor
- API Playground
- DSL Compiler
- Database Tools
- Overview
- Database Manager
- ORM Mapper
- SQL Formatter
- Schema Visualizer
- Visual Query Builder
- Seed Data Generator
- Custom Collections
- QA & Test
- Overview
- Flake Tracker
- Artifact Vault
- Web Test Module
- Test Plan & Runner
-
Data & Intelligence
- AIOps & Intelligence
- Overview
- Agents
- Agent Architect
- Model Center
- Prompt Lab
- Knowledge Base
- Agent Persona Editor
- Tool / Function Registry
- Observability & Logs
- DataOps & Analytics
- Overview
- Data Inspector
- AI Predictive Models
- Core Modules
- Ads & Social Media
- AI Assistants
- API & Integration
- App Groups
- Appointment Booking
-
Automation
- Automation
- Overview
- Workflow Editor
- Monitoring
- Execution Heatmap
- Workflow Pulse
- Trigger Control
- Task Scheduler
- Integration Hub
- Rule Engine
- Pipeline Designer
- Workflow Editor
- Overview
- Triggers
- Manual Input
- Data Sources
- Ecommerce
- Document Management
- Logic & Transform
- AI Agents
- Knowledge / AI
- Validation & Security
- Integrations
- Outputs
- Document Generation
- Image Generation
- Video Generation
- Coming Soon
- Call Center
- Collaboration
- Community
- Creative Studio
- CRM
- Fleet & Logistics
-
Finance
- Hub
- Finance Hub
- Accounting Hub
- Treasury & Banking Hub
- Commercial Accounts Hub
- Invoicing & Billing Hub
- Reporting & Analytics Hub
- Grid View
- Overview
- Accounting AI Assistant
- Treasury
- Invoice Manager
- Expense Management
- Financial Accounts
- Payroll
- Accounts Receivable
- Accounts Payable
- Bank Reconciliation
- Budget & Forecasting
- Expenses & Budget
- Profit & Loss
- Tax & Compliance
- Galleries & Curation
- Google Display Ads
- Human Resources
- Legal & Support
- Logistics
- Map Explorer
- Marketing
- My Workspace
- Plans & Pricing
- Point of Sale
- Product Management
- Purchase
- Sales
- Semantic Search
- Strategy & Fundraising
- Warehouse
- Website
- Productivity
- Project Management
- Documents
- Learning (LMS)
-
Creator Tools
- Overview
- Brand Identity Creator
- Template Creator
- Image Creator
- Overview
- Getting Started
- Image Generation
- Remix
- Upscale
- Magic Replace
- Remove Background
- Reframe
- Describe
- Magic Tags
- Magic Fill
- Style Transfer
- Style Preset
- Social Media Images
- Prompting Guide
- Video Creator
- Overview
- Getting Started with Video
- Text to Video
- Image to Video
- AI Video Transition
- Video Effects
- Scene Builder
- Short Film Creator
- Audio Creator
- Overview
- AI Audio
- Text to Speech
- Voice Cloning
- Music Generation
- Sound Effects
- Writer Tools
- App Factory
- Research
- Utilities
In-Browser Models (WebGPU)
Models that run directly inside the browser tab using WebLLM and your machine's GPU via WebGPU — no server, no Ollama, nothing installed. Unlike the ONNX engine, there is no CPU fallback: WebGPU is required.
What "In-Browser (WebGPU)" Means
Unlike the Ollama-based engines, In-Browser LLM (WebGPU) models never leave your browser tab. The model weights are downloaded once (and cached by the browser), then inference runs entirely client-side using WebLLM (MLC) — no Node.js server, no local Ollama process, no network calls after the initial download.
This engine is a sibling to the In-Browser Models (ONNX) engine, which runs on Transformers.js and falls back to WASM on the CPU when WebGPU isn't available. WebLLM takes the opposite trade-off: it requires genuine WebGPU support and has no WASM fallback, in exchange for faster inference on capable GPUs using MLC's compiled model format.
Where to configure it
Go to Settings → Agentic → Writer Engine and select In-Browser LLM (WebGPU). Pick a model from the list below, click Download, and it becomes available for content generation once ready. See Agentic AI Settings for the full settings reference.
Underlying Technology
This engine is built on WebLLM (mlc-ai/web-llm), the browser port of MLC-LLM:
- Models are distributed in MLC format — MLC's own quantized format, typically
q4f16— unlike the ONNX format used by the sibling engine. - Runtime: a dedicated TVM/WebGPU runtime — it uses WebGPU differently from Transformers.js, via its own compilation pipeline.
Because the format and quantization differ, the same underlying model is often a different download size than its ONNX counterpart on the In-Browser Models (ONNX) page.
Micro / Ultra-Lightweight Models
Starter models that download quickly and run without straining the browser tab:
| Model | Size | Best for |
|---|---|---|
SmolLM2-360M | ~230 MB | Fastest WebGPU model. Short drafts. |
Balanced In-Browser Models
The best speed/reasoning balance for text generation, summarization, and chat directly in the browser:
| Model | Size | Best for |
|---|---|---|
Llama-3.2-1B-Instruct | ~880 MB | Meta's flagship small model, GPU-accelerated. |
High Performance In-Browser Models
Push the browser's limits, but deliver the strongest in-browser results for language understanding, reasoning, and technical work:
| Model | Size | Best for |
|---|---|---|
Qwen2.5-1.5B-Instruct | ~1.1 GB | Best multilingual/reasoning quality, WebGPU-accelerated. |
Phi-3.5-mini-instruct | ~2.2 GB | Microsoft's high-performance small model. |
Note on sizes
Sizes shown are approximate download sizes for each model's MLC-quantized build (q4f16_1) served via WebLLM — actual browser cache usage can vary slightly by browser.
Choosing a Model by Category
Micro / Low-Resource
SmolLM2-360M — fastest download and inference, best first try on any WebGPU-capable machine.
Balanced In-Browser
Llama-3.2-1B-Instruct — the default recommendation for everyday in-browser writing and chat on WebGPU.
High Performance
Qwen2.5-1.5B-Instruct, Phi-3.5-mini-instruct — best language understanding and reasoning quality, at the cost of a larger download and more GPU memory.
Downloading a Model
The first download happens once per browser — after that, the model is served from the browser's own cache, so switching tabs or reloading the page does not require re-downloading. Switching to a different model triggers a new download for that model only.
FAQ
Llama-3.2-1B-Instruct is the recommended default for most users with a WebGPU-capable browser. If you want the fastest possible download and response time, start with SmolLM2-360M instead.