Space Regulatory Glossary AI & Data Science
inference
- The process of running a trained AI model to produce outputs from new inputs, as opposed to training the model. Inference cost, latency, and throughput are key factors in choosing between API-hosted models and locally deployed ones.
- Batch inference processes large volumes of data (thousands of regulatory filings) through a model in sequence, while real-time inference handles individual queries on demand. The economics differ significantly: batch workloads favor rented GPUs, while low-latency queries favor API providers.