What's new in 2.0
Jah 2.0 is the biggest leap in the family's history. It replaces two models at once: Jah 1.0 (chat) and Jeshua 0.5 (the build engine), one brain now running the entire Echols suite.
- Triple the speed. Around 65 tokens per second on Echols hardware, up from ~20.
- Eight times the context. A 250,000 token window, up from 32k. Whole codebases, whole document sets, one conversation.
- Reasoning on. Jah 2.0 thinks before it answers, with the reasoning kept separate from the reply.
- Agentic for real. Native tool calling drives the Echols connector layer: live email, calendar, files, and payment data answered from a business's own accounts, read-only.
- A far bigger brain. 2.0 keeps substantially more of its full capability than the 1.0 generation did, while still fitting in 384 GB of VRAM.
What Jah does in production
- Private chat with artifacts, persistent memory, cited web search, and code execution.
- Builds real apps. Describe it; Jah writes the project, pushes it to your own GitHub, and deploys it to a live URL you own.
- Runs the developer API. Point Claude Code or any OpenAI/Anthropic-compatible tool at echols.ai and Jah writes and refactors code on private hardware.
- Powers Echols for Business. Companies get their own subdomain, their own knowledge base with cited answers, live connections to their tools, and a weekly money review, all served by this model.
All of it private, for $25/mo. Try it at echols.ai.
Run it yourself
The weights are open because owning your AI end to end should be possible. Jah 2.0 is served with vLLM in NVFP4 on 4x NVIDIA RTX PRO 6000 Blackwell (SM120), 4-way tensor parallel, with MTP speculative decoding.
Two settings matter if you serve these weights:
--quantization modelopt_fp4 \
--hf-overrides '{"index_topk_pattern":"FFFSSSFSSSFSSSFSSSFSSSFSSSFSSSFSSSFSSSFSSSFSSSFSSSFSSSFSSSFSSSFSSSFSSSFSSSFSSS"}'
The per-layer sparse-attention pattern (78 characters, 21 F / 57 S) is required for long-context coherence. Thinking is controlled per request with "chat_template_kwargs": {"enable_thinking": true|false}.
The previous generations remain available: Jah 1.0 and Jeshua 0.5.
The bigger idea
Most AI today is rented from a handful of companies. Jah is owned: a private model running a real product on hardware RMDW controls, with open weights so anyone can verify exactly what answers them. That is the future RMDW is building: AI you own, not AI you rent. → rmdw.ai
Jah 2.0, RMDW LLC. Private AI, run on your terms. Weights redistributed under the MIT license; see LICENSE in this repository.