Skip to main content
ProteusMediumHigh

Proteus v0.2

Popular anime-focused image model (12M+ runs) โ€” high-quality anime and illustration styles with img2img and inpainting support. The go-to for anime avatars and webtoon-style art.

35 credits
per image (num_outputs billed per image)
Anime and illustration specialization
img2img and inpainting with mask
Up to 4 outputs per run (billed per image)
Fine guidance following at low CFG

Run it right now

Test this model instantly in the Console Playground โ€” no code required

Sign in to try

Use with AI Assistant

Copy usage instructions for Claude, ChatGPT, or other AI

Quick Start

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "datacte/proteus-v0.2",
  "input": {
    "prompt": "anime girl with silver hair, cherry blossom background, soft lighting, best quality, highly detailed",
    "width": 1024,
    "height": 1024
  }
}'

Parameters

ParameterTypeRequiredDefaultDescription
promptstringNoblack fluffy gorgeous dangerous cat animal creature, large orange eyes, big fluffy ears, piercing gaze, full moon, dark ambiance, best quality, extremely detailedImage description (anime tags work well)
negative_promptstringNoworst quality, low qualityWhat to avoid
imagestringNo-Input image for img2img
maskstringNo-Inpainting mask
widthintegerNo1024Output width
heightintegerNo1024Output height
num_outputsintegerNo1Number of images (1-4). Billed per image
schedulerstringNoKarrasDPMscheduler
DDIMDPMSolverMultistepHeunDiscreteKarrasDPMK_EULER_ANCESTRALK_EULERPNDM
num_inference_stepsintegerNo20Number of denoising steps. 20 to 35 steps for more detail, 20 steps for faster results.
guidance_scalenumberNo7.5CFG scale (1-50)
prompt_strengthnumberNo0.8Prompt strength when using img2img / inpaint. 1.0 corresponds to full destruction of information in image
seedintegerNo-Random seed
apply_watermarkbooleanNotrueApplies a watermark to enable determining if an image is generated in downstream applications. If you have other provisions for generating or deploying images safely, you can use this to disable watermarking.
disable_safety_checkerbooleanNofalseDisable safety checker for generated images. This feature is only available through the API. See https://replicate.com/docs/how-does-replicate-work#safety

How to Provide File Input

There are 3 ways to provide files for the imagemask parameters:

Recommended

Direct Upload (Multipart)

Attach files directly to POST /v1/predictions/upload. No separate upload step needed.

curl -X POST "https://api.core.today/v1/predictions/upload" \
  -H "X-API-Key: cdt_your_api_key" \
  -F "model=datacte/proteus-v0.2" \
  -F 'input={"prompt":"your prompt here"}' \
  -F "file:image=@your_file.png"

Image URL

Pass a publicly accessible URL directly. You can also use file_url from the Storage API.

{
  "model": "datacte/proteus-v0.2",
  "input": {
    "prompt": "your prompt here",
    "image": "https://example.com/image.jpg"
  }
}
See the File Upload docs for more upload methods including Presigned URLs.

Common Parameters

Common parameters used when calling POST /v1/predictions.

ParameterTypeRequiredDefaultDescription
modelstringYes-Model identifier
inputobjectYes-Object containing the model-specific parameters from the table above
output_folderstringNo-Folder path for output files (max 256 chars, '..' not allowed)
webhook_urlstringNo-Webhook URL to call on completion
is_publicbooleanNofalseIf true, output files are also available via permanent public URLs

Examples

Anime Character

Generate an anime-style character portrait

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "datacte/proteus-v0.2",
  "input": {
    "prompt": "anime girl with silver hair, cherry blossom background, soft lighting, best quality, highly detailed",
    "width": 1024,
    "height": 1024
  }
}'

Tips & Best Practices

1Booru-style tags ('best quality, highly detailed, anime') work great in prompts
2Keep guidance_scale around 7-8; Proteus follows prompts well without high CFG
3Use img2img with a rough sketch for pose-controlled anime art

Use Cases

Anime avatars and characters
Webtoon-style illustration
Game character concepts
Anime-style marketing art