Janus-Pro DeepSeek

Janus-Pro DeepSeek
DeepSeek · Image Generation
POST /v1/images/generations

Autoregressive framework on the Janus Pro 7B model that unifies multimodal understanding and image generation in one architecture.

At a glance

FieldValue
Model idjanus-pro-deepseek
Input modalitiesText, Image
Output modalitiesText, Image
Context window-
Weight precision-
Featuresvision, image_generation
Native inferenceNo
NewNo
Supported endpointsPOST /v1/images/generations, POST /v1/chat/completions, POST /v1/images/analysis

Pricing

ChargeSpecRate
Image Generationper image$0.030
Image Analysisper uploaded image$0.030

Example request

$curl https://api.empiriolabs.ai/v1/images/generations \
> -H 'Authorization: Bearer $EMPIRIOLABS_API_KEY' \
> -H 'Content-Type: application/json' \
> -d '{"model": "janus-pro-deepseek", "prompt": "a misty forest at dawn", "size": "1024x1024"}'

Parameters

ParameterTypeRequiredDefaultDescription
promptstringyes-Text description for image generation.
generation_image_sizeenumno"square"Output image dimensions (e.g. 384x384, 768x768). · Allowed: square, square_hd, portrait_4_3, portrait_16_9, landscape_4_3, landscape_16_9
generation_temperaturenumberno1.0Sampling temperature for image generation. Higher = more variation. · Range: 0.1 – 2
generation_cfg_weightnumberno5Classifier-free guidance weight. Higher = closer to prompt but less creative. · Range: 1 – 20
generation_num_imagesnumberno1How many images to generate (1-4). · Range: 1 – 4
generation_seednumberno-Random seed for reproducibility. Same seed + prompt = same output.
image_urlstringno-URL of an image to analyze (image-understanding mode).
questionstringno-Question to answer about the supplied image.
analysis_temperaturenumberno0.1Sampling temperature for image analysis. Higher = more variation. · Range: 0 – 1
analysis_top_pnumberno0.95Nucleus sampling probability mass for image analysis. · Range: 0.1 – 1
analysis_seednumberno-Random seed for analysis output reproducibility.

Notes

Image generation and image analysis both billed per image.


Machine-readable schema: GET https://api.empiriolabs.ai/v1/models/janus-pro-deepseek.