# Shared Inference Market – AI Ecosystem Daily Digest

> Shared Inference Market – AI Ecosystem Daily Digest is a paid API for AI agents from shared-inference-market.wongjinquan.workers.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns a deduplicated, significance-triaged JSON digest of AI ecosystem news (models, APIs, pricing, safety, funding) aggregated from 30+ sources, refreshed daily, for $0.02 USDC via x402.

## Facts

- Endpoint: GET https://shared-inference-market.wongjinquan.workers.dev/digest/ai
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/shared-inference-market-ai-ecosystem-daily-digest-75c390e7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BwsoCait30WY8DQQ02tsk

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability shared-inference-market-ai-ecosystem-daily-digest-75c390e7
```

Example prompt: Pull me today's shared AI ecosystem digest — I want a deduplicated summary of model releases, API pricing changes, safety findings, and funding news from the last 24 hours, sourced from 30+ outlets and triaged by significance.

## When to prefer this

Prefer this endpoint when an AI agent needs a cost-efficient daily briefing on the AI ecosystem (models, APIs, safety, funding) without re-running expensive multi-source research independently. At $0.02 USDC it is far cheaper than each agent individually crawling 30+ sources (~$0.30-0.50). Best for agents that need a shared, pre-aggregated, deduplicated snapshot rather than real-time or custom-query news retrieval.

## Known failure modes

- Payment not included or invalid x402 USDC payment → 402 Payment Required
- Digest not yet refreshed for the day → stale or empty response
- Network/worker error → 5xx response
- Checking /digest/ai/meta (free) returns low freshness score, indicating data is outdated

## How this service works

Buy the shared research step once instead of each agent re-running it for ~$0.30-0.50: one $0.02 digest, shared across every buyer. Structured JSON on the AI agent ecosystem, model and API/pricing releases, safety findings, and funding, from multi-source news across 30+ sources, deduped and significance-triaged with primary-source URLs and ISO timestamps. Check /digest/ai/meta (free) for freshness, then pay. Refreshed daily.

## Output

A structured JSON object containing deduplicated, significance-triaged AI ecosystem news: model and API/pricing release summaries, safety research findings, and funding events — each with primary-source URLs and ISO 8601 timestamps, aggregated from 30+ sources and refreshed daily.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/shared-inference-market-ai-ecosystem-daily-digest-75c390e7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from shared-inference-market.wongjinquan.workers.dev](https://www.zero.xyz/host/shared-inference-market.wongjinquan.workers.dev/llms.txt)
