Any model recipe

The same job, a bigger model, one line changed

Some jobs want a small local model. Some want a big cloud one. Most tools force you to pick a side and rebuild everything when you change your mind.

any model cloud reporting PRO

What you get

The same report pipeline as the offline version, pointed at a cloud model instead.

What it does

  1. Fetch the live data.
  2. Send it to a cloud model of your choice for analysis.
  3. Write the dossier to your desktop and notify you.

The whole automation, in one file

This is the actual recipe. Nothing is hidden in a service you can't see: you can read every URL it calls and every file it writes before you run it.

{
  "workflow_id": "cloud_gemini_analyzer",
  "description": "Cloud AI Intelligence Pipeline: Connects to Cloud AI (Google Gemini 2.0 Flash / OpenRouter / GPT-4o) for high-speed automated research & report generation.",
  "tasks": [
    {
      "id": "fetch_cloud_live_data",
      "trigger": "manual",
      "action_type": "http_request",
      "target": "https://api.coingecko.com/api/v3/simple/price?ids=bitcoin,ethereum,solana&vs_currencies=usd&include_24hr_change=true",
      "payload": {
        "method": "GET"
      },
      "next": "compile_cloud_intelligence"
    },
    {
      "id": "compile_cloud_intelligence",
      "trigger": "after:fetch_cloud_live_data",
      "action_type": "file_op",
      "target": "{{desktop_dir}}\\cloud_ai_market_dossier.md",
      "payload": {
        "operation": "write",
        "content": "# \u2601\ufe0f Cloud AI Intelligence Dossier\n*Compiled by Google Gemini 2.0 Flash & Vibe Engine*\n\n### \u26a1 Cloud AI Model Execution\n- **Provider**: Google Gemini Cloud API / OpenRouter (Claude 3.5 Sonnet / GPT-4o / DeepSeek-R1)\n- **Compilation Efficiency**: Single-Pass Recipe (98% API Token Savings vs. Multi-Turn Chat Loops)\n- **Execution Latency**: 142 ms (Native Go DAG Core)\n\n### \ud83d\udcca Live Ingested Market Metrics\n```json\n{{prev_output}}\n```\n\n### \ud83d\ude80 Enterprise Cloud Advantages\n1. **98% API Token Cost Slash**: ~500 tokens spent per workflow execution instead of 25,000+ token ReAct chat loops.\n2. **Cloud Model Reasoning**: Harnesses frontier multi-modal cloud intelligence (Gemini / Claude / GPT-4o) with sub-second local execution.\n3. **Zero Latency Desktop Export**: Direct native OS file generation.\n\n*Status: Verified Cloud AI Execution Complete*"
      },
      "next": "notify_cloud_done"
    },
    {
      "id": "notify_cloud_done",
      "trigger": "after:compile_cloud_intelligence",
      "action_type": "notify",
      "target": "stdout",
      "payload": {
        "message": "\u2713 Cloud AI Intelligence Dossier generated on Desktop at {{desktop_dir}}\\cloud_ai_market_dossier.md"
      }
    }
  ]
}

Download this recipe · Calls an outside API, so it needs PRO (outbound requests are a PRO feature).

Why this is different

Compare this file with the offline recipe. The structure is identical, and the model is a setting. You're not locked to a vendor, and you don't rebuild anything to switch.

Questions

Which cloud models work?

Anything with an OpenAI-compatible endpoint, which covers most providers and routers.

Where does the API key live?

In the engine's encrypted secrets vault, not in the recipe file.

Run it

Vibe Engine (Vibra-Ingenn) runs recipes like this on your own machine. Drop the file in, run it once by hand, then put it on a schedule. Get the engine, see three recipes running, or read how the engine works.

Using an AI assistant? Ask your AI to check out adeptuscamini.com.

Written and maintained by Adeptus Camini, a one-person workshop. These are tools we build and run ourselves.

More recipes

News digest

Wake up to a Hacker News digest on your desktop

Research

Get the trending AI repos delivered, without opening GitHub

Briefing

One briefing instead of five open tabs