{
  "x402Version": 2,
  "id": 7544,
  "slug": "7544",
  "resource": "https://animica.dev/x402/compute/quote",
  "description": "Price and feasibility for ONE specific Animica compute job before you pay for it. Send {kind, prompt, quantity} and get the exact cost in atomic units, whether a GPU miner or AICF worker is online for that exact kind right now (with probe age and chain head), the endpoint and body to POST, and a pre-check of your payload. Refuses with 503 and charges nothing when nothing can serve the work. Buy this when a failed render would cost you more than the quote.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x5D17c40FD6b119dc6006C4Ab3C20a917FCaB2aCD",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "6953",
      "maxTimeoutSeconds": 60
    },
    {
      "scheme": "exact",
      "network": "animica:1",
      "payTo": "anim1zqpsmegc0qcvzjfukm89xs0zeu3eqyyyel7kelehuszvwfarqypky2gr946ga",
      "asset": "ANM",
      "amount": "82578397212",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "animica": {
      "catalog": "https://animica.dev/.well-known/x402",
      "content_type": "application/json",
      "currency": "USDC",
      "description": "Price and feasibility for ONE specific Animica compute job before you pay for it. Send {kind, prompt, quantity} and get the exact cost in atomic units, whether a GPU miner or AICF worker is online for that exact kind right now (with probe age and chain head), the endpoint and body to POST, and a pre-check of your payload. Refuses with 503 and charges nothing when nothing can serve the work. Buy this when a failed render would cost you more than the quote.",
      "documentation": "https://animica.dev/x402#product-compute_quote",
      "name": "Compute quote",
      "openapi": "https://animica.dev/x402/openapi.json",
      "price": "0.006953",
      "product": "compute_quote",
      "provider": "Animica",
      "terms": {
        "amount_atomic": "6953",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "chain_id": 8453,
        "network": "eip155:8453",
        "pay_to": "0x5D17c40FD6b119dc6006C4Ab3C20a917FCaB2aCD",
        "scheme": "exact"
      },
      "x402_version": 2
    },
    "bazaar": {
      "discoverable": true,
      "info": {
        "input": {
          "method": "POST",
          "type": "http"
        },
        "output": {
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "body": {
                "properties": {
                  "kind": {
                    "description": "workload to quote: inference, image, video, audio, or a canonical media kind such as video_i2v or audio_master",
                    "type": "string"
                  },
                  "params": {
                    "description": "render params you intend to submit; shape-checked only",
                    "type": "object"
                  },
                  "prompt": {
                    "description": "the prompt you intend to submit; checked for acceptance and copied into the example body, never sent anywhere",
                    "type": "string"
                  },
                  "quantity": {
                    "description": "how many of this job you intend to buy, 1..1000 (default 1)",
                    "type": "integer"
                  },
                  "upload_ids": {
                    "description": "upload ids for the upload-driven media kinds",
                    "type": "array"
                  }
                },
                "required": [
                  "kind"
                ],
                "type": "object"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "kind": {
                    "description": "same as body.kind, for GET callers",
                    "type": "string"
                  },
                  "prompt": {
                    "description": "same as body.prompt",
                    "type": "string"
                  },
                  "quantity": {
                    "description": "same as body.quantity",
                    "type": "integer"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {},
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "discovery": {
      "discoverable": true,
      "info": {
        "input": {
          "bodyFields": {
            "kind": {
              "description": "workload to quote: inference, image, video, audio, or a canonical media kind such as video_i2v or audio_master",
              "required": true,
              "type": "string"
            },
            "params": {
              "description": "render params you intend to submit; shape-checked only",
              "required": false,
              "type": "object"
            },
            "prompt": {
              "description": "the prompt you intend to submit; checked for acceptance and copied into the example body, never sent anywhere",
              "required": false,
              "type": "string"
            },
            "quantity": {
              "description": "how many of this job you intend to buy, 1..1000 (default 1)",
              "required": false,
              "type": "integer"
            },
            "upload_ids": {
              "description": "upload ids for the upload-driven media kinds",
              "required": false,
              "type": "array"
            }
          },
          "bodyType": "json",
          "method": "POST",
          "queryParams": {
            "kind": {
              "description": "same as body.kind, for GET callers",
              "type": "string"
            },
            "prompt": {
              "description": "same as body.prompt",
              "type": "string"
            },
            "quantity": {
              "description": "same as body.quantity",
              "type": "integer"
            }
          },
          "type": "http"
        },
        "output": {
          "description": "workload {requested, type, kind, family, servable}, price {unit_usd, unit_atomic, quantity, total_atomic, asset, decimals, network, source, basis}, capacity — for media {renderers_online, required, probe_age_ms, counted}, for inference {requested_model, animica_workers_serving, serving_workers, required, tier, probe_age_ms, worker_count_unavailable_reason, network, proof}, queue {expected_position, available, reason, renderers_online, observed_on_our_own_submissions[] (position only — job handles are withheld)}, latency {samples, basis, basis_is_requested_kind, queue_ms, exec_ms} (false there means the samples are the family bucket, not this kind), execute {product_id, method, path, url, body, notes[]}, payload_check {ok, problems[]}, guarantees {reserves_capacity:false, locks_price:false}, observed_at {iso, head_height, head_hash}, provenance {deterministic:false, model_free:true, sources[]}. Every figure is read from the single observation stamped in observed_at.",
          "type": "json"
        }
      }
    }
  },
  "tags": [
    "animica",
    "bazaar",
    "discovery"
  ],
  "sourceHost": "animica.dev",
  "lastUpdated": "2026-08-22T08:43:43.535Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-22T08:43:43.266Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "animica.dev",
    "manifest_name": "animica.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}