# Pricing

Our fine-tuning service offers flexible pricing based on model type and GPU used.

## 🔹 Flux

Charged **per second** based on the GPU selected:

| GPU Type           | Description          | Cost per Second | Est. Cost (1000 steps) | Est. Time (1000 steps) |
| ------------------ | -------------------- | --------------- | ---------------------- | ---------------------- |
| NVIDIA\_A100\_40GB | Balanced performance | $0.0020         | \~$6                   | \~50m                  |
| NVIDIA\_H100       | Fastest training     | $0.0043         | \~$8                   | \~32m                  |
| NVIDIA\_L40S       | Cost-efficient       | $0.0014         | \~$5                   | \~55m                  |

## 🔹 Flux Kontext

Charged **per second** using **NVIDIA\_H100**:

| GPU Type     | Description      | Cost per Second | Est. Cost (1000 steps) | Est. Time (1000 steps) |
| ------------ | ---------------- | --------------- | ---------------------- | ---------------------- |
| NVIDIA\_H100 | Fastest training | $0.0043         | \~$6                   | \~22m                  |

## 🔹 Flux Pro

Charged **per training job**, based on total steps:

| Number of Steps | Cost (Credits) |
| --------------- | -------------- |
| Fewer than 150  | 3              |
| 150 to 500      | 6              |
| More than 500   | 9              |

**Example:** Training with 1000 steps will cost **9 credits** and take approximately **39 minutes** (falls under "More than 500" tier).

## 🔹 Fast Flux

Charged **per second** using **8x Nvidia H100**:

| GPU Type       | Description         | Cost per Second | Est. Cost (1000 steps) | Est. Time (1000 steps) |
| -------------- | ------------------- | --------------- | ---------------------- | ---------------------- |
| 8x Nvidia H100 | Ultra-Fast training | $0.0153         | \~$2                   | \~1m54s                |

## 🔹 Qwen

Charged **per second** using **NVIDIA\_H100**:

| GPU Type     | Description      | Cost per Second | Est. Cost (1000 steps) | Est. Time (1000 steps) |
| ------------ | ---------------- | --------------- | ---------------------- | ---------------------- |
| NVIDIA\_H100 | Fastest training | $0.0043         | \~$7                   | \~29m                  |

***

**Note:** Estimated costs and times for 1000 steps are based on analysis of recent training jobs and may vary depending on dataset complexity and training parameters.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.segmind.com/readme/flux-fine-tuning/pricing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
