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.

M-ONE

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.

SignalWhat we measureWeight
Latency P95Time to first byte at 95th percentile30%
Uptime 30dSuccessful responses over trailing 30 days30%
Schema driftDeviation from declared response shape25%
Data freshnessStaleness relative to source of truth15%

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.

PlanPrice / moCredits / mo
Free$01,000
Starter$1910,000
Pro$4930,000
Ultra$9990,000
EnterpriseCustomUnlimited

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.

Start building