"https://api.stability.ai"; +const apiKey = process.env.SD_API_KEY; + +if (!apiKey) throw new Error("Missing Stability API key."); + +// export const config = { +// runtime: "edge", +// }; + +export default async function handler(req, res) { + const { text, cfg...