Model reference · open weights

tiron

Available as managed deployment Audio Trelis Speech→text 1 variants 2k dl/mo

tiron is an open-weight audio or speech model from Trelis. 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 byTrelis
TypeAudio & music
TaskSpeech→text
Parameters (lead)1.5B
Runs withtransformers
Released2026-07-18
Popularity2k downloads / month
LicenceOpen weights

About

What tiron is

Released 21 July 2026. Updated 23 July 2026.

Watch the original launch video here. Try via API here.

Tiron is an open-weights multi-speaker meeting transcription model. It jointly transcribes and attributes speech to speakers in a single decoding pass: for each 30-second audio window it emits an inline transcript with turn markers (up to 8 speakers per window) and timestamps.

Tiron uses the Whisper large-v3 architecture with an extended token vocabulary (, ``). It is a drop-in WhisperForConditionalGeneration checkpoint.

On whole-meeting benchmarks, Tiron outperforms leading commercial transcription APIs on every test set we evaluated, and trades leads with the best open research models. Tiron runs at ~43× real-time on a single GPU in 3–12 GB of VRAM, decoding chunks in parallel (see Benchmarks).

Read the full model card

For whole meetings (beyond a single 30s window), use the open-source harness at TrelisResearch/tiron, which adds chunking, cross-window speaker linking (ECAPA voice embeddings), and SRT/VTT/JSON output.

What's new (23 July 2026)

  • Updated checkpoint with small performance gains (NOTSOFAR-1 37.55 → 36.23 pooled cpWER, AMI 35.24 → 34.68; the 21 July release's numbers are kept in the table for comparison).
  • Expanded benchmarking: added MOSS-Transcribe-Diarize and AssemblyAI universal-3.5-pro under the identical scoring harness.
  • Reproducibility: the exact evaluation meetings are published with attribution, and minimal replication scripts live in the harness repo (links below).

Benchmarks

Pooled corpus cpWER (lower is better) on held-out whole-meeting test sets, scored with identical references, normalization, and `` masking for every system:

Test setAssemblyAI u3-proAssemblyAI u3.5-proMOSS-TD 0.9BTironTiron (21 Jul)
AMI (4 meetings)39.4939.2928.6134.6835.24
ICSI (3 meetings)34.6430.5021.8421.2420.91
NOTSOFAR-1 (10 meetings)39.5539.1425.8636.2337.55
Macro (mean of corpora)37.8936.3125.4430.7131.23

Tiron leads both AssemblyAI models on every corpus (−19% macro vs universal-3-pro, −15% vs universal-3.5-pro). MOSS-Transcribe-Diarize (Apache-2.0, ~2.5B incl. encoder) decodes the whole meeting in a single 128k context — it leads on AMI and NOTSOFAR-1, and the two are effectively tied on ICSI. Google Gemini 3.1 Pro is competitive on short clips but truncates or fails on longer meetings and cannot be scored across full corpora.

MOSS numbers use a quality-preserving vLLM decode configuration. We found MOSS's scores are sensitive to serving configuration (an aggressive speed-oriented vLLM config cost it several points on NOTSOFAR-1), so we report its best-quality vLLM decode here.

Speed (× real-time, whole-meeting inference over all 17 meetings; median [range]). Each system's speed is measured in the same configuration as its accuracy numbers above:

System×RT median [range]Notes
Tiron43× [8×–76×]single GPU, chunk-parallel, 3–12 GB VRAM
MOSS-TD (vLLM)3× [1×–8×] quality decode · ~41× speed-orientedwhole-meeting 128k context; accuracy above is the quality decode

Tiron is chunk-based, so a meeting's 30-second windows decode in parallel on one GPU — that is where its speed comes from. | AssemblyAI u3.5-pro | 34× [7×–94×] | cloud API round-trip (incl. upload/queue) |

Meetings evaluated (whole-meeting audio, far-field where applicable) — published with references and attribution as Trelis/tiron-eval-meetings, with minimal replication scripts in eval/ of the harness repo:

  • AMI (CC BY 4.0, AMI consortium): ES2004a, IS1009a, TS3003a, EN2002a
  • ICSI (CC BY 4.0, ICSI): Bmr013, Bmr018, Bro021
  • NOTSOFAR-1 (CC BY 4.0, Microsoft): MTG_32040, MTG_32063, MTG_32072, MTG_32074, MTG_32092, MTG_32179, MTG_32185, MTG_32256, MTG_32257, MTG_32322

Scoring notes: cpWER is concatenated-permutation WER over whole meetings (transcription and speaker-attribution errors both count). Each corpus figure is pooled — total errors ÷ total reference words across that corpus's meetings — and the macro is the mean of the three corpus figures. On NOTSOFAR-1, stretches the human annotators marked `` (unintelligible) are masked from both hypothesis and reference for every system, so no system is rewarded for staying silent there. AMI and ICSI are unaffected by this mask.

Measurement uncertainty — whole-meeting cpWER on small corpora is a noisy instrument for every system, and all numbers here are single decoding runs. Individual meetings can move by a few points between runs (speaker-count estimation flips, and in single-context decoders one divergent token early in the decode can cascade across the meeting); serving configuration can shift some systems' corpus figures by several points (see the MOSS note above). Corpus figures should be read as ±1 point, and cross-system gaps under ~2 points as ties. Expect small differences when reproducing.

Output format

Per 30-second window the model emits speaker blocks with within-window timestamps:

Speaker indices are local to the window (first speaker to talk is ``). The harness links speakers across windows into stable meeting-level identities using ECAPA voice embeddings.

Usage with transformers (single window, ≤

From the published model card. Full card on the HuggingFace links in the sidebar.

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys tiron for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (tiron below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/audio/transcriptions \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -F model="tiron" -F file=@audio.mp3

Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms