A valid request URL is required to generate request examples{
"refreshed": 123,
"failed": 123,
"skipped": 123,
"new_models": [
"<string>"
],
"providers": [
{
"provider": "<string>",
"status": "refreshed",
"models": 123,
"new_models": [
"<string>"
],
"error": "<string>"
}
],
"duration_ms": 123
}{
"event_id": "<string>",
"type": "<string>",
"is_vikat_error": true,
"status_code": 123,
"error": {
"type": "<string>",
"code": "<string>",
"message": "<string>",
"param": "<string>",
"event_id": "<string>"
},
"extra_fields": {
"provider": "openai",
"model_requested": "<string>",
"request_type": "<string>"
}
}Refresh live model lists
Re-fetches every configured provider’s live model list (GET /v1/models) now — the same fetch the background refresher runs every framework.pricing.model_list_refresh_interval seconds — and reports per-provider counts plus the model ids that appeared since the previous snapshot. A provider whose list endpoint fails keeps its previous snapshot and is reported as failed.
A valid request URL is required to generate request examples{
"refreshed": 123,
"failed": 123,
"skipped": 123,
"new_models": [
"<string>"
],
"providers": [
{
"provider": "<string>",
"status": "refreshed",
"models": 123,
"new_models": [
"<string>"
],
"error": "<string>"
}
],
"duration_ms": 123
}{
"event_id": "<string>",
"type": "<string>",
"is_vikat_error": true,
"status_code": 123,
"error": {
"type": "<string>",
"code": "<string>",
"message": "<string>",
"param": "<string>",
"event_id": "<string>"
},
"extra_fields": {
"provider": "openai",
"model_requested": "<string>",
"request_type": "<string>"
}
}Authorizations
Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <API key>.
Virtual keys, dashboard/user/session tokens, and x-api-key headers are not supported on management APIs.
Response
Refresh cycle completed
Providers whose lists were fetched and stored
Providers whose list endpoint errored (previous snapshot kept)
Providers with nothing to fetch with (no keys, or list_models disabled)
Newly seen model ids as provider/model
Show child attributes
Show child attributes

