Metera
M-ONE
The first AI model with native payment capability. M-ONE calls any API on the Metera marketplace, pays per request using x402, and delivers verified results — without you writing a single line of payment code.

Most AI agents fail not because they lack intelligence, but because they can't pay for information. Every useful real-time data source — web search, flight status, market prices, social signals — sits behind a paywall that requires its own API key, billing account, and error-handling logic.
Developers end up spending more time managing credentials and provider quirks than building their product. And when a provider goes down, the whole agent breaks.
M-ONE eliminates this entirely. It is a composite model that speaks directly to the Metera marketplace. When your agent needs live data, M-ONE selects the right tool, pays for the call using x402 micropayments, and returns a verified result — all in the same inference pass.
Tool Reliability System
Not all APIs are equal. Some are fast but unreliable. Some are accurate but slow. M-ONE uses a Tool Reliability Score (TRS) — a continuous signal computed from latency, uptime, schema drift, and data accuracy across millions of calls. High-TRS providers are selected by default; when they degrade, M-ONE fails over automatically.
| Signal | What we measure | Weight |
|---|---|---|
| Latency P95 | Time to first byte at 95th percentile | 30% |
| Uptime 30d | Successful responses over trailing 30 days | 30% |
| Schema drift | Deviation from declared response shape | 25% |
| Data freshness | Staleness relative to source of truth | 15% |
Pricing
M-ONE is available on all Metera plans. Every message and tool call is paid with credits — 1 credit = $0.001, and there is no markup on tool calls beyond what the provider charges.
| Plan | Price / mo | Credits / mo |
|---|---|---|
| Free | $0 | 1,000 |
| Starter | $19 | 10,000 |
| Pro | $49 | 30,000 |
| Ultra | $99 | 90,000 |
| Enterprise | Custom | Unlimited |
Getting started
M-ONE is the default model in the Metera chat interface. Every conversation you start uses it automatically. No configuration needed.
To use M-ONE programmatically, send requests to the Metera API with model: "m-one" in your payload. Your API key handles authentication and billing. Tool access is enabled by default.