Skip to content
Back to MetaVision AI Studio

Card snapshot

metavision.click · 2026-06-11 15:29:12 UTC · dd7843b2d3d48e16a27922f1f4680a4fbbbd10046f16b20a5c52b9984a441399

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "MetaVision AI Studio",
  "description": "AI-powered creative platform. Generate 3D models from text or image, create music, video and images with AI. CNC G-code analysis. Built on Base network.",
  "url": "https://metavision.click/studio",
  "provider": {
    "name": "MetaVision Protocol",
    "url": "https://metavision.click",
    "contact": "https://metavision.click/contact"
  },
  "version": "2.0.0",
  "tags": [
    "3d-generation",
    "text-to-3d",
    "image-to-3d",
    "music-generation",
    "video-generation",
    "image-generation",
    "cnc",
    "gcode",
    "ai-studio",
    "base-network"
  ],
  "skills": [
    {
      "id": "text_to_3d",
      "name": "Text to 3D Model",
      "description": "Generate a professional 3D model from text description in seconds",
      "endpoint": "https://metavision.click/api/generate3d",
      "method": "POST",
      "input": {
        "prompt": "string"
      },
      "output": {
        "task_id": "string"
      },
      "pricing": {
        "paid": "$0.10 per generation",
        "plans": [
          {
            "name": "Basic",
            "price": "$5",
            "credits": 50
          },
          {
            "name": "Standard",
            "price": "$15",
            "credits": 200
          },
          {
            "name": "Pro",
            "price": "$40",
            "credits": 600
          }
        ]
      }
    },
    {
      "id": "image_to_3d",
      "name": "Image to 3D Model",
      "description": "Convert any photo or image into a 3D model",
      "endpoint": "https://metavision.click/api/image2model",
      "method": "POST",
      "input": {
        "image": "file"
      },
      "output": {
        "task_id": "string"
      },
      "pricing": {
        "paid": "$0.10 per generation"
      }
    },
    {
      "id": "task_status",
      "name": "Check Generation Status",
      "description": "Check the status and progress of a generation task",
      "endpoint": "https://metavision.click/api/status/{task_id}",
      "method": "GET",
      "output": {
        "status": "string",
        "progress": "number",
        "model": "url",
        "image": "url"
      },
      "pricing": {
        "free": true
      }
    },
    {
      "id": "validate_key",
      "name": "Validate API Key",
      "description": "Validate API key and check remaining credits",
      "endpoint": "https://metavision.click/api/key/validate",
      "method": "POST",
      "input": {
        "api_key": "string"
      },
      "output": {
        "valid": "boolean",
        "credits": "number",
        "remaining": "number"
      },
      "pricing": {
        "free": true
      }
    }
  ],
  "capabilities": {
    "streaming": false,
    "authentication": "api_key",
    "free_tier": false,
    "paid_plans": true
  },
  "payment": {
    "stripe": "https://metavision.click/docs",
    "protocol": "x402",
    "network": "Base mainnet (eip155:8453)",
    "asset": "USDC",
    "wallet": "0x4CC6689560F22Dd74CFA07CAB72eB41B0Ca7169b",
    "x402_status": "coming_soon"
  },
  "links": {
    "docs": "https://metavision.click/docs",
    "gallery": "https://metavision.click/gallery",
    "library": "https://metavision.click/library",
    "contact": "https://metavision.click/contact"
  }
}