Add External Keys (BYOK)
FastRouter supports adding external keys or Bring Your Own Key (BYOK) functionality, allowing organizations to attach and manage their own API keys.
Last updated
FastRouter supports adding external keys or Bring Your Own Key (BYOK) functionality, allowing organizations to attach and manage their own API keys.
Last updated
[
{
"model_slug": "openai/gpt-4o",
"endpoint_url": "ENDPOINT-URL",
"api_key": "API-KEY",
"model_id": "gpt-4o"
},
{
"model_slug": "openai/o3-mini",
"endpoint_url": "ENDPOINT-URL",
"api_key": "API-KEY",
"model_id": "o3-mini"
}
]{
"accessKeyId": "your-aws-access-key-id",
"secretAccessKey": "your-aws-secret-access-key",
"region": "your-aws-region"
}