Rendered at 09:20:04 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
Lucasoato 11 hours ago [-]
I’ve tested at least 20 STT models in a benchmark I’ve set up with German, Italian and English voices from meetings in my company.
The voices contained very industry specific words, the languages changed from one sentence to another, sometimes words in a language were mentioned while a discussion was in another.
The only local model that satisfies me is Voxtral Mini 3b, the only paid API that is slightly better is eleven labs. Yes, Voxtral might not reach the best score in the benchmarks, but to me, it just solves a problem. It might not be the best in terms of speed... but that’s not a problem for me.
Happy to test this new model from Google but I’m not sure I’d go with that instead of something that can run so easily in my machine.
jwr 3 hours ago [-]
It's interesting that the results can be so different depending on the person, the use case and even the microphone used. I use dictation a lot, so I try to stay up to date with the latest models as much as I can. So far, for my needs, nothing could beat Whisper Large v3. I keep hearing that Nvidia Parakeet models are better, but they just don't work as well for me, even though they are unquestionably faster.
Things change a lot if you need to speak to the model in multiple languages. There are very few models out there that can automatically detect the language spoken and produce correct output.
I tried the larger Voxtral models, but they didn't work for me at all. When I spoke to them in Polish, they produced output in Russian or Ukrainian.
For now, I settled on creating my own plugin for TypeWhisper, which runs Whisper Large on the GPU and does it much faster than pretty much anything else out there. But I'm still hoping that something better will come along, as Whisper Large is quite old at this point.
Melatonic 1 hours ago [-]
I wonder if cross training models specifically on people who combine languages (like Spanglish) would help with this. Surely must be patterns in what words people choose to use in each language
hinnisdael 10 hours ago [-]
Agree about Voxtral being the only model — local or cloud — that handles multilingual conversation really well. I‘m not sure what they do differently, but mixed-language sentences and industry terms don‘t seem to faze it where other model begin to struggle.
totetsu 3 hours ago [-]
What i want is a model that outputs its predictions and their scores along with the text it choose. So I could flag something it's getting consistently wrong, like mis-predicting a technical term or name, or acronym, and say replace it with my correction, and have the ui be able to smartly replace that in the whole text so far and future parts. even better would be the ability to feed this back into the model for future runs.
Lucasoato 2 hours ago [-]
Good news: most of these models can include a prompt that steers the transcription; if you use frequently a word you just invented, add it there and it will be transcribed correctly more likely.
crossroadsguy 7 hours ago [-]
Do you use it on a desktop? Mac by any chance? What's your setup?
I've been looking to find a simple and fast dictation app for English but almost everything I've tried (from Handy to many apps, eg some with Whisper in their names, after the model I assume) just don't work well. Apple's offering is worse than those though. I even tried with local enhancement models.
brmkr 3 hours ago [-]
I am biased as a developer on the project but you should give Epilude [1] a go if you want local dictation on a Mac.
We’ve fine-tuned open-weight models to make them better (in our benchmarks) at cleaning up and formatting what you say so you don’t have to edit what you dictate.
Out of curiosity, what was wrong with Handy? I use it and it works fine.
orbital-decay 4 hours ago [-]
This problem is legitimately hard and needs high cognitive abilities. Even the biggest generalist models struggle with memes and lingo salad that sound immediately intuitive for an out-of-the-loop human, and I'm talking about text comprehension. Modern models are optimized for decision making and are worse in that than old ones optimized for creative writing, but those also struggled.
You should probably not expect a small STT model like Voxtral or Parakeet to do any better, unless it's laser focused on that area in particular and sucks in everything else.
anton000 5 hours ago [-]
have you tried groq whisper-turbo? works well for me for multiple different languages
kridsdale1 10 hours ago [-]
I use Parakeet 3. How does that fare in your testing?
Lucasoato 10 hours ago [-]
I love it but it misses the business specific words when in different language. Sometimes it stretches them out to fit unrelated words in the language of the rest of the conversation. I miss its speed though.
cnxhk 11 hours ago [-]
Any possibility to share some of the eval audio?
Lucasoato 10 hours ago [-]
Of course not, but it’s easily replicable just by mixing different languages conversations together, adding a word here and there of some very specific German jargon.
wahnfrieden 9 hours ago [-]
Try the recent MOSS one? It’s very good
HyperAI 39 minutes ago [-]
[dead]
ameliaquining 7 hours ago [-]
"Function calling: The model can delegate complex tasks (such as image generation and file analysis) to other Gemini models via function calls. Currently available in the Gemini macOS app."
This confused the heck out of me because it makes it sound like the STT model can make function calls in order to execute arbitrary tasks, which wouldn't make any sense. The developer docs (https://ai.google.dev/gemini-api/docs/models/gemini-3.5-tran...) confirm that the Gemini 3.5 Transcribe model cannot in fact make function calls. I guess the blog post is just using very confusing wording to describe how their consumer assistant/chatbot app can both take audio input via Gemini 3.5 Transcribe and then call other things as needed. Or maybe that bullet point was meant to be for a different model announcement and somebody made an editing error.
Maybe I missed something, but isn’t it impossible to detect whether something is written by AI or not? A human on a bad day can write like AI while an AI on a good day can write like a human.
No, that's not correct for any reasonable definition of "impossible." Look up pangram's accuracy ratings. It's not perfect, but it's pretty good. LLMs in fact leave very distinguishing traces of their logit distributions in the text they write. It's one of the reasons why it's so easy for humans to also smell them.
It is possible to trick pangram - they bias toward a low false positive and a higher false negative - but it is not true that it is essentially random.
altmanaltman 1 hours ago [-]
> In preliminary testing, Mantzarlis found Pangram was more likely to misclassify AI-generated text as human-authored when it rhymed, repeated itself, and when it used archaic language. He then built an adversarial set of 588 AI-generated text samples tailored to these weaknesses. When he used Pangram to evaluate them, the tool falsely labelled AI text as human 86% of the time.
> “I don't think that Pangram is bad,” Mantzarlis said. “I think actually Pangram at scale is probably a pretty solid tool. That said, I am extremely worried about it being used in individual cases.”
Using it for an individual article to fully determine if its AI or not is "impossible" because you're not even using the tool properly.
debugnik 30 minutes ago [-]
Why? Does TFA rhyme, repeat itself, use archaic language or otherwise looks adversarial? It doesn't, so we can assume Pangram's usual false positive/negative rates apply. Yeah there's a chance it's wrong, and they'll need to catch up to new models, but my instinct can be wrong too and I don't stop using it to filter what I read; at least Pangram's accuracy can be measured.
altmanaltman 1 hours ago [-]
Checking the following with another AI checker and it says 100% AI generated. (https://originality.ai/). We should run each check on multiple checkers if you want to provide a substantive claim that something is AI-written or not. This habit of just putting text in a "AI text checker" and then treating whatever it says as the truth is absolutely one of the worst things to emerge in recent times. You should check out the CEO of Pangram who uses this to go on witch hunts on X and even though the app claims "our results do not reflect reality 100% and can be false", he always uses his stupid checks as "LOOK THERE IS PROOF YOU ARE AN AI WRITER" and he points it at legit journalists etc. This whole company is honestly such a piece of shit that I as a human writer think is going to kill art more than AI writing does. I just hope people see it for the nonsense it is sooner than later.
---
Experience smart transcription and advanced dictation
In addition to the Gemini API in the Google AI Studio and Gemini Enterprise Agent Platform, 3.5 Transcribe goes further than standard speech-to-text to make working across Google feel more natural and intuitive. By bringing context-aware understanding directly into everyday surfaces like Gboard, Antigravity, the Gemini app, and Chrome, it captures nuances, intent, and inline edits with ease.
On Gboard on Android, through the new Rambler feature, 3.5 Transcribe transforms spoken thoughts into well-formatted text, filtering out filler words. You can also use your voice to make edits, correct misspellings, and change the writing style.
On Google Antigravity, 3.5 Transcribe pairs screen context and chat history, with your permission, to ensure pinpoint transcription accuracy across file names, agent thoughts, and active documents.
In Google AI Studio, you can access 3.5 Transcribe in Build mode to vibe code apps with your voice on the fly.
In the Gemini app on macOS, 3.5 Transcribe not only transcribes your free natural speech into clean formatted text, but also enables voice commands that can pair seamlessly with screen context to power complex workflows. By calling on other Gemini models in the background to handle the heavy lifting, the model makes it effortless to summarize local files, repurpose text across apps, or generate images right at your cursor—using just your voice.
Coming soon to Chrome, you’ll be able to talk to type in any web field — making it effortless to dictate replies, draft posts, or prompt Gemini in Chrome more naturally and easily with your voice.
Nifty3929 5 hours ago [-]
Remember that function calling doesn’t mean that the model is actually calling a function for you: what it does it interpret the intent, then return back to the application the function and arguments, then the application runs the function with those arguments.
Think voice control for your device. You speak, and it returns back instructions ( a function and arguments) for your device to be execute.
ameliaquining 4 hours ago [-]
STT models just turn audio into text, though; they don't interpret what the text means or figure out how to translate it into other representations like function calls. You would use a general-purpose model for that.
Crystalin 11 hours ago [-]
I've been testing it on Pixel 11 Pro and I mostly dislike it. It is convenient when you have something long to say without thinking about it first.
But the main issue is when you want to say something precise with specific wording it might "simplify" it and break the meaning.
Something like "I hesitated to check it, I should have verified" => "I should have verified" (The "I hesitated..." is removed but I said it because I wanted to let the person know that I thought about it earlier)
I tried the sentence few times and it always removed the first part.
Looking at the description I was in Smart mode. I didn't know the model supports both
lnalx 5 hours ago [-]
I personally tested all the STT models for my real-time translator (https://fliptalk.ai). From language detection and accuracy in a noisy environment to the most important point: latency.
At the moment, Soniox STT v5 is definitely the best, and I'm impressed by its performance. It's good that Google released Gemini-3.5-Transcribe, and it beats every other model on accuracy, but it definitely needs a bit more work on latency, which is the most important factor for STT apps.
For me, Gemini-3.5-Transcribe actually has slightly lower latency. Kudos to Soniox for both paying their competitor and letting them win. But yes, Soniox is much cheaper.
sgt 4 hours ago [-]
Interesting, I uploaded a voice recording from a meeting I had recorded with a relatively cheap microphone.
Soniox came out really good. OpenAI started getting some things very wrong and even introduced some German. Google did okay but cut off the start by several seconds.
What's Soniox doing (left most) that's making it so good ? It was also the only one that could distinguish between the speakers.
p2hari 2 hours ago [-]
Oh, thanks for pointing me to Soniox. It is really good. Would also pick up the words with different languages, identify and output in the right language.
Looks interesting. It was much faster too, but that I cannot say much since it was on their own website.
dotancohen 3 hours ago [-]
> latency, which is the most important factor for STT apps.
Perhaps latency is more important than accuracy for a real time translation app (I actually disagree with this - imagine e.g. the hilarity when requesting "a new display" being translated as "a nudist play"), but certainly not for all applications. My pet app transcribes personal voice notes to self, it could run all night.
decimalenough 5 hours ago [-]
Depends on your use case. If you're transcribing meeting notes, latency is a non-issue.
ghm2199 4 hours ago [-]
Realtime + Voice AI usecases is where latency is most important. I use Handy on my desktop and i can tolerate a latency of a few seconds every now and then. Your P99 should on TTFB should be really low to compete for voice ai realtime
zhivota 8 hours ago [-]
I'd certainly use Gemini API a lot more if I could figure out how to give them money and they give me tokens. The whole tier nonsense is just insane hoop jumping compared to their competition.
Frannky 4 hours ago [-]
I use OpenRouter. Interacting with the Google Cloud Console is pure pain.
MrBuddyCasino 4 hours ago [-]
Its easy to pre-pay tho?
blissofbeing 9 hours ago [-]
I've been using Wispr Flow on my pixel 9 and I like it. It does the things that Rambler says it's supposed to do but it's available on my Pixel 9 unlike rambler that's currently only available for pixel 11.
It doesn't reach the frontier in either latency or accuracy for ai multilingual conversations.
adamgoodapp 6 hours ago [-]
Thanks for this, really helpful.
I would also like to see benchmark for translation. I'm looking for live translated subtitles so my Japanese wife can enjoy any show with out waiting months for official VOD streams to release them.
Kokouane 6 hours ago [-]
I'm confused, doesn't your leaderboard clearly show it is the most accurate model? It's number one in the leaderboard. Am I missing something?
Kokouane 6 hours ago [-]
Figured it out. 3.5 Flash and 3.5 Transcribe are different models
alxndr13 2 hours ago [-]
missing aqua voice's avalon 1.5 model there.
film42 12 hours ago [-]
Curious if this suffers from the same hallucination problems as Chirp or not. For example, if you pass chirp some audio with noise or even no audio, it will barf text at you like "I don't know. I don't know. I don't know." until a request timeout fires after like 10 minutes. It's... really bad. For this reason, we've moved back to Whisper for timestamp accuracy and then Gemini Flash for transcription correction.
sync 11 hours ago [-]
I eval'd this pretty heavily with no audio or just noise, as for us hallucinating a response is very bad. It works great in this scenario. There are some bugs, e.g. randomly exactly 20 seconds of silence will lead to a 403, but I'm sure these aspects will be improved over time. I didn't get any hallucinations though.
wolvoleo 11 hours ago [-]
I've seen Whisper do this exact thing as well. And also repeating a few words over and over near the end, words that were said but not completely at the end. It seems to overwrite the last few sentences with that so actual content is lost. It's really annoying especially because Whisper is really quite good otherwise. Sometimes a friend sends me audio messages from a noisy car and I can't make it all out but whisper gets it mostly right.
Doohickey-d 4 hours ago [-]
Yes, that's sort of our strategy as well: for us accuracy (and following a style guide, and extracting on-screen text from video) is important. So we do a first pass with whisper to get the word timestamps, and the pass the same audio (chunked in case of longer ones) to Gemini (pro, not this model), to transcribe without timestamps. After that you can transfer the timestamps from whisper to the timestamp-less Gemini text, by looking for runs of identical words in both and fudging timestamps for the other words I'm between a bit. Works quite well, and I'll be tesing this model to see if it can replace Whisper.
k9294 12 hours ago [-]
I am using it all day as a main dictation model, and I can say it's the best model in terms of accuracy, latency, and formatting I have ever used.
erulabs 11 hours ago [-]
mind if I ask what dictation tool you are using?
tech234a 7 hours ago [-]
I’ve noticed the some of YouTube’s auto-generated captions will sometimes hallucinate “Heat” during long music segments; probably an older model though.
Frannky 5 hours ago [-]
I don't really need this model, but I needed a fast my voice to command thing, and Gemini flash 2.5 was extremely effective(low latency, high speed).
No need to go from audio to text to reasoning, just from audio to output json for running a command via adb automatically and it's working crazy good.
gumby271 13 hours ago [-]
That's really impressive! It says it's available in GBoard on Android but I don't see it yet. I assume like most Google features it will be a rolling release over the course of several months, can't wait to try it some day.
bahmboo 13 hours ago [-]
It is confusing. As far as I can tell "rambler for Android" is a named subfeature of gboard and only on Pixel 10+ and newer Samsung phones. From a user standpoint it "just" seems like the transcription has gotten better - not an app you use or a feature that you enable.
dbbk 10 hours ago [-]
Still more expensive and worse performing than ElevenLabs Scribe, unfortunately. Not sure who's the target audience for this.
satvikpendem 7 hours ago [-]
Still no real time diarization beyond 3 people (and even then experimental) when others do it very well, like Soniox and Deepgram. For something like meeting notes this is critical. Not sure what the issue is to implement it, maybe that's not Google's use case in mind and rather it's about personal Rambling as the feature on Pixels shows, which uses this model.
selcuka 7 hours ago [-]
> maybe that's not Google's use case in mind
That would be interesting when they also own Google Meet.
satvikpendem 5 hours ago [-]
Yes, I specifically avoided mentioning that because they don't need to diarize from audio directly as they know exactly which participant is speaking at all times.
guiambros 3 hours ago [-]
Except when you have multiple participants in the same room -- which happens pretty frequently in many business environments.
mrkstu 6 hours ago [-]
They have access to each individual’s stream in that case in order to diarize.
mythz 6 hours ago [-]
Annoying that they don't include pricing info in new models, here it is [1]:
Gemini 3.5 Transcribe Live (Per 1M tokens in USD):
Input: $3.50 or $0.005/min* (audio)
Output: 21.00 or $0.004/min* (text)
Gemini 3.5 Transcribe:
Input: $2.00 or $0.003/min* (audio)
Output: $12.00 or $0.002/min* (text)
Hopefully YouTube automatic captions improve with this
LoganDark 1 hours ago [-]
> Custom vocabulary: Recognizes specialized jargon and unique spellings by seamlessly adapting transcriptions to your provided custom vocabulary.
Is there a model that works on the syllabic level? I want to be able to say any word and have it reconstruct however that word would be spelled. I know English does not exactly work this way, so a custom vocabulary would still be nice, but I don't want to rely on having every single word that could ever exist in a vocabulary first.
jeffbee 13 hours ago [-]
I am not sure if "Word Error Rate" captures what has always been wrong with transcription. My biggest complaint is that it inserts sentence breaks in random places, then fails to evaluate the result, even though it is obviously wrong. Then I have to go fix it which can be harder than having just typed it myself, due to the difficulty of positioning the Android cursor, the fact that it automatically capitalizes if you delete a capital letter, etc. And much of the time I fail to notice the errors until later.
verdverm 12 hours ago [-]
have another model do a pass to clean it up, saw a demo of local STT where someone did this, can fix a lot of things, especially with gotchas for the STT model in a clean-transcript.md
I think the model can even evaluate itself. If it looks afterward at an output like "do you. Want to get lunch?" in the absence of affirmative evidence that the user wanted it that way, it should be able to see that it goofed.
ElijahLynn 11 hours ago [-]
Very impressive, including the ability to hit fn in any text field and say "generate an image ...".
Freedom2 13 hours ago [-]
I'd love to know how this handles proper subtitle formatting. I'm in the process of learning many languages, and being able to cross check my own understanding with film and video would be fantastic.
hypfer 12 hours ago [-]
Where does the compute happen?
I suppose it's a cloud thing?
k9294 12 hours ago [-]
Yep.
HappyPanacea 13 hours ago [-]
Does somebody knows what top locales list is sampled from? their own usage data?
Also when they will use their AI to give better directions in Waze?
lifty 2 hours ago [-]
Google is crushing it! They’re going toe to toe against the European giant Mistral with all these small useful models and they have a chance of winning! Never have I been more excited about Google’s capabilities.
kangalioo 2 hours ago [-]
Is this sarcasm?
lifty 2 hours ago [-]
Meant as a joke in good spirit. I do appreciate what Google is doing but I am rooting for them to also compete on the frontier.
copperx 2 hours ago [-]
It can't possibly be anything else.
ruguo 4 hours ago [-]
[flagged]
hkjhkjhj 9 hours ago [-]
[flagged]
k9294 15 hours ago [-]
[flagged]
_zoltan_ 13 hours ago [-]
this is not a free advertising platform.
senordevnyc 11 hours ago [-]
lol, it absolutely is, just not for all of us.
ChrisClark 13 hours ago [-]
omg, some founders are so tone deaf
k9294 13 hours ago [-]
Sorry everyone, I got a little bit too excited about the release. It's quite a big deal for us.
I started Ottex nine months ago with the idea that models will get to the point that they will overcome VC-funded startups, and I think it just happened. So yeah, I got a little bit overexcited...
The voices contained very industry specific words, the languages changed from one sentence to another, sometimes words in a language were mentioned while a discussion was in another.
The only local model that satisfies me is Voxtral Mini 3b, the only paid API that is slightly better is eleven labs. Yes, Voxtral might not reach the best score in the benchmarks, but to me, it just solves a problem. It might not be the best in terms of speed... but that’s not a problem for me.
Happy to test this new model from Google but I’m not sure I’d go with that instead of something that can run so easily in my machine.
Things change a lot if you need to speak to the model in multiple languages. There are very few models out there that can automatically detect the language spoken and produce correct output.
I tried the larger Voxtral models, but they didn't work for me at all. When I spoke to them in Polish, they produced output in Russian or Ukrainian.
For now, I settled on creating my own plugin for TypeWhisper, which runs Whisper Large on the GPU and does it much faster than pretty much anything else out there. But I'm still hoping that something better will come along, as Whisper Large is quite old at this point.
I've been looking to find a simple and fast dictation app for English but almost everything I've tried (from Handy to many apps, eg some with Whisper in their names, after the model I assume) just don't work well. Apple's offering is worse than those though. I even tried with local enhancement models.
We’ve fine-tuned open-weight models to make them better (in our benchmarks) at cleaning up and formatting what you say so you don’t have to edit what you dictate.
https://epilude.com
https://github.com/Beingpax/VoiceInk
You should probably not expect a small STT model like Voxtral or Parakeet to do any better, unless it's laser focused on that area in particular and sucks in everything else.
This confused the heck out of me because it makes it sound like the STT model can make function calls in order to execute arbitrary tasks, which wouldn't make any sense. The developer docs (https://ai.google.dev/gemini-api/docs/models/gemini-3.5-tran...) confirm that the Gemini 3.5 Transcribe model cannot in fact make function calls. I guess the blog post is just using very confusing wording to describe how their consumer assistant/chatbot app can both take audio input via Gemini 3.5 Transcribe and then call other things as needed. Or maybe that bullet point was meant to be for a different model announcement and somebody made an editing error.
It is possible to trick pangram - they bias toward a low false positive and a higher false negative - but it is not true that it is essentially random.
> “I don't think that Pangram is bad,” Mantzarlis said. “I think actually Pangram at scale is probably a pretty solid tool. That said, I am extremely worried about it being used in individual cases.”
https://reutersinstitute.politics.ox.ac.uk/news/human-wrote-...
Using it for an individual article to fully determine if its AI or not is "impossible" because you're not even using the tool properly.
---
Experience smart transcription and advanced dictation
In addition to the Gemini API in the Google AI Studio and Gemini Enterprise Agent Platform, 3.5 Transcribe goes further than standard speech-to-text to make working across Google feel more natural and intuitive. By bringing context-aware understanding directly into everyday surfaces like Gboard, Antigravity, the Gemini app, and Chrome, it captures nuances, intent, and inline edits with ease.
On Gboard on Android, through the new Rambler feature, 3.5 Transcribe transforms spoken thoughts into well-formatted text, filtering out filler words. You can also use your voice to make edits, correct misspellings, and change the writing style.
On Google Antigravity, 3.5 Transcribe pairs screen context and chat history, with your permission, to ensure pinpoint transcription accuracy across file names, agent thoughts, and active documents.
In Google AI Studio, you can access 3.5 Transcribe in Build mode to vibe code apps with your voice on the fly.
In the Gemini app on macOS, 3.5 Transcribe not only transcribes your free natural speech into clean formatted text, but also enables voice commands that can pair seamlessly with screen context to power complex workflows. By calling on other Gemini models in the background to handle the heavy lifting, the model makes it effortless to summarize local files, repurpose text across apps, or generate images right at your cursor—using just your voice.
Coming soon to Chrome, you’ll be able to talk to type in any web field — making it effortless to dictate replies, draft posts, or prompt Gemini in Chrome more naturally and easily with your voice.
Think voice control for your device. You speak, and it returns back instructions ( a function and arguments) for your device to be execute.
Something like "I hesitated to check it, I should have verified" => "I should have verified" (The "I hesitated..." is removed but I said it because I wanted to let the person know that I thought about it earlier)
I tried the sentence few times and it always removed the first part.
https://ai.google.dev/gemini-api/docs/transcribe#transcripti...
At the moment, Soniox STT v5 is definitely the best, and I'm impressed by its performance. It's good that Google released Gemini-3.5-Transcribe, and it beats every other model on accuracy, but it definitely needs a bit more work on latency, which is the most important factor for STT apps.
For me, Gemini-3.5-Transcribe actually has slightly lower latency. Kudos to Soniox for both paying their competitor and letting them win. But yes, Soniox is much cheaper.
Soniox came out really good. OpenAI started getting some things very wrong and even introduced some German. Google did okay but cut off the start by several seconds.
What's Soniox doing (left most) that's making it so good ? It was also the only one that could distinguish between the speakers.
It doesn't reach the frontier in either latency or accuracy for ai multilingual conversations.
I would also like to see benchmark for translation. I'm looking for live translated subtitles so my Japanese wife can enjoy any show with out waiting months for official VOD streams to release them.
No need to go from audio to text to reasoning, just from audio to output json for running a command via adb automatically and it's working crazy good.
That would be interesting when they also own Google Meet.
Gemini 3.5 Transcribe Live (Per 1M tokens in USD):
Gemini 3.5 Transcribe: [1] https://ai.google.dev/gemini-api/docs/pricing#gemini-3.5-tra...Is there a model that works on the syllabic level? I want to be able to say any word and have it reconstruct however that word would be spelled. I know English does not exactly work this way, so a custom vocabulary would still be nice, but I don't want to rely on having every single word that could ever exist in a vocabulary first.
I suppose it's a cloud thing?
I started Ottex nine months ago with the idea that models will get to the point that they will overcome VC-funded startups, and I think it just happened. So yeah, I got a little bit overexcited...