removedInput schema / properties / estimate_input_tokens
Removed value: -{
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "For cost estimation: number of input tokens",
- "title": "Estimate Input Tokens"
-}
removedInput schema / properties / estimate_output_tokens
Removed value: -{
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "For cost estimation: number of output tokens",
- "title": "Estimate Output Tokens"
-}
removedInput schema / properties / max_input_price_per_m
Removed value: -{
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Maximum input price in USD per 1M tokens",
- "title": "Max Input Price Per M"
-}
removedInput schema / properties / min_context
Removed value: -{
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Minimum context window in tokens",
- "title": "Min Context"
-}
removedInput schema / properties / modalities
Removed value: -{
- "anyOf": [
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Required modalities (e.g. ['text','vision'])",
- "title": "Modalities"
-}
addedInput schema / properties / models
Added value: +{
+ "default": "",
+ "description": "Comma-separated model IDs",
+ "title": "Models",
+ "type": "string"
+}
removedInput schema / properties / providers
Removed value: -{
- "anyOf": [
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Filter by providers (list of provider names)",
- "title": "Providers"
-}
removedInput schema / properties / use_case
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Filter by use case: coding, reasoning, writing, vision, long context, cheap, agentic, multilingual, EU compliant, real-time, open source",
- "title": "Use Case"
-}