Contract
{
"type": "object",
"properties": {},
"additionalProperties": false
}{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"image": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The model family's internal UUID."
},
"url": {
"type": "string",
"description": "A relative path, e.g. '/image/model-families/flux' -- not a fetchable URL."
},
"name": {
"type": "string",
"description": "Model family name, e.g. 'FLUX', 'Gemini'."
},
"slug": {
"type": "string"
},
"creator": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The creator/lab's internal UUID."
},
"logo": {
"type": "string",
"description": "Relative logo asset filename -- not a fetchable URL."
},
"name": {
"type": "string",
"description": "Creator/lab's public company name, e.g. 'OpenAI', 'Google'."
},
"slug": {
"type": "string"
},
"color": {
"type": "string",
"description": "Hex brand color, e.g. '#1f1f1f'."
}
},
"additionalProperties": true
}
},
"additionalProperties": true
},
"description": "Image generation model families, 11 entries on the one real call observed."
},
"video": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The model family's internal UUID."
},
"url": {
"type": "string",
"description": "A relative path, e.g. '/video/model-families/kling' -- not a fetchable URL."
},
"name": {
"type": "string",
"description": "Model family name, e.g. 'Kling', 'Wan'."
},
"slug": {
"type": "string"
},
"creator": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The creator/lab's internal UUID."
},
"logo": {
"type": "string",
"description": "Relative logo asset filename -- not a fetchable URL."
},
"name": {
"type": "string",
"description": "Creator/lab's public company name, e.g. 'KlingAI', 'Alibaba'."
},
"slug": {
"type": "string"
},
"color": {
"type": "string",
"description": "Hex brand color."
}
},
"additionalProperties": true
}
},
"additionalProperties": true
},
"description": "Video generation model families, 6 entries on the one real call observed."
},
"speech-to-text": {
"type": "array",
"items": {
"type": "object",
"properties": {
"logo": {
"type": "string",
"description": "Relative logo asset filename -- not a fetchable URL."
},
"name": {
"type": "string",
"description": "Provider or model name, e.g. 'Deepgram', 'Whisper', 'AssemblyAI'."
},
"slug": {
"type": "string"
}
},
"additionalProperties": true
},
"description": "Speech-to-text (transcription) providers/models, 55 entries on the one real call observed. UNLIKE the other three categories, these entries carry NO id, url, or creator object -- confirmed directly against the real fixture, not an omission in this schema."
},
"text-to-speech": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The model family's internal UUID."
},
"url": {
"type": "string",
"description": "A relative path, e.g. '/text-to-speech/model-families/elevenlabs' -- not a fetchable URL."
},
"name": {
"type": "string",
"description": "Model family name, e.g. 'ElevenLabs', 'Amazon Polly'."
},
"slug": {
"type": "string"
},
"creator": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The creator/lab's internal UUID."
},
"logo": {
"type": "string",
"description": "Relative logo asset filename -- not a fetchable URL."
},
"name": {
"type": "string",
"description": "Creator/lab's public company name, e.g. 'ElevenLabs', 'Amazon'."
},
"slug": {
"type": "string"
},
"color": {
"type": "string",
"description": "Hex brand color."
}
},
"additionalProperties": true
}
},
"additionalProperties": true
},
"description": "Text-to-speech (voice generation) model families, 47 entries on the one real call observed."
}
},
"description": "Four arrays, one per model category. Every entry observed on the one real call; counts and specific families will change over time as the vendor tracks new models.",
"additionalProperties": true
},
"status": {
"type": "string",
"description": "'success' on the one real call observed."
}
},
"description": "The model-family payload, as returned at routing.responseResultPath ($.output).",
"additionalProperties": true
}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 23, 2026
