[
  {
    "tiered_pricing": [
      {
        "input_cost_per_query": 0.00166,
        "max_results_range": [
          1,
          10
        ]
      },
      {
        "input_cost_per_query": 0.00332,
        "max_results_range": [
          11,
          20
        ]
      },
      {
        "input_cost_per_query": 0.00498,
        "max_results_range": [
          21,
          30
        ]
      },
      {
        "input_cost_per_query": 0.00664,
        "max_results_range": [
          31,
          40
        ]
      },
      {
        "input_cost_per_query": 0.0083,
        "max_results_range": [
          41,
          50
        ]
      },
      {
        "input_cost_per_query": 0.00996,
        "max_results_range": [
          51,
          60
        ]
      },
      {
        "input_cost_per_query": 0.01162,
        "max_results_range": [
          61,
          70
        ]
      },
      {
        "input_cost_per_query": 0.01328,
        "max_results_range": [
          71,
          80
        ]
      },
      {
        "input_cost_per_query": 0.01494,
        "max_results_range": [
          81,
          90
        ]
      },
      {
        "input_cost_per_query": 0.0166,
        "max_results_range": [
          91,
          100
        ]
      }
    ],
    "metadata": {
      "notes": "Firecrawl search pricing: $83 for 100,000 credits, 2 credits per 10 results. Cost = ceiling(limit/10) * 2 * $0.00083"
    },
    "model_id": "firecrawl/search",
    "model_name": "Search",
    "provider_id": "firecrawl",
    "provider_name": "Firecrawl",
    "max_input_tokens": 0,
    "max_output_tokens": 0,
    "input_cost_per_token": 0,
    "input_cost_per_million": 0,
    "output_cost_per_token": 0,
    "output_cost_per_million": 0,
    "cache_read_cost_per_token": 0,
    "cache_read_cost_per_million": 0,
    "cache_write_cost_per_token": 0,
    "cache_write_cost_per_million": 0,
    "model_type": "search",
    "deprecation_date": null,
    "supports_function_calling": false,
    "supports_vision": false,
    "supports_json_mode": false,
    "supports_parallel_functions": false
  }
]