changedInput schema / properties / capability / description
Previous value: -"Filter by capability: Text, Vision, Code, Reasoning, Agents, Image Gen, Audio"New value: +"Capability, matched by exact equality (case-insensitive): Text, Vision, Code, Reasoning, Agents, Image Gen, Audio. Any other string returns zero matches."
changedInput schema / properties / category / description
Previous value: -"Filter by price tier: Frontier, Mid-tier, Budget, Image"New value: +"Price tier, matched by exact equality (case-insensitive): Frontier, Mid-tier, Budget, Image. This is cost only — self-hostability is the separate `openness` axis."
changedInput schema / properties / minElo / description
Previous value: -"Minimum ELO score (quality benchmark from Chatbot Arena)"New value: +"Minimum Chatbot Arena ELO score. Typical range 1000-1500; ~1400 is roughly frontier-class. Models with no ELO score never satisfy this."
addedInput schema / properties / minElo / exclusiveMinimum
Added value: +0
changedInput schema / properties / useCasePreset / description
Previous value: -"Use case for cost estimation. Default: supportTicket"New value: +"Workload shape, which sets tokens per request: supportTicket (1.5k in / 500 out), knowledgeQA (2k / 800), meetingSummary (10k / 1.2k, batch-eligible), marketingContent (2.5k / 1.8k), codingTask (3k / 2k), invoiceProcessing (1.5k / 600, batch-eligible), callSummary (2k / 700, batch-eligible), agentWorkflow (6k / 3k). Default: supportTicket"
addedOutput schema / properties / models / items / properties / batchApplied
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / models / items / properties / batchEligible
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / models / items / properties / cacheApplied
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / models / items / properties / cacheEligible
Added value: +{
+ "type": "boolean"
+}
changedOutput schema / properties / models / items / required
Previous value: -[
- "provider",
- "model",
- "inputPricePer1M",
- "outputPricePer1M",
- "contextWindow",
- "category",
- "capabilities",
- "openness",
- "efficiencyScore",
- "useCaseCost",
- "optimizedUseCaseCost",
- "monthlyBudget",
- "optimizedMonthlyBudget",
- "volatilityRisk",
- "isFinOpsFriendly"
-]New value: +[
+ "provider",
+ "model",
+ "inputPricePer1M",
+ "outputPricePer1M",
+ "contextWindow",
+ "category",
+ "capabilities",
+ "openness",
+ "efficiencyScore",
+ "useCaseCost",
+ "optimizedUseCaseCost",
+ "monthlyBudget",
+ "optimizedMonthlyBudget",
+ "volatilityRisk",
+ "isFinOpsFriendly",
+ "batchEligible",
+ "cacheEligible",
+ "batchApplied",
+ "cacheApplied"
+]