← All models
FEVER Coming soon

FEVER - Fourier Encoder for Visual Embedding and Retrieval

Text to image retrieval

The first truly cross resolution text to image retrieval model: built off of our efficient FELA architecture. Sold as a model and a bundled retrieval system, both available via self deploy options and the former available via API.

License Hippocratic License 3.0
API accessYes
Docker / self-deployYes (AWS 3rd-party)

Use via API

curl https://gimmelowdown.com/api/v1/models/fever/infer \
  -H "Authorization: Bearer $LOWDOWN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"input": "a photo of a cat on a red sofa"}'