Provider Blueprints
Cloud/hosted model providers plug into runtime/modelrepo behind the
modelrepo.Provider interface; request-side selection happens in
runtime/llmrepo. These docs cover provider-specific integration designs.
| Doc | Status | What it covers |
|---|---|---|
| aws-bedrock.md | implemented | Bedrock Converse API provider: dependency assessment, auth chain, codec fit |
| cloud-context-caching.md | blueprint | Mapping the backend-agnostic AssembleContext manifest onto native prompt/context caching APIs (Anthropic, Gemini/Vertex, OpenAI) |