← 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.
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"}'