flux 2 klein 4b
unofficialimage
flux 2 klein 4b specifications
| Context window | — |
|---|---|
| Max output tokens | — |
| Release date | — |
| Input | Text |
| Output | Image |
flux 2 klein 4b pricing in rubles
You pay for what you use, per token and per unit. The final request cost is returned in the API response.
| Type | Price |
|---|---|
| Image | 0,143 ₽ per image |
Prices are in rubles and may change with exchange rates.
What flux 2 klein 4b can do
- Streaming responses
- Generation
flux 2 klein 4b API: connection and code examples
The service exposes a single OpenAI-compatible API. Set our base_url and the key from your dashboard.
OpenAI Python SDK
from openai import OpenAI
client = OpenAI(api_key="YOUR_API_KEY", base_url="https://api.neuralbridge.ru/v1")
image = client.images.generate(model="black-forest-labs/flux-2-klein-4b-08130", prompt="Рыжий кот в скафандре")
print(image.data[0].url or image.data[0].b64_json[:64])cURL
curl https://api.neuralbridge.ru/v1/images/generations \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "black-forest-labs/flux-2-klein-4b-08130", "prompt": "Рыжий кот в скафандре"}'API endpoints
POST /v1/images/generationsprimary | Images — generations Matn tavsifi bo‘yicha tasvir generatsiyasi. |
Supported request parameters
| Parameter | Default | Allowed values | Description |
|---|---|---|---|
size | — | — | Natija hajmi «eni×balandligi» ko‘rinishidagi satr. |
width | — | — | Rasmning kengligi pixelda. |
height | — | — | Rasm balandligi pikselda. |
seed | — | — | Tasodifiylikni qat'iy belgilaydi: bir xil seed va bir xil parametrlar bilan takroriy so‘rov bir xil natija beradi. |
negative_prompt | — | — | Natijada NIMA bo‘lmasligi kerak: istalmagan obyektlar, tafsilotlar yoki uslubni ro‘yxatga oling. |