Skip to main content
Tool Automation open-source active Below 8
7.5/10 Useful
Active

Free (open-source) · Letta Code Free · Pro $20/mo · Enterprise custom

Best plan

Free (open-source) · Letta Code Free · Pro $20/mo · Enterprise custom

Watch out: Stateful memory improves continuity but adds governance work around retention, deletion, retrieval quality, and sensitive-data handling

See Letta pricing

Editorial · no paid placements

The call

Letta is the open-source stateful agent platform formerly known as MemGPT. Apache-2.0 and free to self-host. Hosted offerings now consolidate around Letta Code: Free, Pro $20/mo (Letta Auto quota plus pay-as-you-go), and Enterprise (custom per-seat). BYOK on every tier. Pick it when agents must remember users, carry state across model swaps, or power a memory-first coding CLI.

  • Buy if Developers building agents that need long-term memory
  • Pick Free (open-source) · Letta Code Free · Pro $20/mo · Enterprise custom
  • Skip if Teams needing simple single-turn LLM calls

Evidence rail

Why this recommendation is trusted

Source
Registered source
Freshness
Current
Confidence
High confidence
Verified
Review
Volatility
Volatile

High-volatility evidence needs frequent review.

Build comparison
Watch out
Stateful memory improves continuity but adds governance work around retention, deletion, retrieval quality, and sensitive-data handling.

Editorial score

Unweighted average of 4 axes · confidence high

  • Utility 8/10

    How much real work it can do for a competent operator, end to end.

  • Value 9/10

    What you get for the dollar relative to the closest alternative.

  • Moat 6/10

    How hard it would be for a competitor to replicate the underlying advantage.

  • Longevity 7/10

    How likely the product is to still be best-in-class 24 months out.

Key facts

  1. Best For Best for developers building stateful agents that need persistent memory, tool use, and model-agnostic agent state across sessions.
    high Drifts 2026-06-12 Letta official site
  2. Pricing Anchor As of June 2026, letta.com/pricing routes buyers to Letta Code pricing. The hosted ladder is Free, Pro $20/mo (Letta Auto quota plus pay-as-you-go), and Enterprise custom. BYOK is supported on every tier.
    high Volatile 2026-06-12 Letta Code pricing
  3. Watch Out For Stateful memory improves continuity but adds governance work around retention, deletion, retrieval quality, and sensitive-data handling.
    high Drifts 2026-06-12 Letta documentation
  4. Memory Architecture Letta's core differentiation is explicit long-term agent memory and state management rather than a stateless chat-completion wrapper.
    high Drifts 2026-06-12 Letta documentation
  5. Open Source The repository is the best source for current server, SDK, local-development, and licensing details for teams evaluating self-hosting.
    high Drifts 2026-06-12 Letta GitHub repository

Letta is the open-source stateful agent platform originally released as MemGPT at UC Berkeley. The core is Apache-2.0 licensed. As of June 2026, the hosted platform has consolidated around Letta Code, a memory-first coding CLI with Letta Auto model routing (docs). The legacy letta.com/pricing route now points buyers to Letta Code pricing.

The differentiator is typed memory blocks (persona, human context, archival) that persist across sessions and port between LLM providers.

System Verdict

Pick Letta if your agent must remember users, carry state across sessions, or survive a model swap without losing context. The memory architecture is the real product. Core memory, archival memory, and background memory subagents give agents an editable world model rather than a fresh context window per turn.

Skip it if your workload is stateless. Simple RAG, one-shot chat, or deterministic pipelines ship faster with LangChain or direct API calls. Letta’s memory layer is overhead if you never retrieve from it.

Who pays which tier: Free self-hosted for research and prototypes. Letta Code Free for evaluation with BYOK. Pro $20/mo for individual developers who want Letta Auto routing and pay-as-you-go overage. Enterprise for managed per-seat deployments with private models and dedicated quotas.

Key Facts

