Skip to content

v10.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 21:21
· 63 commits to main since this release

Diction App

  • Diction One runs on a brand new cloud model. English, Spanish, German, French, Italian, Portuguese, and Dutch are now up to six times faster, and just as accurate or better.
  • Polish transcription quality has been fixed.
  • Fewer failed dictations. Cloud retries properly and falls back faster when something does go wrong.
  • Autocorrect on the QWERTY keyboard fixes typos as you type, splits run-together words, and completes contractions.
  • Word suggestions above the keys. Tap one to accept.
  • The keyboard learns the words you correct back and stops changing them.
  • Much better corrections and accents when typing in Spanish, Portuguese, French, and German.
  • Typing feels smoother. No more key-callout blinking or jitter.
  • The keyboard no longer freezes, and a stuck dictation can be cancelled instead of spinning on retry.
  • You land back in the app you were typing in after you dictate, on the latest iOS.
  • AI Companion now formats what you say into paragraphs and lists instead of one long block.
  • Real iPad support: wider layouts, a globe key, right-sized emoji.
  • Bigger, clearer emoji on iPhone too.
  • Your music stays on the car speakers when you dictate over CarPlay.
  • Your music app gets its playback controls back the moment dictation ends.
  • On-device dictation is reliable on the latest iOS, and fast on every launch after the first.

Gateway

  • New multi-tier language routing: Cohere Transcribe tier for English, Spanish, German, Dutch, French, Portuguese, and Italian, where measured evaluation showed it ties or beats canary-1b-v2 and is 1.2 to 6 times faster.
  • Polish now routes to large-v3-turbo (3.0% WER, vs 12.1% on canary-1b-v2 and 13.8% on Cohere).
  • Per-request fallback on upstream 5xx: gateway retries against the language-appropriate next tier when a backend errors, instead of passing the failure through.
  • Expanded test coverage for language routing.