docs(ms-ai-architect): KB-refresh LOW 31/52 — request-response-transformation-ai: la til unified model API (Preview) facade-notis
This commit is contained in:
parent
b600d84adb
commit
b098936291
1 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Request/Response Transformation for AI APIs
|
||||
|
||||
**Last updated:** 2026-02
|
||||
**Last updated:** 2026-06-24
|
||||
**Status:** GA
|
||||
**Category:** API Management & AI Gateway
|
||||
|
||||
|
|
@ -30,6 +30,8 @@ Ulike AI-leverandorer bruker forskjellige API-formater:
|
|||
| Google Vertex AI | `/v1/projects/{id}/locations/{loc}/publishers/google/models/{model}:predict` | OAuth 2.0 | `predictions[]` |
|
||||
| Open-source (vLLM) | `/v1/chat/completions` | Custom | `choices[].message.content` |
|
||||
|
||||
> **Innebygd alternativ — unified model API (Preview):** APIM tilbyr nå en _unified model API_ som gir facade-mønsteret nedenfor som innebygd funksjon: den eksponerer flere LLM-backends (OpenAI Chat Completions + Anthropic Messages) bak ett OpenAI-kompatibelt endepunkt, med automatisk format-translasjon, modell-aliaser, failover på tvers av leverandører og felles policy-governance. Vurder denne før du bygger custom transformasjon-policies manuelt. Foreløpig Preview (i classic-tiers via AI Gateway early-release-kanal). Se [Create and manage a unified model API](https://learn.microsoft.com/azure/api-management/unified-model-api).
|
||||
|
||||
### Designmonster: Facade API Schema
|
||||
|
||||
Definer et internt standardskjema som alle AI-API-er mapper til:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue