Looking through the docs, it seems like there is no way to add BYOK models to the SDK's model list except for completely overriding the list using onListModels . We are hoping to provide a hybrid state that contains CAPI models (from the SDK) and BYOK models, so it would be nice to have an AddModels option so that we can have the SDK track our full model list seamlessly.
Looking through the docs, it seems like there is no way to add BYOK models to the SDK's model list except for completely overriding the list using
onListModels. We are hoping to provide a hybrid state that contains CAPI models (from the SDK) and BYOK models, so it would be nice to have anAddModelsoption so that we can have the SDK track our full model list seamlessly.