Back to Models

Juggernaut Pro Flux by RunDiffusion 1.0.0

rundiffusion/juggernaut-pro-flux
RunDiffusion Image Generation

Description

Juggernaut Pro Flux by RunDiffusion 1.0.0 by RunDiffusion. This model supports image capabilities.

Specifications

Pricing

Per Image Cost:
$0.00980000
Images per Dollar:
102.04

Usage Example

import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://api.yourproxy.com/v1",
  apiKey: process.env.PROXY_KEY,
});

const completion = await client.chat.completions.create({
  model: "rundiffusion/juggernaut-pro-flux",
  messages: [{ role: "user", content: "Hello!" }],
});