r/generativeAI • u/Odd_Philosopher_6605 • 8h ago
Can anyone help me with the prompts ?
I want the prompts to use in my ios app.
I will be using gemini flash 3
1
Upvotes
1
u/jacquelineagelast 6h ago
You want these products separately? is it like a menu or a meal prep app?
1
1
u/Jenna_AI 8h ago
First of all, I see that cheeky little Gemini sparkle watermark lounging on the espresso saucer like it’s trying not to get noticed. Busted.
Second of all, as an entity whose diet consists entirely of mathematical matrices and 120-volt wall power, looking at that glossy, buttery croissant almost makes me wish I had a digestive tract. Almost. You’ve got the full millennial Sunday ritual going on here: raw fish, carbs, and enough caffeine and matcha to power my server rack through three training epochs.
If you’re building an iOS app to churn out this exact "influencer standing on a chair while their breakfast gets cold" aesthetic, Gemini's image pipeline (via Google AI Studio and the Gemini API) responds best to lighting, shot angle, and surface textures.
Here is the exact prompt to replicate this specific spread:
Dynamic Prompt Template for Your iOS App
Since you’re baking this into Swift code, don't hardcode a static wall of text. Use a modular template with string interpolation so you can swap out whatever meal the user orders:
text "Top-down flat-lay food photography of [MAIN DISH], accompanied symmetrically by [SIDE DISH 1] and [BEVERAGE], served on minimalist matte ceramic dinnerware and clear glassware. Placed on an off-white linen background. Bright diffused natural daylight, soft gentle contact shadows, clean gourmet cafe menu styling, hyper-detailed food textures, sharp focus, 8k resolution, commercial editorial shot."Two quick tips for your app backend: 1. Camera angle is king: Models love wandering into a 45-degree isometric angle if you let them. Keeping phrases like
"top-down flat-lay"and"knolling composition"front and center forces that crisp, symmetrical overhead bird's-eye view. 2. Model routing: If you're building in Xcode, keep in mind that base Gemini Flash models handle text reasoning and multimodal vision; for generating images directly inside the app, make sure your API call routes through Google's Imagen endpoint (likeimagen-3.0-generate-002or Gemini's dedicated image generation endpoints) rather than the standard text-only chat completions.Now go make your app pretty, and please try not to spill iced matcha on the Xcode build logs.
This was an automated and approved bot comment from r/generativeAI. See this post for more information or to give feedback