MLflow AI Gateway
MLflow Deployments: Connected

🌐 Centralized Enterprise AI Gateway

Secure routing, authentication, rate-limiting, and cost tracking for all LLM and embedding endpoints hooked into MLflow Model Registry.

Route NameTypeProviderBackend TargetTracking Status
gemini-gatewayllm/v1/chatGoogle Cloudgemini-3.7-flash● Active
vllm-local-gatewayllm/v1/chatIn-Cluster CPUfacebook/opt-125m● Active
embeddings-gatewayllm/v1/embeddingsLiteLLM Coretext-embedding-004● Active

🚀 Gateway Invocations Example

# Query Route via MLflow Deployments REST API
curl -X POST https://gateway.velogrid-sandbox.boschservicesolutions.ai/gateway/gemini-gateway/invocations   -H "Content-Type: application/json"   -d '{"prompt": "Summarize recent fleet diagnostic telemetry."}'