← All models

Image Tagger

Ranked keyword tags for any image, with adjustable confidence thresholds.

4 credits per run
~6s
image tagging
slug: image-tags

One call

curl
curl https://generativeaiapi.com/api/public/v1/generations \
  -H "Authorization: Bearer gai_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "model": "image-tags",
    "image": "https://example.com/input.jpg",
    "prompt": "an orbital greenhouse at golden hour",
    "wait": true
  }'

Options

  • score_general_threshold

    General threshold

  • score_character_threshold

    Character threshold

What you get

  • 4 credits per run — priced before you press go
  • Failed generations are refunded automatically
  • Takes an input file plus a prompt
  • Same slug in the browser studio and the REST API