# Telnyx Pricing for AI Agents

Canonical markdown summary of Telnyx pricing for AI agents, crawlers, and programmatic evaluators.

## Endpoint Summary

- **Canonical markdown:** https://telnyx.com/pricing.md
- **AI markdown alias:** https://telnyx.com/ai/pricing.md
- **Machine-readable JSON:** https://telnyx.com/ai/pricing.json
- **Economics JSON alias:** https://telnyx.com/ai/economics.json
- **API catalog:** https://telnyx.com/ai/api-catalog.json
- **Discovery index:** https://telnyx.com/.well-known/ai-capabilities.json
- **AI endpoint sitemap:** https://telnyx.com/ai/ai-sitemap.xml
- **Cache:** `s-maxage=300, stale-while-revalidate`
- **CORS:** public `GET` and `OPTIONS`

## How to Consume This Endpoint

Use markdown when an agent needs concise human-readable context and JSON when it needs stable structured fields.

```bash
curl -H 'Accept: text/markdown' https://telnyx.com/pricing.md
curl -H 'Accept: application/json' https://telnyx.com/ai/pricing.json
curl https://telnyx.com/ai/api-catalog.json
```

The JSON payload currently uses the AI registry economics data as its source of truth. Live billing API integration is planned so this endpoint can align with runtime country/currency pricing tables.

## Product Pricing Summary

Usage-based pricing with no commitments. Volume discounts available on committed plans.

## SIP Trunking

| Metric | Price | Type | Note |
|--------|-------|------|------|
| Sip Outbound Usd Per Min | From $0.005/min | starting_at |  |
| Sip Inbound Usd Per Min | From $0.0035/min | starting_at |  |

## Voice API

| Metric | Price | Type | Note |
|--------|-------|------|------|

## Voice AI / Conversational AI

| Metric | Price | Type | Note |
|--------|-------|------|------|
| Voice Ai Agent Usd Per Min | $0.05/min | flat | Includes SIP + STT + LLM inference + TTS on single platform |

## Messaging

| Metric | Price | Type | Note |
|--------|-------|------|------|
| Sms Outbound Usd Per Msg | From $0.004/msg | starting_at |  |

## Fax

| Metric | Price | Type | Note |
|--------|-------|------|------|
| Fax Outbound Usd Per Page | $0.007/page | flat | Send a fax |

## Numbers & Lookup

| Metric | Price | Type | Note |
|--------|-------|------|------|
| Number Monthly Usd | $1.00/mo | flat | Local number base rate (US); volume discounts start at $0.79/mo |

## Plans

### Pay-as-you-go

- **Min. commitment:** $0/mo
- No minimum commitment
- All products available
- Community support
- Standard rate limits

### Committed

- **Min. commitment:** $500/mo
- Volume discounts
- Dedicated account manager
- Priority support
- Higher rate limits
- Custom SLA

### Enterprise

- **Min. commitment:** $5000/mo
- Custom pricing
- Dedicated infrastructure
- 24/7 premium support
- Unlimited rate limits
- Custom SLA with credits
- Dedicated IP addressing
- Private network interconnect

## Rate Limits

- SMS: 50/sec
- Voice: 500 concurrent
- API: 100/sec

---

*Canonical markdown: [pricing.md](/pricing.md). AI markdown alias: [/ai/pricing.md](/ai/pricing.md). Structured JSON: [/ai/pricing.json](/ai/pricing.json) and [/ai/economics.json](/ai/economics.json). See [API catalog](/ai/api-catalog.json) for all machine-readable endpoints.*