Amity Agent v3.1

Amity Agent v3.1: A 3B Active-Parameter Model That Rivals GPT-5 and Claude

Overview

Amity Agent v3.1 is a compact yet powerful agentic model built for customer service automation. With only 3 billion active parameters (30B total), it achieves performance on the τ²-bench leaderboard that rivals — and often surpasses — models that are 100× its size, including GPT-5, Claude Opus 4, and DeepSeek-V3.2.

Building on the foundation of Amity Sigma Thinking v3r (which used Qwen3-4B-Thinking as its base), v3.1 takes a significant step forward by switching the base model to Qwen3-30B-A3B — a mixture-of-experts architecture with 30B total parameters but only 3B active at inference time. Combined with the ROAD optimization framework and GRPO fine-tuning, this produces a model that punches far above its weight class.

See it in action
Watch Amity Agent v3.1 handle real customer service conversations side-by-side with a standard model.
Try the Live Demo →

Key Results

78%
τ²-bench Retail Pass^1
#9 on leaderboard
68%
τ²-bench Airline Pass^1
#4 on leaderboard

τ²-bench Leaderboard

The τ²-bench by Sierra Research evaluates conversational AI agents in dual-control customer service environments. Amity Agent v3.1 ranks #9 on Retail (78%) and #4 on Airline (68%) — beating GPT-5, Claude Opus 4, and DeepSeek-V3.2 on the airline domain despite being 100–300× smaller.

Retail — Pass^1 Score
86.2%
C-Son-4.5
85.3%
Gemini 3.0 Pro
82.4%
C-Opus 4.1
81.6%
GPT-5
81.4%
C-Opus 4
81.1%
DS-V3.2
80.5%
C-Son 4
79.4%
Q3-Max-T
78%
Amity v3.1
74%
GPT-4.1
73.9%
o3
72.2%
Q3-Max
72.1%
C-3.7-Son
70.6%
Kimi-k2
68.3%
o4-mini
61.4%
GPT4.1m
Airline — Pass^1 Score
73%
Gemini 3.0 Pro
70%
C-Son-4.5
69%
Q3-Max-T
68%
Amity v3.1
64.2%
C-3.7-Son
63.8%
DS-V3.2
62.5%
GPT-5
60%
C-Son 4
59.6%
C-Opus 4
59.5%
Q3-Max
56.5%
Kimi-k2
56%
C-Opus 4.1
56%
GPT-4.1
52.1%
o4-mini
52%
o3

Source: taubench.com — Official τ²-bench Leaderboard by Sierra Research. Green bars = Amity Agent v3.1 (3B active params).

The Size Story: 3B vs. the World

What makes these results remarkable is the extreme size disparity between Amity Agent v3.1 and every other model on the leaderboard. Circle sizes below represent estimated model scale. Despite being the smallest by far, Amity Agent v3.1 achieves the highest Airline score among them — except Qwen3-Max-Thinking which is ~67× larger.

Model Size vs. Airline Score
~1T
GPT-5
62.5%
~200B
Qwen3-Max-Thinking
69%
~200B
Claude Opus 4
59.6%
~37B
DeepSeek-V3.2
63.8%
3B
Amity Agent v3.1
68%

To put this in perspective:

  • Beats GPT-5 on Airline (68% vs 62.5%) — despite being estimated at ~300× smaller
  • Beats Claude Opus 4 on Airline (68% vs 59.6%) — with a fraction of compute
  • Beats GPT-4.1 on Retail (78% vs 74%) and Airline (68% vs 56%) — a model estimated at ~500× larger
  • Only 1% behind Qwen3-Max-Thinking on Airline (68% vs 69%) — a model estimated at ~67× larger
  • The smallest model on the entire leaderboard — no other model under 30B total / 3B active even appears

How It Compares: Cost per 100 Cases

Performance is only half the story. The chart below compares the cost to handle 100 customer interactions across all τ²-bench leaderboard models. Cost is calculated from actual trajectory token counts (input & output) multiplied by each vendor’s published API pricing.

