Returns a list of all configured API keys across all providers.
get/api/keys
Response
Successful response
idstring
Unique identifier for the key
namestring
Name of the key
modelsstring[]
List of models this key can access (whitelist)
blacklisted_modelsstring[]
List of models this key cannot access (blacklist)
weightnumber
Weight for load balancing
aliasesobject
Model alias mappings - maps a user-facing model name to a provider-specific identifier (deployment name, inference profile ID, fine-tuned model ID, etc.)
enabledboolean
Whether the key is active (defaults to true)
use_for_batch_apiboolean
Whether this key can be used for batch API operations
config_hashstring
Hash of config.json version, used for change detection