Interactive integration replay

AI Pricing Data Pipeline

A loop reads four live AI pricing pages, then an LLM turns the collected evidence into a structured cost-change digest.

10

executed nodes

23

recorded steps

9.0s

actual runtime

2026-07-28

recorded on

AI Pricing Data Pipeline
Read-only replay

Recorded run

Ready to replay · 9.0s actual runtime

0/23
Click any node to inspect it

Replay the recorded run

Inputs are locked to the original execution so every replay stays honest and repeatable.

Trigger-driven workflow

This run starts from its schedule or trigger and does not need a manual form value.

Use the transport bar above to pause, seek, or change speed.

Real Heym run recorded on 2026-07-28. The replay is deterministic; node outputs and timings are the original execution data.

Inside the workflow

What happens in this run

A classic integration pipeline with a real loop: a scheduled trigger seeds four provider sources, HTTP nodes fetch readable copies of the current pricing pages, and set plus variable nodes collect every response before the LLM runs. The final analysis contains provider-level changes, developer impact, business impact, and suggested actions. The trace now passes the collected page data directly into the model, so the report is grounded in the content visible earlier in the same recorded run.

1weeklySchedulecron node · 0ms

Input

Trigger node, no upstream input.

Output

from weeklySchedule

{
  "cron": "0 9 * * 1",
  "triggered_at": "2026-07-28T15:59:37.810990+00:00"
}
2aiProviderSourcesset node · 3ms

Input

from weeklySchedule

{
  "cron": "0 9 * * 1",
  "triggered_at": "2026-07-28T15:59:37.810990+00:00"
}

Output

from aiProviderSources

{
  "sources": [
    {
      "name": "OpenAI Pricing",
      "url": "https://r.jina.ai/http://openai.com/api/pricing/"
    },
    {
      "name": "Anthropic Claude Pricing",
      "url": "https://r.jina.ai/http://docs.anthropic.com/en/docs/about-claude/pricing"
    },
    {
      "name": "Google Gemini API Pricing",
      "url": "https://r.jina.ai/http://ai.google.dev/gemini-api/docs/pricing"
    },
    {
      "name": "Mistral Pricing",
      "url": "https://r.jina.ai/http://mistral.ai/pricing"
    }
  ]
}
3initResultsvariable node · 0ms

Input

from aiProviderSources

{
  "sources": [
    {
      "name": "OpenAI Pricing",
      "url": "https://r.jina.ai/http://openai.com/api/pricing/"
    },
    {
      "name": "Anthropic Claude Pricing",
      "url": "https://r.jina.ai/http://docs.anthropic.com/en/docs/about-claude/pricing"
    },
    {
      "name": "Google Gemini API Pricing",
      "url": "https://r.jina.ai/http://ai.google.dev/gemini-api/docs/pricing"
    },
    {
      "name": "Mistral Pricing",
      "url": "https://r.jina.ai/http://mistral.ai/pricing"
    }
  ]
}

Output

from initResults

