examples/provider-hyperbolic/README.md
This directory contains examples for testing Hyperbolic AI models with promptfoo.
You can run this example with:
npx promptfoo@latest init --example provider-hyperbolic
cd provider-hyperbolic
promptfooconfig.yaml)Basic functionality test with Llama-3.1-70B to verify API connectivity.
promptfooconfig.reasoning.yaml)Creative reasoning puzzles using DeepSeek-V3 and Llama-3.1-70B models.
promptfooconfig.image-generation.yaml)Text-to-image generation using SDXL1.0-base model.
promptfooconfig.audio-generation.yaml)Text-to-speech synthesis using Melo-TTS model.
promptfooconfig.multimodal.yaml)Vision-language tasks using Qwen2.5-VL-7B model.
To run any of these examples:
# Quick connectivity test
npx promptfoo eval -c promptfooconfig.yaml
# Reasoning capabilities
npx promptfoo eval -c promptfooconfig.reasoning.yaml
# Image generation
npx promptfoo eval -c promptfooconfig.image-generation.yaml
# Audio synthesis
npx promptfoo eval -c promptfooconfig.audio-generation.yaml
# Vision-language tasks
npx promptfoo eval -c promptfooconfig.multimodal.yaml
# View results in web UI
npx promptfoo view
HYPERBOLIC_API_KEY environment variable