380 lines
8.7 KiB
JSON
380 lines
8.7 KiB
JSON
[
|
|
{
|
|
"id": "ai-models",
|
|
"name": "AI模型",
|
|
"icon": "ri-robot-line",
|
|
"color": "blue",
|
|
"description": "大语言模型、图像模型等AI模型参数",
|
|
"order": 1,
|
|
"subcategories": [
|
|
{
|
|
"id": "chat",
|
|
"name": "对话模型",
|
|
"icon": "ri-chat-3-line",
|
|
"key_features": [
|
|
"context_length",
|
|
"mmlu",
|
|
"input_price",
|
|
"output_price"
|
|
],
|
|
"feature_labels": {
|
|
"context_length": "上下文",
|
|
"mmlu": "MMLU",
|
|
"input_price": "输入价",
|
|
"output_price": "输出价"
|
|
}
|
|
},
|
|
{
|
|
"id": "code",
|
|
"name": "代码模型",
|
|
"icon": "ri-code-line",
|
|
"key_features": [
|
|
"humaneval",
|
|
"context_length",
|
|
"input_price"
|
|
],
|
|
"feature_labels": {
|
|
"humaneval": "HumanEval",
|
|
"context_length": "上下文",
|
|
"input_price": "输入价"
|
|
}
|
|
},
|
|
{
|
|
"id": "reasoning",
|
|
"name": "推理模型",
|
|
"icon": "ri-lightbulb-line",
|
|
"key_features": [
|
|
"reasoning_capability",
|
|
"mmlu",
|
|
"context_length"
|
|
],
|
|
"feature_labels": {
|
|
"reasoning_capability": "推理能力",
|
|
"mmlu": "MMLU",
|
|
"context_length": "上下文"
|
|
}
|
|
},
|
|
{
|
|
"id": "vision",
|
|
"name": "视觉模型",
|
|
"icon": "ri-image-line",
|
|
"key_features": [
|
|
"vision_capability",
|
|
"multimodal",
|
|
"context_length"
|
|
],
|
|
"feature_labels": {
|
|
"vision_capability": "视觉能力",
|
|
"multimodal": "多模态",
|
|
"context_length": "上下文"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "gpus",
|
|
"name": "GPU显卡",
|
|
"icon": "ri-cpu-line",
|
|
"color": "green",
|
|
"description": "NVIDIA、AMD等GPU显卡规格参数",
|
|
"order": 2,
|
|
"subcategories": [
|
|
{
|
|
"id": "gaming",
|
|
"name": "游戏显卡",
|
|
"icon": "ri-gamepad-line",
|
|
"key_features": [
|
|
"memory_gb",
|
|
"cuda_cores",
|
|
"price_usd",
|
|
"fp16_tflops"
|
|
],
|
|
"feature_labels": {
|
|
"memory_gb": "显存",
|
|
"cuda_cores": "CUDA核心",
|
|
"price_usd": "价格",
|
|
"fp16_tflops": "FP16性能"
|
|
}
|
|
},
|
|
{
|
|
"id": "professional",
|
|
"name": "专业显卡",
|
|
"icon": "ri-building-line",
|
|
"key_features": [
|
|
"memory_gb",
|
|
"tensor_cores",
|
|
"memory_bandwidth_gbs",
|
|
"price_usd"
|
|
],
|
|
"feature_labels": {
|
|
"memory_gb": "显存",
|
|
"tensor_cores": "Tensor核心",
|
|
"memory_bandwidth_gbs": "带宽",
|
|
"price_usd": "价格"
|
|
}
|
|
},
|
|
{
|
|
"id": "datacenter",
|
|
"name": "数据中心",
|
|
"icon": "ri-server-line",
|
|
"key_features": [
|
|
"memory_gb",
|
|
"tensor_cores",
|
|
"memory_bandwidth_gbs",
|
|
"fp16_tflops"
|
|
],
|
|
"feature_labels": {
|
|
"memory_gb": "显存",
|
|
"tensor_cores": "Tensor核心",
|
|
"memory_bandwidth_gbs": "带宽",
|
|
"fp16_tflops": "FP16性能"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "cpus",
|
|
"name": "CPU处理器",
|
|
"icon": "ri-cpu-line",
|
|
"color": "purple",
|
|
"description": "Intel、AMD等CPU处理器参数",
|
|
"order": 3,
|
|
"subcategories": [
|
|
{
|
|
"id": "desktop",
|
|
"name": "桌面CPU",
|
|
"icon": "ri-computer-line",
|
|
"key_features": [
|
|
"cores",
|
|
"threads",
|
|
"boost_clock_ghz",
|
|
"price_usd"
|
|
],
|
|
"feature_labels": {
|
|
"cores": "核心",
|
|
"threads": "线程",
|
|
"boost_clock_ghz": "加速频率",
|
|
"price_usd": "价格"
|
|
}
|
|
},
|
|
{
|
|
"id": "server",
|
|
"name": "服务器CPU",
|
|
"icon": "ri-server-line",
|
|
"key_features": [
|
|
"cores",
|
|
"threads",
|
|
"l3_cache_mb",
|
|
"tdp_watts"
|
|
],
|
|
"feature_labels": {
|
|
"cores": "核心",
|
|
"threads": "线程",
|
|
"l3_cache_mb": "L3缓存",
|
|
"tdp_watts": "功耗"
|
|
}
|
|
},
|
|
{
|
|
"id": "mobile",
|
|
"name": "移动CPU",
|
|
"icon": "ri-smartphone-line",
|
|
"key_features": [
|
|
"cores",
|
|
"threads",
|
|
"base_clock_ghz",
|
|
"tdp_watts"
|
|
],
|
|
"feature_labels": {
|
|
"cores": "核心",
|
|
"threads": "线程",
|
|
"base_clock_ghz": "基础频率",
|
|
"tdp_watts": "功耗"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "phones",
|
|
"name": "手机",
|
|
"icon": "ri-smartphone-line",
|
|
"color": "orange",
|
|
"description": "各品牌手机参数规格",
|
|
"order": 4,
|
|
"visible": true,
|
|
"subcategories": [
|
|
{
|
|
"id": "flagship",
|
|
"name": "旗舰手机",
|
|
"icon": "ri-star-line",
|
|
"key_features": [
|
|
"processor",
|
|
"ram_gb",
|
|
"storage_gb",
|
|
"price"
|
|
],
|
|
"feature_labels": {
|
|
"processor": "处理器",
|
|
"ram_gb": "内存",
|
|
"storage_gb": "存储",
|
|
"price": "价格"
|
|
}
|
|
},
|
|
{
|
|
"id": "midrange",
|
|
"name": "中端手机",
|
|
"icon": "ri-price-tag-3-line",
|
|
"key_features": [
|
|
"processor",
|
|
"ram_gb",
|
|
"battery_mah",
|
|
"price"
|
|
],
|
|
"feature_labels": {
|
|
"processor": "处理器",
|
|
"ram_gb": "内存",
|
|
"battery_mah": "电池",
|
|
"price": "价格"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "laptops",
|
|
"name": "电脑",
|
|
"icon": "ri-macbook-line",
|
|
"color": "teal",
|
|
"description": "笔记本电脑、台式机参数",
|
|
"order": 5,
|
|
"subcategories": [
|
|
{
|
|
"id": "gaming-laptop",
|
|
"name": "游戏笔记本",
|
|
"icon": "ri-gamepad-line",
|
|
"key_features": [
|
|
"processor",
|
|
"gpu",
|
|
"ram_gb",
|
|
"price"
|
|
],
|
|
"feature_labels": {
|
|
"processor": "处理器",
|
|
"gpu": "显卡",
|
|
"ram_gb": "内存",
|
|
"price": "价格"
|
|
}
|
|
},
|
|
{
|
|
"id": "business-laptop",
|
|
"name": "商务笔记本",
|
|
"icon": "ri-briefcase-line",
|
|
"key_features": [
|
|
"processor",
|
|
"ram_gb",
|
|
"weight_kg",
|
|
"price"
|
|
],
|
|
"feature_labels": {
|
|
"processor": "处理器",
|
|
"ram_gb": "内存",
|
|
"weight_kg": "重量",
|
|
"price": "价格"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "021dc76d36be",
|
|
"name": "汽车",
|
|
"icon": "ri-car-line",
|
|
"color": "red",
|
|
"order": 6,
|
|
"description": "汽车方面",
|
|
"created_at": "2026-04-09 10:09:01",
|
|
"subcategories": [
|
|
{
|
|
"id": "sedan",
|
|
"name": "轿车",
|
|
"icon": "ri-car-line",
|
|
"key_features": [
|
|
"engine",
|
|
"power_kw",
|
|
"price"
|
|
],
|
|
"feature_labels": {
|
|
"engine": "发动机",
|
|
"power_kw": "功率",
|
|
"price": "价格"
|
|
}
|
|
},
|
|
{
|
|
"id": "suv",
|
|
"name": "SUV",
|
|
"icon": "ri-truck-line",
|
|
"key_features": [
|
|
"engine",
|
|
"seats",
|
|
"price"
|
|
],
|
|
"feature_labels": {
|
|
"engine": "发动机",
|
|
"seats": "座位数",
|
|
"price": "价格"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "71fa2b4d818f",
|
|
"name": "摄像",
|
|
"icon": "ri-camera-line",
|
|
"color": "blue",
|
|
"order": 9,
|
|
"visible": true,
|
|
"description": "相机、摄像机等",
|
|
"created_at": "2026-04-25 16:38:47",
|
|
"subcategories": [
|
|
{
|
|
"feature_labels": {
|
|
"megapixels": "像素",
|
|
"price": "价格",
|
|
"sensor": "传感器",
|
|
"video_resolution": "视频"
|
|
},
|
|
"icon": "ri-camera-line",
|
|
"id": "mirrorless",
|
|
"key_features": [
|
|
"sensor",
|
|
"megapixels",
|
|
"video_resolution",
|
|
"price"
|
|
],
|
|
"name": "无反相机"
|
|
},
|
|
{
|
|
"feature_labels": {
|
|
"lens_mount": "卡口",
|
|
"megapixels": "像素",
|
|
"price": "价格",
|
|
"sensor": "传感器"
|
|
},
|
|
"icon": "ri-camera-2-line",
|
|
"id": "dslr",
|
|
"key_features": [
|
|
"sensor",
|
|
"megapixels",
|
|
"lens_mount",
|
|
"price"
|
|
],
|
|
"name": "单反相机"
|
|
},
|
|
{
|
|
"id": "90ce312b560d",
|
|
"name": "口袋云台相机",
|
|
"icon": "ri-folder-line",
|
|
"key_features": [],
|
|
"feature_labels": {}
|
|
}
|
|
],
|
|
"updated_at": "2026-04-28 10:55:02"
|
|
}
|
|
] |