Former nameMemGPT (UC Berkeley, 2023 paper)
LicenseApache-2.0 (open-source core)
GitHubletta-ai/letta · 22K+ stars, 100+ contributors
Memory modelTyped blocks: core (persona, human) · archival (long-form)
Memory portabilityCross-provider: OpenAI, Anthropic, Google, Ollama
SDKsPython · TypeScript
REST APIYes, full agent lifecycle
Letta Codenpm install -g @letta-ai/letta-code · memory-first coding CLI
Hosted tiers (June 2026)Free · Pro $20/mo · Enterprise (custom per-seat)
Letta AutoAutomatic model routing (open-weights + frontier). Variants: Auto Chat, Auto Fast
BYOKSupported on every tier (paid users can layer pay-as-you-go credits)
Pro tier limitsUp to 20 stateful agents · Letta Auto quota · pay-as-you-go overage
Typical usage costVendor estimates $100-$200+/month for active coding workloads

Every data point above was verified against vendor sources on 2026-06-12. See Sources.

What it actually is

A stateful agent runtime. Every agent owns typed memory blocks that it reads and writes. The agent loop runs before each response, retrieves relevant archival context, and can hand off to background subagents that compress and improve its own prompts.

Memory is the portable layer. Swap the underlying LLM from OpenAI to Anthropic and the agent keeps its history, persona, and learned facts. That portability is the product-level claim that sets Letta apart from LangGraph or CrewAI.

Letta Code is the most interesting recent ship and now the front door for the hosted product. A Terminal-Bench top-ranked OSS harness, it puts a persisted agent behind a coding CLI so sessions accumulate context over days instead of starting cold. Letta Auto handles model routing (open-weights plus frontier), with Auto Chat and Auto Fast variants for non-coding and speed-optimized work.

When to pick Letta

  • Personalized AI assistants. Agents that must remember user preferences, history, and ongoing projects across many sessions.
  • Avoiding vendor lock-in. Memory that survives a migration from OpenAI to Anthropic or a local Ollama model.
  • Memory-first coding. Letta Code CLI keeps a single persisted agent across multi-day coding sessions.
  • Research on agent architectures. Open-source, transparent memory blocks, extensible subagent patterns.
  • Regulated enterprises. Self-host on your own infrastructure with full control over data residency.

When to pick something else

Pricing

PlanPriceKey limits
Open-source (self-host)FreeApache-2.0, BYO compute keys
Letta Code Free$0/moLimited agents, limited Letta Auto, BYOK only
Letta Code Pro$20/moUp to 20 stateful agents · Letta Auto quota + pay-as-you-go overage · BYOK
EnterpriseCustomManaged per-seat for teams, private models, SAML/OIDC SSO, dedicated quotas

Prices verified 2026-06-12 via Letta Code pricing. The legacy letta.com/pricing tokens through your provider. Vendor estimates active coding workloads can run $100-$200+/month when using paid Letta Auto on Pro.

Against the alternatives

LettaLangGraphCrewAI
Primary abstractionStateful agents with typed memoryState graphsRole-based crews
Cross-session memoryNative, portable, editableManual wiringBasic context sharing
Model-switch resilienceHigh, memory ports cleanlyLow, bound to graph implMid
Production state controlMidHighestMid
Language supportPython + TSPython + JSPython only
Coding CLILetta CodeNone nativeNone native
Best viewed asMemory-first agent platformDeterministic runtimeFast multi-agent prototyping

Failure modes

  • Memory overhead for stateless jobs. If you never retrieve archival memory, Letta’s architecture is weight without benefit. Use plain LangChain.
  • Self-host setup has moving parts. Production self-hosting wants Postgres, a persistent volume, and careful upgrade discipline.
  • Category convergence. LangGraph, CrewAI, and ChatGPT Projects are all adding memory features. Letta’s advantage narrows as frontier models expand context.
  • Python-first ecosystem. TypeScript SDK exists but the examples, templates, and community content lean Python.
  • Moat at 6/10. Research pedigree and memory architecture are real, but the patterns are documented and copyable.
  • Hosted free tier is tight. Free Letta Code is evaluation-scale only. Real usage means Pro $20/mo (with pay-as-you-go overage) or self-hosting.
  • Pricing model changed in 2026. The prior 5-tier Cloud ladder (Free, Professional, Scale, Max, Enterprise) is gone; teams that were budgeting against those tiers should re-baseline against Free / Pro $20 / Enterprise and the new Letta Auto consumption model.