Cost per 100 Cases — USD (lower is better)
Claude Opus 4.1
$170.93
Claude Opus 4
$170.93
Claude-Sonnet-4.5
$34.19
Claude Sonnet 4
$34.19
Claude-3.7-Sonnet
$34.19
Gemini 3.0 Pro
$21.16
GPT-5
$15.62
o3
$15.48
Qwen3-Max-Thinking
$11.55
Qwen3-Max
$11.55
GPT-4.1
$11.27
o4-mini
$8.52
Kimi-k2
$5.3
GPT-4.1-mini
$2.65
DeepSeek-V3.2
$1.52
Amity Agent v3.1
$1.59

Cost per 100 cases = average of retail and airline per-case costs × 100, each computed as sum of (prompt_tokens × input price + completion_tokens × output price) across all agent turns. Agent tokens only — user simulator (GPT-4.1) cost excluded. Token counts from actual τ²-bench trajectory data. Models without trajectory data use token profile of closest family model. API rates: Qwen3-30B-A3B $0.08/$0.28, GPT-5 $1.25/$10, Claude-3.7-Sonnet $3/$15, Claude Opus 4/4.1 $15/$75, Claude Sonnet 4/4.5 $3/$15, Gemini 3.0 Pro $2/$12, GPT-4.1 $2/$8, o3 $2/$8, o4-mini $1.10/$4.40, GPT-4.1-mini $0.40/$1.60, DeepSeek-V3.2 $0.28/$0.42, Qwen3-Max $1.20/$6, Kimi-k2 $0.60/$2.50 (all per 1M tokens in/out).

Inference Speed Comparison

Beyond cost, speed matters for real-time customer service. The chart below shows output tokens per second for each model, sourced from Artificial Analysis (fastest provider for each model). Amity Agent v3.1 achieves up to 402.5 tok/s on H100 with vLLM.

Output Speed — Tokens per Second (higher is better)
Amity Agent v3.1H100
402.5 t/s
o4-mini
155.8 t/s
Gemini 3.0 Pro
121.2 t/s
GPT-4.1-mini
116.7 t/s
GPT-4.1
112.9 t/s
o3
89.3 t/s
GPT-5
86.5 t/s
Claude Sonnet 4
65.5 t/s
Claude-Sonnet-4.5
63.8 t/s
Claude-3.7-Sonnet
54.5 t/s
Claude Opus 4.1
33 t/s
Qwen3-Max
32.9 t/s
Claude Opus 4
32.3 t/s

Speed data from Artificial Analysis (median over 72 hours, fastest provider per model). Amity Agent v3.1 measured at 402.5 tok/s on H100 with vLLM. Reasoning models (o3, o4-mini, GPT-5) include thinking time in TTFT, inflating latency despite fast token output.

Key takeaways:

  • 402.5 tok/s on H100 — 2.6× faster than o4-mini (155.8), 4.6× faster than GPT-5 (86.5), and 12× faster than Claude Opus 4 (32.3)
  • Sub-second time to first token — compared to 65s for GPT-5 and 20s for o4-mini (reasoning overhead)
  • No API dependency — self-hosted speed is consistent and predictable, unlike cloud APIs that vary by provider and load

Training Methodology

Amity Agent v3.1 follows the same proven pipeline as v3r:

  1. ROAD Optimization — Automated failure analysis and decision-tree injection to patch logic gaps in the agent's reasoning
  2. Synthetic Data Generation — Multi-turn customer service conversations generated with human-in-the-loop feedback
  3. GRPO Fine-tuning — Group Relative Policy Optimization on curated interaction trajectories

Implications

The results demonstrate that with the right optimization pipeline, small, efficient models can compete at the highest levels of agentic AI. This has profound implications for deployment:

  • Cost efficiency — Self-hosting a 3B active-parameter model costs a fraction of API calls to GPT-5 or Claude Opus
  • Latency — Smaller active parameter count means faster token generation
  • Accessibility — Can run on a single consumer-grade GPU
  • Privacy — On-premise deployment keeps customer data in-house

Links

Collaborate and partner with our AI Lab at Amity Solutions here.

Collaborate and partner with our AI Research & Application Center

Partner with Amity’s AI Lab to co-develop AI solutions through collaboration opportunities.

Collaborate with Us