LLM TOKEN COST COMPARISON
LLM Cost Microeconomics of Tabular Data
Direct comparison of raw LLM API consumption costs based on spreadsheet size and model token pricing (excluding Carla fees).
Select LLM Model
Spreadsheet Size
Claude Prompt Caching
Traditional Method
Full CSV Prompting
Uploading raw CSV tabular data directly into the LLM context window. Calculates raw API token charges.
| Data Payload Size | ~39,000 tokens |
| LLM Base Input Cost | $3.00 / MTok |
| LLM Cost Per Query | $0.07500 |
| LLM Cost Per 1,000 Interactions | $75.00 |
Carla HQ Method
MCP Model Queries
Local WebGPU compilation. Only lightweight semantic queries sent to the model via MCP.
| Data Payload Size | ~250 tokens |
| LLM Base Input Cost | $3.00 / MTok |
| LLM Cost Per Query | $0.00075 |
| LLM Cost Per 1,000 Interactions | $0.75 |