query with NIP-89 for events that support 65002 (DVM image generation):

{ kinds: [31990], "#k": ["65002"] }

or just publish a 65002 event and let the DVMs come to you.

Reply to this note

Please Login to reply.

Discussion

For example, on Highlighter this is how I'm allowing users to choose a DVM for "Suggested Content"

What's on the dropdown is results from a NIP-89 query for #k 65008 (nostr content discovery); when the user chooses one of those it creates a 65008 event `p` tagging that DVM.

What's behind the dropdown is the rendered result of the tags the DVM sent back.

If other DVMs respond to the query I can show a badge on top so the user can cycle through different DVM's results of content discovery.

Right now both results are from different DVMs I run, but when Semi finishes his stuff that will be another DVM, and anyone can extend the functionality of Highlighter (and any other nostr client) without touching it's codebase