llama-stack-mirror/docs/static
Charlie Doern 258c52c84c
feat: introduce /admin API for stack administration and operations (#4401)
# What does this PR do?

- Add new /admin API (v1alpha) for administrative operations including
provider management, health checks, version info, and route listing
- Implement using FastAPI routers following batches pattern with proper
request/response models
- Endpoints: /admin/providers, /admin/providers/{id},
/admin/inspect/routes, /admin/health, /admin/version
- Create admin module structure: models.py, api.py, fastapi_routes.py,
init.py
- Add AdminImpl in llama_stack/core combining provider and inspect
functionality
- Deprecate standalone /providers and /inspect APIs (remain functional
for backward compatibility)
- Consolidate duplicate types: ProviderInfo, HealthInfo, RouteInfo, etc.
now defined once in admin.models

## Test Plan

new admin integration suite, uses generated stainless SDK, and records
new tests on this PR.

Signed-off-by: Charlie Doern <cdoern@redhat.com>
2025-12-22 12:11:49 -05:00
..
img docs: update OG image (#3669) 2025-10-03 10:22:54 -07:00
providers/vector_io docs: static content migration (#3535) 2025-09-24 14:08:50 -07:00
deprecated-llama-stack-spec.html feat: add support for tool_choice to responses api (#4106) 2025-12-15 11:22:06 -08:00
deprecated-llama-stack-spec.yaml feat: introduce /admin API for stack administration and operations (#4401) 2025-12-22 12:11:49 -05:00
experimental-llama-stack-spec.yaml feat: introduce /admin API for stack administration and operations (#4401) 2025-12-22 12:11:49 -05:00
llama-stack-spec.html feat: add support for tool_choice to responses api (#4106) 2025-12-15 11:22:06 -08:00
llama-stack-spec.yaml feat: introduce /admin API for stack administration and operations (#4401) 2025-12-22 12:11:49 -05:00
openai-spec-2.3.0.yml feat(api): oasdiff OpenAI openAPI spec against ours (#3529) 2025-12-01 15:27:08 -08:00
remote_or_local.gif docs: static content migration (#3535) 2025-09-24 14:08:50 -07:00
safety_system.webp docs: static content migration (#3535) 2025-09-24 14:08:50 -07:00
site.webmanifest docs: add favicon and mobile styling (#3650) 2025-10-02 10:42:54 +02:00
stainless-llama-stack-spec.html feat: add support for tool_choice to responses api (#4106) 2025-12-15 11:22:06 -08:00
stainless-llama-stack-spec.yaml feat: introduce /admin API for stack administration and operations (#4401) 2025-12-22 12:11:49 -05:00