anyone aware of any ai image generation api's ie send it a prompt get some generated images back even better if they have an existing clojure wrapper 🙂
we need an agent that turns api's like this into automatic clojure wrappers
looks like the sort of thing I am after, not played with ai stuff much other than wrapped up tools but got an idea for a simple app that would use generated images 🙂
I've started with: https://replicate.com/ (easier to start and browse the results in their ui) and then switched to: https://www.runpod.io/serverless-gpu (more control over compute resources + has integrated s3 api) while they don't have clojure wrapper, it's been fairly straightforward to use both their http APIs via https://github.com/oliyh/martian have fun! 🙂