Managed clouds

Model platforms are their own layer.

Some systems are not just a model provider, not just a router, and not just a product surface. They are managed platforms for deploying, governing, evaluating, and consuming models inside a broader cloud.

Recommended default

Platforms blend several jobs that simpler categories keep separate.

A managed model platform may expose first-party models, broker access to third-party models, let you deploy custom endpoints, enforce enterprise identity and policy, and provide evaluation or observability tools in one surface.

That means it should not be forced into the same bucket as a direct provider API or a thin routing layer.

What they combine

A platform can look like provider, router, and control plane at once.

Provider surface

Some platforms expose first-party APIs or managed endpoints that look like direct provider access from the application side.

Model marketplace

Some platforms offer access to several model families behind one account, policy boundary, and deployment story.

Deployment plane

Some platforms let you deploy, version, tune, and govern models as managed infrastructure rather than just calling a shared public API.

Enterprise control

Identity, network controls, audit needs, quota management, and org policy often matter more here than in hobbyist API usage.

Evaluation and observability

Platforms often ship tracing, prompt management, eval surfaces, or governance controls as part of the overall developer experience.

Cloud adjacency

The model layer is usually bound to a broader cloud environment: storage, identity, secrets, networking, pipelines, and enterprise ops.

Boundary check

How platforms differ from nearby categories

Category Main job Usually missing compared with a model platform
Direct provider API Expose one provider's hosted model surface. Multi-model enterprise deployment plane, broader cloud controls, marketplace behavior.
Aggregate provider or router Normalize access across several model providers. Managed enterprise deployment story, cloud identity boundary, platform-native governance.
Managed model platform Bundle deployment, policy, model access, and cloud operations into one surface. It is already the blended category.
Local host Run models on your own machine or local environment. Managed cloud control plane, enterprise deployment, hosted catalog behavior.

Examples

Platforms like this exist across clouds

Azure AI Foundry is a strong example of this shape, but the category is broader than Foundry. Similar platform-like behavior can show up in services such as Amazon Bedrock, Google Vertex AI, and other managed AI clouds that blend provider access, deployment, governance, and model catalogs.

Use the category name first: managed model platform. Use product names as examples.

Credential boundary note: even when a platform gives you managed identity or enterprise secret storage, your host still needs a safe runtime boundary. See API key security and broker patterns.