TL;DR: Mistral Medium 3.5 is a 128B open-weight model released April 29, 2026, with a 256K context window, configurable reasoning, and native multimodal input. It scores 77.6% on SWE-Bench Verified — close but not ahead of Claude Sonnet 4.6 — and ships alongside Vibe, a cloud coding agent that submits pull requests directly to GitHub without you babysitting it. API pricing is $1.50 per million inp
Building AI calling agents shouldn't require a commercial license or massive per-minute markups. If you are a Python developer, you should be able to spin up a sub-500ms latency voice agent on your own machine. Prerequisites Python 3.10+ A Twilio or Telnyx SIP Trunk LiveKit Credentials An OpenAI API Key First, clone the Siphon repository and install the requirements. pip install siphon-ai Next, c