多模态 AI Gateway
统一路由的多模态生成与嵌入网关
将文本生成、向量嵌入等逻辑操作映射到可配置的 Provider / Model,内置钩子、错误归一化与多模态支持。
能力清单
- ✓逻辑路由:可视化配置生成与嵌入
- ✓文本、JSON、内联媒体与文件上传生成
- ✓多模态嵌入(文本 + 图像)
- ✓多模型统一接入与灵活路由配置
- ✓内置全链路可观测与排错能力
Example flow (same canvas as the console)
Static illustration below—pan and zoom like the console route editor (drag background, scroll to zoom).
Demo route id: chat · conditions are examples; configure real logic in the console
90%
Start
chat
Access protocols (enabled on the Gateway detail page); each path runs the same logical route flow below
Entry
Google Gen AI SDK
v1beta/**
baseUrl without /v1beta
Entry
OpenAI · Chat
v1/chat/completions
baseURL includes /v1
Entry
OpenAI · Responses
v1/responses
baseURL includes /v1
if/else
input format = image+text
IF
Endpoint
Endpoint · Gemini 2.0 Flash
ELSE
if/else
metadata.tier = pro
Endpoint
Endpoint · GPT-4o
ELSE → Fallback
Fallback
model from request · resolved at endpoint
① Gemini Flash→② OpenAI backup
API 前缀
/g/{public-id}