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 Model2022

A compact pretrained bidirectional Transformer distilled from BERT base for masked language modeling and downstream NLP fine-tuning. Trained via knowledge distillation on BookCorpus and English Wikipedia, it reduces size/latency (≈67M params) while preserving BERT-like representations.

Hugging Face
AI Model2022

Pretrained uncased English BERT base model for masked language modeling and next-sentence prediction. ~110M parameters, pretrained on BookCorpus and English Wikipedia; commonly fine-tuned for classification, token labeling, and question answering.

Hugging Face
AI Model2022

Autoregressive transformer that generates English text from a prompt and can be fine-tuned for downstream NLP tasks. This is the 124M-parameter GPT-2 checkpoint (causal LM, byte-level BPE, 1024-token context) hosted on Hugging Face.