Expand description
Hyperbolic Inference API client and Rig integration
§Example
use rig_core::{client::CompletionClient, providers::hyperbolic};
let client = hyperbolic::Client::new("YOUR_API_KEY")?;
let llama_3_1_8b = client.completion_model(hyperbolic::LLAMA_3_1_8B);Structs§
- Audio
Generation Model - Audio
Generation Response - Hyperbolic
Builder - Hyperbolic
Ext - Image
- Image
Generation Model - Image
Generation Response
Constants§
- DEEPSEEK_
2_ 5 - Deepseek v2.5 model.
- DEEPSEEK_
R1 - Deepseek R1 model.
- DEEPSEEK_
R1_ ZERO - Deepseek R1 Zero model.
- HERMES_
3_ 70B - Hermes 3 Instruct model with 70B parameters.
- LLAMA_
3_ 1_ 8B - Meta Llama 3.1b Instruct model with 8B parameters.
- LLAMA_
3_ 1_ 70B - Meta Llama 3.1b Instruct model with 70B parameters.
- LLAMA_
3_ 2_ 3B - Meta Llama 3.2b Instruct model with 3B parameters.
- LLAMA_
3_ 3_ 70B - Meta Llama 3.3b Instruct model with 70B parameters.
- LLAMA_
3_ 70B - Meta Llama 3 Instruct model with 70B parameters.
- QWEN_
2_ 5_ 72B - Qwen 2.5 model with 72B parameters.
- QWEN_
2_ 5_ CODER_ 32B - Qwen 2.5 Coder Instruct model with 32B parameters.
- QWEN_
QWQ_ PREVIEW_ 32B - Preview (latest) version of Qwen model with 32B parameters.
- SD2
- SD1_5
- SD1_
5_ CONTROLNET - SDXL1_
0_ BASE - SDXL_
CONTROLNET - SDXL_
TURBO - SSD
Type Aliases§
- Client
- Client
Builder - Completion
Model - Hyperbolic completion model, driven by the shared OpenAI Chat Completions path.
- Completion
Response - Raw completion payload, shared with the OpenAI Chat Completions path.