Logo
Logo

Gradium develops audio language models designed to deliver natural, expressive, ultra-low latency voice interactions at scale and capable of performing any voice task.

Product

  • Models
  • On-Device
  • Pricing
  • API Docs

Showcase

  • Agent Demo
  • Gradbot
  • App Gallery

About us

  • Who we are
  • Blog
  • Careers
  • Contact
  • Press

Socials

  • X
  • GitHub
  • LinkedIn
  • Discord
Background Logo

© 2026 Gradium. All rights reserved.

Terms of ServicePrivacy Policy
Open Source Voice Agent Framework

Vibecode abank agentinminutes

50 lines of code. Any OpenAI-compatible LLM. VAD, turn-taking, fillers, interruptions, and low latency handled for you.

Fork MeRead Blog →
Live Demos

Prototype
with Gradbot

Each demo runs a live voice AI agent built with Gradbot. Click to start, then speak naturally.

All templatesBrowse the gallery →
Click to launch demo
Developer Experience

50 lines to your first agent

Gradbot gives you the event loop for voice agents.
You write the logic, it handles the rest.

main.py
python
import gradbot

voice = gradbot.flagship_voice("Emma")
config = gradbot.SessionConfig(
    voice_id=voice.voice_id,
    instructions="You are a helpful assistant.",
    language=voice.language,
)

input_handle, output_handle = await gradbot.run(
    session_config=config,
    input_format=gradbot.AudioFormat.OggOpus,
    output_format=gradbot.AudioFormat.OggOpus,
)
  • 1
    Unified Intelligence: STT, LLM, and TTS coordinated into one seamless loop.
  • 2
    Bi-directional audio streaming with precision VAD and silence detection.
  • 3
    Live transcription, captions generation, and tool calls handled in the same cycle.
  • 4
    Seamless turn-taking, natural fillers, and barge-in handled automatically.
  • 5
    Unlimited voices via instant or pro cloning on any OpenAI-compatible model.
Fork Me

Ready to build?

Gradbot is built for prototyping. For production, use Gradium APIs
with mature agent integrations like LiveKit and Pipecat.

GitHubDocs →Discord →