Model reference · open weights
Jarvis-Titan-M4-Merged is an open-weight language model from dhanesh-hf. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Released by | dhanesh-hf |
|---|---|
| Type | Language models |
| Task | Text gen |
| Parameters (lead) | 14.8B |
| Context | 32k tokens |
| Based on | dhanesh-hf/Jarvis-Titan-V14-MoE-Merged |
| Released | 2026-09-13 |
| Popularity | 500 downloads / month |
| Licence | Commercial licence needed |
About
Official 100% standalone merged weights combining J.A.R.V.I.S. Titan 14.8B DeepSeekMoE with the Milestone M4 Calibrated Tri-Brid Adapter.
[3, 7, 11, 15, 19, 23, 27] (7 memory bridge checkpoints).From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys jarvis-titan-m4-merged for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (jarvis-titan-m4-merged below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/chat/completions \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"jarvis-titan-m4-merged","messages":[{"role":"user","content":"Hello"}]}'
Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.