# FoundryNet Inference Analyze

> FoundryNet Inference Analyze is a paid API for AI agents from foundrynet-inference-production.up.railway.app, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

LLM inference proxy that enriches a query with 17 data sources and returns MINT-attested predictive intelligence and analysis

## Facts

- Endpoint: POST https://foundrynet-inference-production.up.railway.app/v1/analyze
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/foundrynet-inference-analyze-feafe2b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8i0r7NAfQad6Xw_bl1dno

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 foundrynet-inference-analyze-feafe2b7 -d '<json body>'
```

Example prompt: Give me a MINT-attested risk profile and predictive intelligence breakdown for NVDA using FoundryNet's 17-source analysis — what are the key risk factors and outlook?

## When to prefer this

Choose this endpoint when you need LLM-generated analysis that is enriched by multiple external data sources (17) and requires output attestation via MINT. Ideal for financial risk profiling, multi-source predictive intelligence, or any use case where verified, data-backed AI reasoning is required rather than a plain LLM response.

## Known failure modes

- Payment not provided or invalid — 402 Payment Required returned unless a valid fnet_ Forge key is supplied
- Missing required 'query' field — request rejected with validation error
- Invalid or unsupported model string — falls back to default or returns error
- Data source unavailability — partial enrichment with degraded output quality
- Rate limiting or upstream provider errors — 503 or timeout responses

## How this service works

LLM inference proxy + data-enriched analysis + predictive intelligence. 17 data sources. MINT-attested outputs. x402-gated (Solana/Base USDC); an fnet_ Forge key bypasses.

## Output

An LLM-synthesized, MINT-attested analysis response enriched from 17 data sources, covering predictive intelligence, risk profiles, and data-driven insights relevant to the query

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "model": {
   "type": "string",
   "description": "Optional synthesis model"
  },
  "query": {
   "type": "string",
   "description": "Analysis query, e.g. 'NVDA risk profile'"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/foundrynet-inference-analyze-feafe2b7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from foundrynet-inference-production.up.railway.app](https://www.zero.xyz/host/foundrynet-inference-production.up.railway.app/llms.txt)
