Real-time speech translation is here — and it's infrastructure, not a feature.
Today we're launching multilingual translation in the Soniox API, plus a new mobile app that brings our universal voice AI to your pocket.
https://t.co/EXjjsWJk9D
@mitsuhiko Do you use structured output with strict JSON schemas? By using JSON schema they use a custom LLM sampler (llguodance) that forces the correct JSON output.
https://t.co/E0mGum0KSW
Shout out to the LLGuidance team for laying the groundwork to help make this happen. https://t.co/JN8nCyzYTH
Read more about Structured Outputs in our docs: https://t.co/ZLC7fEHHmy
Today we’re launching something foundational — Soniox Speech-to-Text AI: a single, universal model that understands speech in 60+ languages in real time with high accuracy.
https://t.co/oA0JuTGvaL
@anze3db If you use uwsgi as a standalone server (like gunicorn) make sure to use --http11-socket instead of --http-socket flag, otherwise you can get some really weird errors with service meshes and gateways.
https://t.co/jWUvhHRsLw
Koofr bo v kratkem praznoval 12 rojstni dan!
Ob tej priložnosti je naš direktor, Damjan Matičič, v intervjuju za @ForbesSlovenija spregovoril o razvoju Koofra, prihodnosti varnega in zasebnega shranjevanja podatkov ter uporabi umetne inteligence.
https://t.co/KjG0DkiQAG
Koofr just got snappier!⚡️
Due to recent backend upgrades, Koofr can now process almost double the requests it was able to before, resulting in a very noticeable speed ups in web and mobile applications 🙌
https://t.co/4qfqUQjYAb
@zeeg Does your app handle a lot of text input? If yes, do not use Flutter. Flutter does not use native text input fields but reimplements everything from scratch so the experience on iOS is quite bad.
@samuelcolvin@pydantic That is true. The formatting of f-string causes side effects. But collecting the trace in Logfire might cause these side effects to be called again.