Janus-Pro-DeepSeek

Janus-Pro-DeepSeek

Provider: DeepSeek
Category: Image Generation
Endpoint: POST /v1/images/generations
Context window:
Served from:

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
Region
Featuresvision, image_generation
NewNo
Native inferenceNo

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
temperaturenumberno0.7Sampling temperature · Range: 0 – 2
top_pnumberno1Nucleus sampling · Range: 0 – 1
max_tokensnumberno4096Max output tokens · Range: 1 – 65536
frequency_penaltynumberno0Range: -2 – 2
presence_penaltynumberno0Range: -2 – 2
streambooleannofalseServer-Sent Events streaming
stopstringnoComma-separated stop sequences
disable_formattingbooleannofalseReturn raw upstream response with no formatting wrappers

Live machine-readable schema is also available at GET https://api.empiriolabs.ai/v1/models/janus-pro-deepseek.