Recent changes

  • 2026-05-13: Hosted pricing consolidated. letta.com/pricing now 301-redirects to Letta Code pricing. The new ladder is Free, Pro $20/mo, and Enterprise (managed per-seat). Pro includes Letta Auto quota plus pay-as-you-go overage and supports up to 20 stateful agents. BYOK is available on every tier. Letta Auto exposes Auto Chat and Auto Fast variants.
  • 2026-06-08: Re-verified Letta Code pricing, Pro $20/month, Letta Auto quota/overage, BYOK on every plan, Constellation cloud features, remote-environment quickstart, and the Personal Plans versus API Plan split.

Methodology

This page was produced by the aipedia.wiki editorial pipeline, an automated system that ingests vendor documentation, verifies pricing and model details against primary sources, and generates the editorial analysis you are reading. No individual human wrote this review. Scoring follows the four-dimension rubric at /about/scoring/ (Utility × Value × Moat × Longevity, unweighted average). Last verified 2026-06-12 against Letta Code pricing, Letta Code docs, the Letta Code quickstart, and the letta-ai/letta GitHub repo.

FAQ

Is Letta the same project as MemGPT? Yes. MemGPT was the original 2023 UC Berkeley research prototype. The team renamed it Letta as it matured into a production-ready platform with hosted tiers, SDKs, and Letta Code.

Is Letta free? Yes. The core is Apache-2.0 open-source and free to self-host. You pay only LLM API costs through your chosen provider. Letta Code also offers a free hosted tier with limited agents, limited Letta Auto usage, and BYOK only. Real production usage typically moves to Pro $20/mo with pay-as-you-go overage.

What is Letta Code? A memory-first coding CLI built on the Letta API. Install with npm install -g @letta-ai/letta-code. Unlike session-based coding assistants, Letta Code keeps a persisted agent that learns across days and is portable across models (docs).

How does Letta memory compare to RAG? RAG retrieves documents at query time and discards them. Letta memory is typed, editable, and agent-owned. The agent reads and writes its own memory blocks, compresses old conversations to archival storage, and can introspect what it knows.

Can Letta swap between LLM providers mid-agent? Yes. Memory lives outside the model. Switch from OpenAI to Anthropic or a local Ollama endpoint without losing persona, user facts, or conversation history.

Sources

Reader reviews

Loading…
Share LinkedIn
Was this review helpful?
Embed this score on your site Free. Links back.
Letta editorial score badge
<a href="https://aipedia.wiki/tools/letta/" target="_blank" rel="noopener"><img src="https://aipedia.wiki/badges/letta.svg" alt="Letta on aipedia.wiki" width="260" height="72" /></a>
[![Letta on aipedia.wiki](https://aipedia.wiki/badges/letta.svg)](https://aipedia.wiki/tools/letta/)

Badge value auto-updates if the editorial score changes. Attribution via the link is required.

Cite this page For journalists, researchers, and bloggers
According to aipedia.wiki Editorial at aipedia.wiki (https://aipedia.wiki/tools/letta/)
aipedia.wiki Editorial. (2026). Letta: Editorial Review. aipedia.wiki. Retrieved June 22, 2026, from https://aipedia.wiki/tools/letta/
aipedia.wiki Editorial. "Letta: Editorial Review." aipedia.wiki, 2026, https://aipedia.wiki/tools/letta/. Accessed June 22, 2026.
aipedia.wiki Editorial. 2026. "Letta: Editorial Review." aipedia.wiki. https://aipedia.wiki/tools/letta/.
@misc{letta-editorial-review-2026, author = {{aipedia.wiki Editorial}}, title = {Letta: Editorial Review}, year = {2026}, publisher = {aipedia.wiki}, url = {https://aipedia.wiki/tools/letta/}, note = {Accessed: 2026-06-22} }
Spotted an error or want to share your experience with Letta?

Every tool page is re-verified on a recurring cycle, and corrections land faster when readers flag them directly. If you spot a stale fact, a missing capability, or have used Letta and want to share what worked or didn't, the editorial desk reviews every message sent through this form.

Email editorial@aipedia.wiki
Report outdated info Help us keep this page accurate