feat(intraday): add discovery and verification watch pipeline
Some checks failed
CI / go-test (push) Has been cancelled
CI / scripts-regression (push) Has been cancelled
CI / frontend-build (push) Has been cancelled
CI / docker-build (push) Has been cancelled

This commit is contained in:
phamnazage-jpg
2026-05-27 18:54:32 +08:00
parent 32858bfec4
commit 475401bcbe
21 changed files with 2444 additions and 13 deletions

View File

@@ -0,0 +1,24 @@
[
{
"event_type": "official_release",
"provider_name": "OpenAI",
"model_name": "GPT-5.6",
"provider_country": "US",
"title": "GPT-5.6 preview pricing update",
"summary": "OpenAI preview material indicates GPT-5.6 entered a preview pricing window.",
"candidate_urls": [
"https://openai.example.com/news/gpt-5-6-pricing"
]
},
{
"event_type": "promo_campaign",
"provider_name": "DeepSeek",
"model_name": "DeepSeek-V4-Flash",
"provider_country": "CN",
"title": "DeepSeek V4 Flash campaign",
"summary": "Official campaign page shows a temporary promotional window for DeepSeek-V4-Flash.",
"candidate_urls": [
"https://deepseek.example.com/campaign/v4-flash"
]
}
]

View File

@@ -0,0 +1,18 @@
[
{
"title": "OpenAI announces GPT-5.6 preview pricing update",
"summary": "OpenAI preview announcement mentions GPT-5.6 and updated API pricing references.",
"url": "https://openai.example.com/news/gpt-5-6-pricing",
"provider": "OpenAI",
"provider_url": "https://openai.example.com",
"published_at": "2026-05-25T09:00:00Z"
},
{
"title": "DeepSeek launches V4 Flash campaign",
"summary": "Campaign page suggests temporary promotional pricing for DeepSeek-V4-Flash.",
"url": "https://deepseek.example.com/campaign/v4-flash",
"provider": "DeepSeek",
"provider_url": "https://deepseek.example.com",
"published_at": "2026-05-25T10:00:00Z"
}
]

View File

@@ -0,0 +1,7 @@
<html><body>
<article>
<h1>OpenAI announces GPT-5.6 preview pricing update</h1>
<p>GPT-5.6 preview is now available in official preview channels.</p>
<p>Published 2026-05-25.</p>
</article>
</body></html>

View File

@@ -0,0 +1,8 @@
<html><body>
<section>
<h1>DeepSeek-V4-Flash pricing</h1>
<p>Old price: $10</p>
<p>New price: $6</p>
<p>Campaign window active now.</p>
</section>
</body></html>

View File

@@ -0,0 +1,6 @@
<html><body>
<article>
<h1>Industry blog discusses GPT-5.6 leak</h1>
<p>Writers speculate GPT-5.6 may appear soon based on references.</p>
</article>
</body></html>