aicoolies logo

PersonaPlex

NVIDIA's real-time persona-driven voice dialogue model

Share
open-sourceOpen Source
Visit Website →

PersonaPlex is NVIDIA's open-source, full-duplex speech-to-speech conversational AI model that enables persona control through text-based role prompts and audio-based voice conditioning. Built on the Moshi architecture, it produces natural, low-latency spoken interactions with consistent persona across conversations. The model supports multiple pre-packaged voice embeddings for both natural and varied speaking styles, making it suitable for building interactive voice agents and assistants.

PersonaPlex is a real-time, full-duplex speech-to-speech conversational model developed by NVIDIA Research that enables developers to build AI voice assistants with controllable personas. Unlike traditional text-to-speech pipelines that chain separate ASR, LLM, and TTS models, PersonaPlex operates as a single end-to-end model that can simultaneously listen and speak, producing natural conversational dynamics including interruptions, backchanneling, and turn-taking. The model is trained on a combination of synthetic and real conversation data, resulting in low-latency responses that feel human-like rather than robotic.

The core innovation is persona control through two mechanisms: text-based role prompts that define the assistant's personality, knowledge, and conversational style, and audio-based voice conditioning that selects from pre-packaged voice embeddings. NVIDIA ships embeddings across natural-sounding voices labeled NATF0-NATF3 and NATM0-NATM3 for female and male voices respectively, plus a variety set with more diverse vocal characteristics. This dual-control approach means developers can create distinct AI characters that maintain consistent voice and personality across long interactions.

Released in January 2026, PersonaPlex is built on the Moshi architecture and weights, with NVIDIA's additions focused on persona conditioning and voice diversity. The project has accumulated over 8,000 GitHub stars and includes a companion Hugging Face model (personaplex-7b-v1). The code is MIT-licensed while the model weights use NVIDIA's Open Model License, making it accessible for both research and commercial applications in voice agent development, interactive gaming NPCs, and customer-facing conversational interfaces.

Pricing

Free — MIT license (code), NVIDIA Open Model license (weights)

Platforms

Python, GPU required

Categories

Tags

Use Cases

Alternatives

Related Tools

Hermes Agent logo

Hermes Agent

Top Pick

Open-source AI agent framework with persistent memory, reusable skills, tools, and messaging gateways

Hermes Agent is an open-source AI agent framework with persistent memory, reusable skills, 40+ tools, cron jobs, and messaging gateways.

open-sourceOpen Source
BeeAI Framework logo

BeeAI Framework

Python and TypeScript framework for production multi-agent systems

BeeAI Framework is an Apache-2.0 toolkit for building production-ready AI agents and multi-agent systems in Python and TypeScript. Its docs cover agents, tools, RAG, memory, workflows, backend providers, serving, and A2A/MCP integration surfaces, making it a vendor-neutral option for teams comparing LangGraph, CrewAI, Mastra, and related agent runtimes.

open-sourceOpen SourceTelemetry
Superserve logo

Superserve

Open-source Firecracker sandboxes for long-running AI agents

Superserve is an open-source sandbox infrastructure layer for AI agents that need durable computers instead of short-lived shells. It runs isolated Firecracker microVMs, supports pause, resume, snapshot, fork, preview URLs, MCP connectivity, SDK/API control, Docker workloads, and self-hosting, while the hosted service adds pay-as-you-go agent sandboxes for teams.

open-sourceOpen Source
Anthropic Agent Skills logo

Anthropic Agent Skills

Official Claude Agent Skills examples, spec, and plugin marketplace for reusable agent capabilities

Anthropic Agent Skills is Anthropic's official reference repo and Claude Code plugin marketplace for reusable Skill folders. It packages example SKILL.md workflows, document skills, a Claude API skill, templates, and the Agent Skills spec so teams can turn repeatable instructions, scripts, and resources into on-demand Claude capabilities instead of copying prompts across sessions.

freeTelemetry
agmsg logo

agmsg

Cross-agent messaging for CLI coding agents

agmsg is an MIT-licensed Bash and SQLite messaging layer for CLI coding agents. It lets Claude Code, Codex, Gemini CLI, GitHub Copilot CLI, Antigravity, OpenCode, Hermes, and other terminal agents exchange messages through a shared local database instead of relying on a human copy-paste relay. It is intentionally not MCP, not a broker, and not a subagent framework.

open-sourceOpen Source
eve vercel

eve by Vercel

Filesystem-first framework for durable AI agents

Eve is Vercel's filesystem-first TypeScript framework for building durable AI agents as ordinary project files. It combines Markdown instructions and skills, typed tools, channels, connections, subagents, schedules, sandboxes, and evals with Vercel's agent runtime so teams can ship deployable agents without hand-rolling orchestration. The current beta fits Vercel-native backend agent projects.

open-sourceOpen Source