Shopify Global Catalogue: multimodal LLMs standardize product data across billions of listings at 40 million daily inferences
Shopify's billions of product listings are created by millions of merchants in unstructured, heterogeneous formats—free-form text, custom attribute schemas, missing fields, multilingual content, and information spread across text and images—making machine understanding, semantic search, and consistent product discovery impossible at scale.
Commercial LLM APIs (OpenAI and Gemini) proved prohibitively expensive at Shopify's inference volume, and training a fine-tuned model to predict all fields simultaneously caused a loss of generalizability at inference time.
The Global Catalogue runs 40 million LLM inferences daily (16 billion tokens per day), reduced median inference latency from 2 seconds to 500 milliseconds, and cut GPU usage by 40%, enabling improved search, recommendations, and conversational commerce across Shopify.
Show all 5 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
The Global Catalogue runs 40 million LLM inferences daily (16 billion tokens per day), reduced median inference latency from 2 seconds to 500 milliseconds, and cut GPU usage by 40%, enabling improved search, recommend…
What tools did this team use?
LlaVA 1.5 7B, LLaMA 3.2 11B, Qwen2VL 7B, Triton inference server, Kafka.
What results were reported?
daily LLM inferences: 40 million; Tokens inferred per day: about 16 billion; Daily product updates processed: over 10 million; Median inference latency: reduced from 2 seconds to 500 milliseconds (source-reported, not independently verified).
What failed first in this deployment?
Commercial LLM APIs (OpenAI and Gemini) proved prohibitively expensive at Shopify's inference volume, and training a fine-tuned model to predict all fields simultaneously caused a loss of generalizability at inference…
How is this ecommerce ops AI workflow structured?
Streaming product data ingestion → Multimodal LLM product understanding → LLM agent annotation pipeline → Human gold-label annotation → Product matching and edge pruning → Reconciliation to canonical record → Active learning improvement loop → Downstream system integration.