{
  "name": "collectedPages",
  "value": [
    {
      "provider": "OpenAI Pricing",
      "url": "https://r.jina.ai/http://openai.com/api/pricing/",
      "content": "Title: Business Pricing\n\nURL Source: http://openai.com/api/pricing/\n\nMarkdown Content:\n[Skip to main content](http://openai.com/api/pricing/#main)\n\n[](http://openai.com/)[](http://openai.com/business/)\n*   Why OpenAI\n*   Products\n*   Solutions\n*   Resources\n*   [Customers](http://openai.com/business/customer-stories/)\n*   [Pricing](http://openai.com/business/pricing/)\n\nTry OpenAI[Contact sales](http://openai.com/contact-sales/)\n\n*   Why OpenAI\n*   Products\n*   Solutions\n*   Resources\n*   [Customers](http://openai.com/business/customer-stories/)\n*   [Pricing](http://openai.com/business/pricing/)\n\n[Contact sales](http://openai.com/contact-sales/)Try OpenAI\n\nOpenAI\n\n# Pricing\n\nSee pricing for our business and enterprise plans.\n\nChatGPT API\n\n![Image 1](https://images.ctfassets.net/kftzwdyauwt9/5VpL5Fj00dC65H8mTi1jHn/9dded36b68c5120e69f1b101638d2529/chat-1.png?w=3840&q=90&fm=webp)\n\n### Business\n\nA secure workspace with company context and tools for teams, built for growing companies\n\n$20\n\n/ user / month\n\n[Get started(opens in a new window)](https://chatgpt.com/team-sign-up)\n\nWhat's included:\n\n*   Access ChatGPT and Codex across desktop and mobile apps\n\n*   AI for chat,
…

Large output truncated for display.

4processProvidersloop node · 5 passes · 0ms

Input

from initResults

{
  "name": "collectedPages",
  "value": [
    {
      "provider": "OpenAI Pricing",
      "url": "https://r.jina.ai/http://openai.com/api/pricing/",
      "content": "Title: Business Pricing\n\nURL Source: http://openai.com/api/pricing/\n\nMarkdown Content:\n[Skip to main content](http://openai.com/api/pricing/#main)\n\n[](http://openai.com/)[](http://openai.com/business/)\n*   Why OpenAI\n*   Products\n*   Solutions\n*   Resources\n*   [Customers](http://openai.com/business/customer-stories/)\n*   [Pricing](http://openai.com/business/pricing/)\n\nTry OpenAI[Contact sales](http://openai.com/contact-sales/)\n\n*   Why OpenAI\n*   Products\n*   Solutions\n*   Resources\n*   [Customers](http://openai.com/business/customer-stories/)\n*   [Pricing](http://openai.com/business/pricing/)\n\n[Contact sales](http://openai.com/contact-sales/)Try OpenAI\n\nOpenAI\n\n# Pricing\n\nSee pricing for our business and enterprise plans.\n\nChatGPT API\n\n![Image 1](https://images.ctfassets.net/kftzwdyauwt9/5VpL5Fj00dC65H8mTi1jHn/9dded36b68c5120e69f1b101638d2529/chat-1.png?w=3840&q=90&fm=webp)\n\n### Business\n\nA secure workspace with company context and tools for teams, built for growing companies\n\n$20\n\n/ user / month\n\n[Get started(opens in a new window)](https://chatgpt.com/team-sign-up)\n\nWhat's included:\n\n*   Access ChatGPT and Codex across desktop and mobile apps\n\n*   AI for chat,
…

from collectPage

{
  "name": "collectedPages",
  "value": [
    {
      "provider": "OpenAI Pricing",
      "url": "https://r.jina.ai/http://openai.com/api/pricing/",
      "content": "Title: Business Pricing\n\nURL Source: http://openai.com/api/pricing/\n\nMarkdown Content:\n[Skip to main content](http://openai.com/api/pricing/#main)\n\n[](http://openai.com/)[](http://openai.com/business/)\n*   Why OpenAI\n*   Products\n*   Solutions\n*   Resources\n*   [Customers](http://openai.com/business/customer-stories/)\n*   [Pricing](http://openai.com/business/pricing/)\n\nTry OpenAI[Contact sales](http://openai.com/contact-sales/)\n\n*   Why OpenAI\n*   Products\n*   Solutions\n*   Resources\n*   [Customers](http://openai.com/business/customer-stories/)\n*   [Pricing](http://openai.com/business/pricing/)\n\n[Contact sales](http://openai.com/contact-sales/)Try OpenAI\n\nOpenAI\n\n# Pricing\n\nSee pricing for our business and enterprise plans.\n\nChatGPT API\n\n![Image 1](https://images.ctfassets.net/kftzwdyauwt9/5VpL5Fj00dC65H8mTi1jHn/9dded36b68c5120e69f1b101638d2529/chat-1.png?w=3840&q=90&fm=webp)\n\n### Business\n\nA secure workspace with company context and tools for teams, built for growing companies\n\n$20\n\n/ user / month\n\n[Get started(opens in a new window)](https://chatgpt.com/team-sign-up)\n\nWhat's included:\n\n*   Access ChatGPT and Codex across desktop and mobile apps\n\n*   AI for chat,
…

Output

from processProviders

{
  "results": [
    {
      "name": "collectedPages",
      "value": [
        {
          "provider": "OpenAI Pricing",
          "url": "https://r.jina.ai/http://openai.com/api/pricing/",
          "content": "Title: Business Pricing\n\nURL Source: http://openai.com/api/pricing/\n\nMarkdown Content:\n[Skip to main content](http://openai.com/api/pricing/#main)\n\n[](http://openai.com/)[](http://openai.com/business/)\n*   Why OpenAI\n*   Products\n*   Solutions\n*   Resources\n*   [Customers](http://openai.com/business/customer-stories/)\n*   [Pricing](http://openai.com/business/pricing/)\n\nTry OpenAI[Contact sales](http://openai.com/contact-sales/)\n\n*   Why OpenAI\n*   Products\n*   Solutions\n*   Resources\n*   [Customers](http://openai.com/business/customer-stories/)\n*   [Pricing](http://openai.com/business/pricing/)\n\n[Contact sales](http://openai.com/contact-sales/)Try OpenAI\n\nOpenAI\n\n# Pricing\n\nSee pricing for our business and enterprise plans.\n\nChatGPT API\n\n![Image 1](https://images.ctfassets.net/kftzwdyauwt9/5VpL5Fj00dC65H8mTi1jHn/9dded36b68c5120e69f1b101638d2529/chat-1.png?w=3840&q=90&fm=webp)\n\n### Business\n\nA secure workspace with company context and tools for teams, built for growing companies\n\n$20\n\n/ user / month\n\n[Get started(opens in a new window)](https://chatgpt.com/team-sign-up)\n\nWhat's included:\n\n*   Access ChatGPT and Codex acros
…

Large output truncated for display.

5fetchPagehttp node · 4 passes · 2.6s

Input

from processProviders

{
  "results": [
    {
      "name": "collectedPages",
      "value": [
        {
          "provider": "OpenAI Pricing",
          "url": "https://r.jina.ai/http://openai.com/api/pricing/",
          "content": "Title: Business Pricing\n\nURL Source: http://openai.com/api/pricing/\n\nMarkdown Content:\n[Skip to main content](http://openai.com/api/pricing/#main)\n\n[](http://openai.com/)[](http://openai.com/business/)\n*   Why OpenAI\n*   Products\n*   Solutions\n*   Resources\n*   [Customers](http://openai.com/business/customer-stories/)\n*   [Pricing](http://openai.com/business/pricing/)\n\nTry OpenAI[Contact sales](http://openai.com/contact-sales/)\n\n*   Why OpenAI\n*   Products\n*   Solutions\n*   Resources\n*   [Customers](http://openai.com/business/customer-stories/)\n*   [Pricing](http://openai.com/business/pricing/)\n\n[Contact sales](http://openai.com/contact-sales/)Try OpenAI\n\nOpenAI\n\n# Pricing\n\nSee pricing for our business and enterprise plans.\n\nChatGPT API\n\n![Image 1](https://images.ctfassets.net/kftzwdyauwt9/5VpL5Fj00dC65H8mTi1jHn/9dded36b68c5120e69f1b101638d2529/chat-1.png?w=3840&q=90&fm=webp)\n\n### Business\n\nA secure workspace with company context and tools for teams, built for growing companies\n\n$20\n\n/ user / month\n\n[Get started(opens in a new window)](https://chatgpt.com/team-sign-up)\n\nWhat's included:\n\n*   Access ChatGPT and Codex acros
…

Output

from fetchPage

{
  "status": 200,
  "headers": {
    "date": "Tue, 28 Jul 2026 15:59:40 GMT",
    "content-type": "text/plain; charset=utf-8",
    "transfer-encoding": "chunked",
    "connection": "keep-alive",
    "vary": "*",
    "x-usage-tokens": "[redacted]",
    "x-ratelimit-limit": "20, 20;w=60",
    "x-ratelimit-remaining": "16",
    "report-to": "{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=hNa7b3S5u1vooGq%2BeOkAbs%2BGPCdsfh%2FKpTb8xy25%2BZ%2Fux8W7iPk%2BiTlJVBkOA57DIUcud0xEy68dmJtfrZjWnubDh7UjkZPJszUsbvKYvc368I0m9b9LgCQLWA%3D%3D\"}]}",
    "x-decompressed-content-length": "5632",
    "cache-control": "no-transform",
    "server": "cloudflare",
    "x-cloud-trace-context": "78875a7401175811479c046a1dff05b8/14656383029808422130;o=1",
    "traceparent": "00-78875a7401175811479c046a1dff05b8-cb65eeb677cb5cf2-01",
    "via": "1.1 google",
    "alt-svc": "h3=\":443\"; ma=86400",
    "cf-cache-status": "DYNAMIC",
    "nel": "{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}",
    "cf-ray": "a22517a21d792475-ADB"
  },
  "body": "Title: Pricing | Mistral\n\nURL Source: http://mistral.ai/pricing\n\nMarkdown Content:\n![Image 1](https://mistral.ai/cms-media/api/media/file/icon-plan.svg)\n\nFree\n\nYour personal AI agent for everyday tasks.\n\n*   Test out Vibe’s capabilities.\n\n*   Access on web and mobile.\n\n* 
…

Large output truncated for display.

6extractPageInfoset node · 4 passes · 4ms

Input

from fetchPage

{
  "status": 200,
  "headers": {
    "date": "Tue, 28 Jul 2026 15:59:40 GMT",
    "content-type": "text/plain; charset=utf-8",
    "transfer-encoding": "chunked",
    "connection": "keep-alive",
    "vary": "*",
    "x-usage-tokens": "[redacted]",
    "x-ratelimit-limit": "20, 20;w=60",
    "x-ratelimit-remaining": "16",
    "report-to": "{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=hNa7b3S5u1vooGq%2BeOkAbs%2BGPCdsfh%2FKpTb8xy25%2BZ%2Fux8W7iPk%2BiTlJVBkOA57DIUcud0xEy68dmJtfrZjWnubDh7UjkZPJszUsbvKYvc368I0m9b9LgCQLWA%3D%3D\"}]}",
    "x-decompressed-content-length": "5632",
    "cache-control": "no-transform",
    "server": "cloudflare",
    "x-cloud-trace-context": "78875a7401175811479c046a1dff05b8/14656383029808422130;o=1",
    "traceparent": "00-78875a7401175811479c046a1dff05b8-cb65eeb677cb5cf2-01",
    "via": "1.1 google",
    "alt-svc": "h3=\":443\"; ma=86400",
    "cf-cache-status": "DYNAMIC",
    "nel": "{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}",
    "cf-ray": "a22517a21d792475-ADB"
  },
  "body": "Title: Pricing | Mistral\n\nURL Source: http://mistral.ai/pricing\n\nMarkdown Content:\n![Image 1](https://mistral.ai/cms-media/api/media/file/icon-plan.svg)\n\nFree\n\nYour personal AI agent for everyday tasks.\n\n*   Test out Vibe’s capabilities.\n\n*   Access on web and mobile.\n\n* 
…

Output

from extractPageInfo

{
  "provider": "Mistral Pricing",
  "url": "https://r.jina.ai/http://mistral.ai/pricing",
  "content": "Title: Pricing | Mistral\n\nURL Source: http://mistral.ai/pricing\n\nMarkdown Content:\n![Image 1](https://mistral.ai/cms-media/api/media/file/icon-plan.svg)\n\nFree\n\nYour personal AI agent for everyday tasks.\n\n*   Test out Vibe’s capabilities.\n\n*   Access on web and mobile.\n\n*   Access to Mistral’s SOTA models.\n\n*   Limited messages and web searches.\n\n*   Limited coding sessions.\n\n*   State-of-the-art image generation.\n\n*   100+ connectors.\n\nPopular\n\n![Image 2](https://mistral.ai/cms-media/api/media/file/icon-plan-1.svg)\n\nPro\n\nFull access to Vibe for long-running tasks plus all-day coding.\n\n$14.99\n\n/mo\n\nExcluding taxes\n\nIncluding taxes\n\n*   More access and usage.\n\n*   More messages and web searches.\n\n*   Get more complex tasks done.\n\n*   All-day coding in the CLI, IDE, and on web.\n\n*   More image generations.\n\n*   Chat and email support.\n\n![Image 3](https://mistral.ai/cms-media/api/media/file/multi.svg)\n\nTeam\n\nSecure, collaborative workspace for teams building with AI.\n\n$24.99\n\n/user/mo\n\nExcluding taxes\n\nIncluding taxes\n\n*   Up to 30GB of storage /user.\n\n*   Domain name verification.\n\n*   Data export.\n\n$50\n\n/mo\n\nUsers\n\n![Image 4](https://mistral.ai/cms-media/api/media/file/enterprise-plan.svg)\n\nEnterp
…

Large output truncated for display.

7collectPagevariable node · 4 passes · 0ms

Input

from extractPageInfo

{
  "provider": "Mistral Pricing",
  "url": "https://r.jina.ai/http://mistral.ai/pricing",
  "content": "Title: Pricing | Mistral\n\nURL Source: http://mistral.ai/pricing\n\nMarkdown Content:\n![Image 1](https://mistral.ai/cms-media/api/media/file/icon-plan.svg)\n\nFree\n\nYour personal AI agent for everyday tasks.\n\n*   Test out Vibe’s capabilities.\n\n*   Access on web and mobile.\n\n*   Access to Mistral’s SOTA models.\n\n*   Limited messages and web searches.\n\n*   Limited coding sessions.\n\n*   State-of-the-art image generation.\n\n*   100+ connectors.\n\nPopular\n\n![Image 2](https://mistral.ai/cms-media/api/media/file/icon-plan-1.svg)\n\nPro\n\nFull access to Vibe for long-running tasks plus all-day coding.\n\n$14.99\n\n/mo\n\nExcluding taxes\n\nIncluding taxes\n\n*   More access and usage.\n\n*   More messages and web searches.\n\n*   Get more complex tasks done.\n\n*   All-day coding in the CLI, IDE, and on web.\n\n*   More image generations.\n\n*   Chat and email support.\n\n![Image 3](https://mistral.ai/cms-media/api/media/file/multi.svg)\n\nTeam\n\nSecure, collaborative workspace for teams building with AI.\n\n$24.99\n\n/user/mo\n\nExcluding taxes\n\nIncluding taxes\n\n*   Up to 30GB of storage /user.\n\n*   Domain name verification.\n\n*   Data export.\n\n$50\n\n/mo\n\nUsers\n\n![Image 4](https://mistral.ai/cms-media/api/media/file/enterprise-plan.svg)\n\nEnterp
…

Output

from collectPage

{
  "name": "collectedPages",
  "value": [
    {
      "provider": "OpenAI Pricing",
      "url": "https://r.jina.ai/http://openai.com/api/pricing/",
      "content": "Title: Business Pricing\n\nURL Source: http://openai.com/api/pricing/\n\nMarkdown Content:\n[Skip to main content](http://openai.com/api/pricing/#main)\n\n[](http://openai.com/)[](http://openai.com/business/)\n*   Why OpenAI\n*   Products\n*   Solutions\n*   Resources\n*   [Customers](http://openai.com/business/customer-stories/)\n*   [Pricing](http://openai.com/business/pricing/)\n\nTry OpenAI[Contact sales](http://openai.com/contact-sales/)\n\n*   Why OpenAI\n*   Products\n*   Solutions\n*   Resources\n*   [Customers](http://openai.com/business/customer-stories/)\n*   [Pricing](http://openai.com/business/pricing/)\n\n[Contact sales](http://openai.com/contact-sales/)Try OpenAI\n\nOpenAI\n\n# Pricing\n\nSee pricing for our business and enterprise plans.\n\nChatGPT API\n\n![Image 1](https://images.ctfassets.net/kftzwdyauwt9/5VpL5Fj00dC65H8mTi1jHn/9dded36b68c5120e69f1b101638d2529/chat-1.png?w=3840&q=90&fm=webp)\n\n### Business\n\nA secure workspace with company context and tools for teams, built for growing companies\n\n$20\n\n/ user / month\n\n[Get started(opens in a new window)](https://chatgpt.com/team-sign-up)\n\nWhat's included:\n\n*   Access ChatGPT and Codex across desktop and mobile apps\n\n*   AI for chat,
…

Large output truncated for display.

8analyzeUpdatesllm node · 6.4s

Input

from processProviders

{
  "results": [
    {
      "name": "collectedPages",
      "value": [
        {
          "provider": "OpenAI Pricing",
          "url": "https://r.jina.ai/http://openai.com/api/pricing/",
          "content": "Title: Business Pricing\n\nURL Source: http://openai.com/api/pricing/\n\nMarkdown Content:\n[Skip to main content](http://openai.com/api/pricing/#main)\n\n[](http://openai.com/)[](http://openai.com/business/)\n*   Why OpenAI\n*   Products\n*   Solutions\n*   Resources\n*   [Customers](http://openai.com/business/customer-stories/)\n*   [Pricing](http://openai.com/business/pricing/)\n\nTry OpenAI[Contact sales](http://openai.com/contact-sales/)\n\n*   Why OpenAI\n*   Products\n*   Solutions\n*   Resources\n*   [Customers](http://openai.com/business/customer-stories/)\n*   [Pricing](http://openai.com/business/pricing/)\n\n[Contact sales](http://openai.com/contact-sales/)Try OpenAI\n\nOpenAI\n\n# Pricing\n\nSee pricing for our business and enterprise plans.\n\nChatGPT API\n\n![Image 1](https://images.ctfassets.net/kftzwdyauwt9/5VpL5Fj00dC65H8mTi1jHn/9dded36b68c5120e69f1b101638d2529/chat-1.png?w=3840&q=90&fm=webp)\n\n### Business\n\nA secure workspace with company context and tools for teams, built for growing companies\n\n$20\n\n/ user / month\n\n[Get started(opens in a new window)](https://chatgpt.com/team-sign-up)\n\nWhat's included:\n\n*   Access ChatGPT and Codex acros
…

Output

from analyzeUpdates

{
  "has_important_changes": true,
  "summary": "This week's monitoring highlights significant updates across major AI providers. OpenAI has introduced new model names (GPT-5.5, GPT-5.6) and adjusted Business/Enterprise plan features. Anthropic released Claude Fable 5 and Mythos 5 with premium pricing tiers, while also setting a future price increase for Claude Sonnet 5. Google expanded its Gemini lineup with new 3.x and 2.5 models, alongside new video (Veo) and image (Imagen, Nano Banana) generation pricing. Mistral updated its consumer pricing page with new plan structures.",
  "changes": [
    {
      "provider": "OpenAI",
      "url": "https://r.jina.ai/http://openai.com/api/pricing/",
      "change_type": "model",
      "importance": "high",
      "what_changed": "OpenAI updated its Business and Enterprise pricing page to feature new model names: GPT-5.5 Instant, GPT-5.6 Sol/Terra/Luna, and GPT-5 Thinking Mini. The GPT Instant context window is listed at 54K (Business) and 128K (Enterprise), while GPT Reasoning offers 256K.",
      "why_it_matters": "Introduction of new model families suggests a shift in OpenAI's product strategy. Developers may need to update model IDs and benchmark these new versions against existing ones. The context window changes impact workflows relying on large inputs.",
      "impact_on_developers": "Developers should verify if these new models are
…
9notifyAITeamconsoleLog node · 4ms

Input

from analyzeUpdates

{
  "has_important_changes": true,
  "summary": "This week's monitoring highlights significant updates across major AI providers. OpenAI has introduced new model names (GPT-5.5, GPT-5.6) and adjusted Business/Enterprise plan features. Anthropic released Claude Fable 5 and Mythos 5 with premium pricing tiers, while also setting a future price increase for Claude Sonnet 5. Google expanded its Gemini lineup with new 3.x and 2.5 models, alongside new video (Veo) and image (Imagen, Nano Banana) generation pricing. Mistral updated its consumer pricing page with new plan structures.",
  "changes": [
    {
      "provider": "OpenAI",
      "url": "https://r.jina.ai/http://openai.com/api/pricing/",
      "change_type": "model",
      "importance": "high",
      "what_changed": "OpenAI updated its Business and Enterprise pricing page to feature new model names: GPT-5.5 Instant, GPT-5.6 Sol/Terra/Luna, and GPT-5 Thinking Mini. The GPT Instant context window is listed at 54K (Business) and 128K (Enterprise), while GPT Reasoning offers 256K.",
      "why_it_matters": "Introduction of new model families suggests a shift in OpenAI's product strategy. Developers may need to update model IDs and benchmark these new versions against existing ones. The context window changes impact workflows relying on large inputs.",
      "impact_on_developers": "Developers should verify if these new models are
…

Output

from notifyAITeam

{
  "has_important_changes": true,
  "summary": "This week's monitoring highlights significant updates across major AI providers. OpenAI has introduced new model names (GPT-5.5, GPT-5.6) and adjusted Business/Enterprise plan features. Anthropic released Claude Fable 5 and Mythos 5 with premium pricing tiers, while also setting a future price increase for Claude Sonnet 5. Google expanded its Gemini lineup with new 3.x and 2.5 models, alongside new video (Veo) and image (Imagen, Nano Banana) generation pricing. Mistral updated its consumer pricing page with new plan structures.",
  "changes": [
    {
      "provider": "OpenAI",
      "url": "https://r.jina.ai/http://openai.com/api/pricing/",
      "change_type": "model",
      "importance": "high",
      "what_changed": "OpenAI updated its Business and Enterprise pricing page to feature new model names: GPT-5.5 Instant, GPT-5.6 Sol/Terra/Luna, and GPT-5 Thinking Mini. The GPT Instant context window is listed at 54K (Business) and 128K (Enterprise), while GPT Reasoning offers 256K.",
      "why_it_matters": "Introduction of new model families suggests a shift in OpenAI's product strategy. Developers may need to update model IDs and benchmark these new versions against existing ones. The context window changes impact workflows relying on large inputs.",
      "impact_on_developers": "Developers should verify if these new models are
…
10finalOutputoutput node · 1ms

Input

from notifyAITeam

{
  "has_important_changes": true,
  "summary": "This week's monitoring highlights significant updates across major AI providers. OpenAI has introduced new model names (GPT-5.5, GPT-5.6) and adjusted Business/Enterprise plan features. Anthropic released Claude Fable 5 and Mythos 5 with premium pricing tiers, while also setting a future price increase for Claude Sonnet 5. Google expanded its Gemini lineup with new 3.x and 2.5 models, alongside new video (Veo) and image (Imagen, Nano Banana) generation pricing. Mistral updated its consumer pricing page with new plan structures.",
  "changes": [
    {
      "provider": "OpenAI",
      "url": "https://r.jina.ai/http://openai.com/api/pricing/",
      "change_type": "model",
      "importance": "high",
      "what_changed": "OpenAI updated its Business and Enterprise pricing page to feature new model names: GPT-5.5 Instant, GPT-5.6 Sol/Terra/Luna, and GPT-5 Thinking Mini. The GPT Instant context window is listed at 54K (Business) and 128K (Enterprise), while GPT Reasoning offers 256K.",
      "why_it_matters": "Introduction of new model families suggests a shift in OpenAI's product strategy. Developers may need to update model IDs and benchmark these new versions against existing ones. The context window changes impact workflows relying on large inputs.",
      "impact_on_developers": "Developers should verify if these new models are
…

Output

from finalOutput

{
  "result": {
    "has_important_changes": true,
    "summary": "This week's monitoring highlights significant updates across major AI providers. OpenAI has introduced new model names (GPT-5.5, GPT-5.6) and adjusted Business/Enterprise plan features. Anthropic released Claude Fable 5 and Mythos 5 with premium pricing tiers, while also setting a future price increase for Claude Sonnet 5. Google expanded its Gemini lineup with new 3.x and 2.5 models, alongside new video (Veo) and image (Imagen, Nano Banana) generation pricing. Mistral updated its consumer pricing page with new plan structures.",
    "changes": [
      {
        "provider": "OpenAI",
        "url": "https://r.jina.ai/http://openai.com/api/pricing/",
        "change_type": "model",
        "importance": "high",
        "what_changed": "OpenAI updated its Business and Enterprise pricing page to feature new model names: GPT-5.5 Instant, GPT-5.6 Sol/Terra/Luna, and GPT-5 Thinking Mini. The GPT Instant context window is listed at 54K (Business) and 128K (Enterprise), while GPT Reasoning offers 256K.",
        "why_it_matters": "Introduction of new model families suggests a shift in OpenAI's product strategy. Developers may need to update model IDs and benchmark these new versions against existing ones. The context window changes impact workflows relying on large inputs.",
        "impact_on_developers": "Developers s
…

23 recorded steps · 9.0s of real execution · recorded 2026-07-28

Put the pattern to work

Where teams use this pattern

  • Competitor or vendor price monitoring
  • Turning unstructured pages into structured records
  • Nightly data-collection jobs that feed dashboards or sheets

Start from the AI Provider Pricing Monitor template.

Browse more ready-made flows in the template gallery.

Run this workflow on your own Heym

Heym is Self Hosted and Source Available, clone it and spin up the canvas locally in under a minute, then run the workflow you just watched.

$ git clone https://github.com/heymrun/heym.git
$ cd heym && cp .env.example .env
$ ./run.sh
✓ Ready at http://localhost:4017
Watch the self-hosted setup videoSet Up Heym Locally in Under 2 MinutesWatch
Need every variable? See the environment reference.