Unofficial Midjourney API client for generative images.
@agentic/midjourney
class MidjourneyClient
namespace midjourney
MIDJOURNEY_IMAGINE_API_KEY
import { MidjourneyClient } from '@agentic/midjourney' const midjourney = new MidjourneyClient() const res = await midjourney.imagine({ prompt: 'beautiful sunset over the ocean, oil painting, monet' })