Bring your own service API Keys

For all llm and tts supported services, you have the option of providing your own API Keys. Doing so will allow you to track your own service usage and costs. If you do not provide your own API Key, Daily will use its own and pass on the cost to you. Check out our pricing page for more information.

To use your own API Key, simply add the following to the body of your /bots/start request:

{
  "api_keys": {
    "<service name>": "<your api key>"
  }
}

<service name> should match the configuration string for the service as documented in the Supported Services page. (ex. “openai” for Open AI, “cartesia” for Cartesia, etc.)