Configure multiple AI providers for custom concurrency, queue sizes, proxy settings, and more.
If Bifrost receives a new provider at runtime (i.e., one that is not returned byGetConfiguredProviders()
initially onbifrost.Init()
), it will set up the provider at runtime usingGetConfigForProvider()
, which may cause a delay in the first request to that provider.
ExtraFields.RawResponse
:
GetKeysForProvider
implementation on every request. Ensure your implementation is optimized for speed to avoid adding latency: