If you want to test out a model that isn't yet available in the runner, you can add support for it by following these steps:
- Ensure that the provider of the model is supported by Genkit.
- Find the provider for the model in
runner/codegen/genkit/providers. If the provider hasn't been implemented yet, do so by creating a newGenkitModelProviderand adding it to theMODEL_PROVIDERSinrunner/genkit/models.ts. - Add your model to the
GenkitModelProviderconfigs. - Done! 🎉 You can now run your model by passing
--model=<your model ID>.