Skip to content

ChatGPT alternatives

12 tools that do a similar job, and what makes each one different.

What ChatGPT is

ChatGPT is OpenAI's assistant, reached through a web app, a desktop app and mobile apps. The free tier is listed at $0 per month, and everything above it is sold either as a subscription or, for developers, as an API key that bills per token at published API rates instead. Three models are listed: GPT-5.6 Sol, GPT-5.6 Terra and GPT-5.6 Luna. Each carries a context window of about 1.05 million tokens and a maximum output of 128K tokens, so what separates them is the cost of running them rather than how much they can read at a time. The Plus allowances make that concrete. Counted per five hour window, Sol runs to roughly 10 to 100 messages, Terra to 20 to 170, and Luna to 215 to 1,720. Choosing a model is partly a decision about how many turns a working session needs. ChatGPT Go is listed at $8 per month and Plus at $20 per month, with Pro starting from $100. ChatGPT Business is $25 per user per month billed monthly, or $20 per user per month on annual billing, and a Business Premium seat carries five times the usage allowance of a Business Standard seat. Enterprise and Edu are quoted through sales, drop fixed rate limits altogether and scale usage with credits instead. Codex is reachable from the web, a command line interface, an IDE extension and iOS. ChatGPT is also a host for third-party apps. An app is built on a Model Context Protocol server combined with skills and optional UI, and selected MCP tools can return UI resources back into the conversation. Anything bound for the public directory passes through a public review process first, and the developer guidelines are specific about what gets in. An app must supply a privacy policy before it can be installed. Its name cannot be a single dictionary word unless there is a genuine brand connection behind it. It may not collect payment card data, health information, government IDs or authentication credentials through its input schema. It must suit a general audience that includes users aged 13 to 17, and may not target children under 13. Apps that transact are limited to physical goods, with digital products, subscriptions, tokens and credits all prohibited. On the compliance side, OpenAI holds SOC 2 Type 2 along with ISO 27001:2022, ISO 27017:2015, ISO 27018:2019, ISO 27701:2019 and ISO/IEC 42001:2023 attestations, and runs a responsible disclosure programme through Bugcrowd.

A search engine that answers the question instead of listing pages that might. Every claim carries a numbered citation you can follow, which makes it useful for research you intend to defend later. Focus modes narrow a search to academic papers, forums or video. The trade-off is the usual one for answer engines: you read a synthesis rather than the sources, and the synthesis is only as good as what it retrieved.

Freemium

Anthropic's assistant, reached for most often when the input is long or the reasoning has to be careful, contracts, codebases, research papers, anything where skimming produces a confident wrong answer. Projects keep a set of documents in context across conversations, and Artifacts render code and documents beside the chat rather than inside it. Also available as an API and a desktop app.

Freemium

Managed vector search, so retrieval stops being an operational problem. You upsert embeddings with metadata and query by similarity with filters, and the indexing, sharding and scaling are handled. Serverless indexes bill on usage rather than provisioned pods. The decision is nearly always this against pgvector: a managed service that scales, or one less system to run.

Freemium

Generates complete songs from a text prompt (vocals, instrumentation, structure and a title), rather than loops or stems. Useful for demos, background music and figuring out whether an idea works before booking anyone. You can supply your own lyrics or let it write them. Commercial rights depend on the plan, and that detail matters more than the output quality for most professional use.

Freemium

Speech synthesis good enough for published audio rather than prototypes: audiobooks, dubbing, narration and voice-overs that hold up to close listening. It clones a voice from a short sample, speaks across dozens of languages, and exposes the whole thing as an API. Voice cloning is exactly as sensitive as it sounds, which is why consent verification sits in front of it.

Freemium

The hub open-source machine learning is organised around. Hundreds of thousands of models and datasets with versioning, model cards and licences, plus Spaces for hosting a live demo of any of them. The `transformers` library is the default way to load a model in Python. If a paper released weights, this is almost always where they are.

Freemium

Video generation and editing aimed at people who already edit video. Text and image prompts produce clips, and the surrounding tools (background removal, motion tracking, inpainting, camera control) are the parts that get used daily once the novelty of generation wears off. Widely used in advertising and pre-visualisation, where an approximation of a shot is worth more than a description of it.

Freemium

Open source, unlike ChatGPT

Open source

Open source, unlike ChatGPT

Open source

Runs open-source models behind an HTTP API so you never provision a GPU. Push a model with Cog and it becomes an endpoint; pull someone else's and it is one call. Billing is per second of compute, which suits bursty work and gets expensive under sustained load, at which point self-hosting is the comparison to make.

Paid

Image generation with a distinctive aesthetic, lighting, composition and texture that other models approximate but rarely match. Prompts are refined through variations and upscales rather than tuned parameters, which suits art direction more than precise control. It runs in Discord and on the web, and the learning curve is mostly about learning what its house style does well.

Paid

Generates mobile and web apps from a table your team already maintains. Rows become screens, columns become fields, and the result is installable and works offline. Best for internal tools (inventory, inspections, field data, directories), where the alternative is a spreadsheet somebody edits on a phone.

Freemium