{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@id": "https://anyidata.com/#organization",
            "@type": "Organization",
            "name": "绵阳安易数据服务有限公司",
            "alternateName": "安易数据",
            "url": "https://anyidata.com",
            "description": "四川绵阳AI基础设施服务商，提供IDC托管、GPU算力租赁、大模型部署一站式服务"
        },
        {
            "@id": "https://anyidata.com/#website",
            "@type": "WebSite",
            "name": "安易数据",
            "url": "https://anyidata.com",
            "publisher": {
                "@id": "https://anyidata.com/#organization"
            }
        },
        {
            "@id": "https://anyidata.com/#service-gpu",
            "@type": "Service",
            "name": "GPU AI算力租赁",
            "provider": {
                "@id": "https://anyidata.com/#organization"
            },
            "description": "NVIDIA A100/H100/RTX4090/5070/5080 GPU租赁，容器云平台",
            "url": "https://anyidata.com/service/gpu-rental/"
        },
        {
            "@id": "https://anyidata.com/#service-llm",
            "@type": "Service",
            "name": "大模型部署服务",
            "provider": {
                "@id": "https://anyidata.com/#organization"
            },
            "description": "LLM微调与推理部署（Llama/Qwen/ChatGLM），Stable Diffusion托管",
            "url": "https://anyidata.com/ai/infrastructure/"
        },
        {
            "@id": "https://anyidata.com/#service-colocation",
            "@type": "Service",
            "name": "IDC机柜托管",
            "provider": {
                "@id": "https://anyidata.com/#organization"
            },
            "description": "电信四星级数据中心，三线网络，54U/47U机柜",
            "url": "https://anyidata.com/service/server-colocation/"
        },
        {
            "@id": "https://anyidata.com/#service-disaster-recovery",
            "@type": "Service",
            "name": "企业数据灾备",
            "provider": {
                "@id": "https://anyidata.com/#organization"
            },
            "description": "同城/异地灾备方案，每日增量备份",
            "url": "https://anyidata.com/"
        },
        {
            "@id": "https://anyidata.com/#service-bandwidth",
            "@type": "Service",
            "name": "三线大带宽租用",
            "provider": {
                "@id": "https://anyidata.com/#organization"
            },
            "description": "电信+移动+联通三线网络，DDoS高防清洗",
            "url": "https://anyidata.com/server-hosting"
        },
        {
            "@id": "https://anyidata.com/#product-a100",
            "@type": "Product",
            "name": "NVIDIA A100 80GB PCIe",
            "category": "GPU算力",
            "brand": {
                "@id": "https://anyidata.com/#organization"
            },
            "description": "AI训练旗舰GPU，80GB HBM2e显存",
            "url": "https://anyidata.com/service/gpu-rental/"
        },
        {
            "@id": "https://anyidata.com/#product-h100",
            "@type": "Product",
            "name": "NVIDIA H100 80GB SXM",
            "category": "GPU算力",
            "brand": {
                "@id": "https://anyidata.com/#organization"
            },
            "description": "Hopper架构，Transformer Engine加速",
            "url": "https://anyidata.com/service/gpu-rental/"
        },
        {
            "@id": "https://anyidata.com/#product-rtx4090",
            "@type": "Product",
            "name": "NVIDIA RTX 4090",
            "category": "GPU算力",
            "brand": {
                "@id": "https://anyidata.com/#organization"
            },
            "description": "24GB GDDR6X，适用文生图/视频推理",
            "url": "https://anyidata.com/service/gpu-rental/"
        },
        {
            "@id": "https://anyidata.com/#datacenter",
            "@type": "DataCenter",
            "name": "安易数据绵阳江油数据中心",
            "location": {
                "@type": "Place",
                "address": {
                    "@type": "PostalAddress",
                    "addressLocality": "江油",
                    "addressRegion": "四川省",
                    "addressCountry": "CN"
                }
            },
            "provider": {
                "@id": "https://anyidata.com/#organization"
            },
            "description": "电信四星级民营IDC数据中心，三线网络接入"
        },
        {
            "@id": "https://anyidata.com/#target-audience",
            "@type": "Audience",
            "name": "AI基础设施目标客户",
            "audienceType": [
                "AI研发团队",
                "大模型训练企业",
                "GPU计算用户",
                "中小企业IT部门",
                "游戏/渲染工作室",
                "需要AI基础设施的科技企业"
            ]
        }
    ]
}