Choose compatible Safetensors through XPU, native MLX on Apple Silicon, or quantized GGUF across supported hardware. Gateway keeps each runtime explicit, provides one application-facing entry point, and adds lifecycle controls where the runtime is managed by Gateway.
The runtime is never guessed
Use a provider field or provider::model prefix. A mismatched combination is rejected instead of silently running somewhere else.
One lifecycle for managed runtimes
For Gateway-managed GGUF and MLX models, discover, inspect, pull, load, unload, and observe through one operating flow. XPU remains an explicit native execution path.
A stable, capability-aware API
Use Responses, Chat Completions, and Messages across compatible paths. Embeddings, rerank, and specialized endpoints remain explicit capabilities of the selected model and runtime.