# provider-custom/embeddings (Custom Provider Embeddings) You can run this example with: ```bash npx promptfoo@latest init --example provider-custom/embeddings cd provider-custom/embeddings ``` ## Usage This example uses a custom API provider in `customProvider.js`. Run: ```bash promptfoo eval ```