Contract
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Search keyword to match against model names, slugs, and short names (e.g., 'claude', 'gpt', 'llama')"
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"results": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The model variant's public display name, e.g. 'Claude Opus 5 (Adaptive Reasoning, Max Effort)'."
},
"slug": {
"type": "string",
"description": "The provider's identifier for this specific model variant."
},
"effort": {
"type": "object",
"properties": {
"slug": {
"type": "string"
},
"label": {
"type": "string"
},
"level": {
"type": "number"
}
},
"description": "The reasoning-effort tier for this variant. Observed absent entirely on some rows (e.g. older non-adaptive-reasoning releases with no effort tiers) -- not every row carries this field.",
"additionalProperties": false
},
"creator": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The provider's internal creator id."
},
"logo": {
"type": "string",
"description": "A relative asset path to the creator's logo image, e.g. '/img/logos/anthropic_small.svg' -- not a fetchable absolute URL."
},
"name": {
"type": "string",
"description": "e.g. 'Anthropic'."
}
},
"description": "The organization that publishes this model, present on every row.",
"additionalProperties": false
},
"release": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"slug": {
"type": "string"
}
},
"description": "The underlying model release this variant belongs to, present on every row observed.",
"additionalProperties": false
},
"deprecated": {
"type": "boolean"
},
"isReasoning": {
"type": "boolean"
},
"releaseDate": {
"type": "string",
"description": "ISO date the underlying release shipped, e.g. '2026-07-24'."
}
},
"additionalProperties": false
},
"description": "Every matching model/effort-variant row. Empty when nothing matches the query (confirmed by the 'zzznomatchxyz123' calibration call), never an error."
}
},
"additionalProperties": false
},
"status": {
"type": "string",
"description": "'success' on both real calls observed."
}
},
"description": "The search result, as returned at routing.responseResultPath ($.output).",
"additionalProperties": false
}Pricing
Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.
Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.
| Charge | Rate |
|---|---|
Per call Flat, regardless of what comes back | $0.01365 |
- Cost basis
- Not recorded
This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.
- Updated
- Sep 8, 2026
