AIAny
AI Model2026
Icon for item

Pipecat PhoneLLM Alpha 1

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

Introduction

People expect near-instant, consistent responses from voice agents — which puts unique pressure on latency and correct tool invocation. This model is a deliberate trade: much smaller active compute per request than frontier models, but fine-tuned to call tools accurately and meet strict voice-agent time budgets without relying on "thinking" tokens.

Key Capabilities
  • Low-latency, phone-agent-focused tuning: a full-parameter fine-tune of Nemotron 3 Nano that prioritizes quick time-to-first-token and short voice-to-voice latency so the LLM fits a ~650ms LLM budget in optimized stacks.
  • Tool and function-calling discipline: trained to invoke the right tools at the right turn (say/do consistency) even with thinking disabled, reducing mismatches where the model claims actions it didn't perform.
  • Efficient MoE architecture: hybrid Mamba-Transformer mixture-of-experts with 30B total parameters and ~3.5B active parameters, enabling high concurrency and low cost on modern NVIDIA hardware.
  • Production-ready serving recommendations: bfloat16 safetensors, long context support (262,144 tokens), and guidance for vLLM/SGLang/Modal deployments; recommended inference settings: temperature=0 and thinking disabled.
Who it's for + tradeoffs

Great fit if you need a self-hostable voice agent LLM that minimizes per-minute inference cost and P95 latency while behaving reliably in multi-turn, tool-enabled customer-service flows. It suits teams that can run Nemotron-compatible inference stacks (vLLM, SGLang, Modal) and who prefer controllable deployments. Look elsewhere if you require multilingual coverage beyond English, broader general-purpose reasoning with chain-of-thought enabled, or if you cannot operate the GPU infrastructure needed for a 30B-weight model; this model is optimized for English phone-agent workloads and expects the deployment conventions (temperature=0, thinking disabled) it was trained with.

More Items

Hugging Face
AI Model2026

A large open-weights MoE language model for complex coding, long-horizon agentic workflows, and cyber/security evaluations; post-trained from the GLM-5 family with substantial gains over GLM-5.2. Provides FP8/BF16 checkpoints and native support for very long contexts (up to 1M tokens).

Hugging Face
AI Model2026

A 770B-parameter Mixture-of-Experts instruct model from Tencent that natively supports 1,048,576-token contexts, Gated DSA attention, and speculative MTP decoding; open-sourced under Apache-2.0 with BF16 and FP8 weights for deployable inference.

Hugging Face
AI Model2026

Injects proprietary news, regulatory and legal data into an open checkpoint via data-centric continual learning to improve performance on legal, tax and journalism tasks while preserving general capabilities and very long context support.