Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Michael 1b0e8b4c87
feat(providers): add support for hyperbolic image and audio providers (#4260)
2 months ago
..
1b0e8b4c87
feat(providers): add support for hyperbolic image and audio providers (#4260)
2 months ago
1b0e8b4c87
feat(providers): add support for hyperbolic image and audio providers (#4260)
2 months ago
1b0e8b4c87
feat(providers): add support for hyperbolic image and audio providers (#4260)
2 months ago
1b0e8b4c87
feat(providers): add support for hyperbolic image and audio providers (#4260)
2 months ago
1b0e8b4c87
feat(providers): add support for hyperbolic image and audio providers (#4260)
2 months ago
1b0e8b4c87
feat(providers): add support for hyperbolic image and audio providers (#4260)
2 months ago
1b0e8b4c87
feat(providers): add support for hyperbolic image and audio providers (#4260)
2 months ago

README.md

You have to be logged in to leave a comment. Sign In

hyperbolic

This directory contains examples for testing Hyperbolic AI models with promptfoo.

You can run this example with:

npx promptfoo@latest init --example hyperbolic

Examples

Quick Test (promptfooconfig.yaml)

Basic functionality test with Llama-3.1-70B to verify API connectivity.

Reasoning Models (promptfooconfig.reasoning.yaml)

Creative reasoning puzzles using DeepSeek-V3 and Llama-3.1-70B models.

Image Generation (promptfooconfig.image-generation.yaml)

Text-to-image generation using SDXL1.0-base model.

Audio Generation (promptfooconfig.audio-generation.yaml)

Text-to-speech synthesis using Melo-TTS model.

Multimodal Vision (promptfooconfig.multimodal.yaml)

Vision-language tasks using Qwen2.5-VL-7B model.

Running the Examples

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

Prerequisites

Notes

  • Free tier allows 60 requests/minute, Pro tier allows 600 requests/minute
  • Some models may require Pro tier access
  • See Hyperbolic provider documentation for detailed configuration options
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...