CoolFace
Datasetpublic

danielrosehill/Open-Router-API-Pricing-Analysis

OpenRouter API Pricing Analysis Dataset Overview This dataset provides a point-in-time capture of pricing and parameters for LLMs available through the OpenRouter API for inference. Contents Raw Data (raw/) Contains the original data extracted from the OpenRouter API, including: Model pricing (input/output token costs) Model parameters and specifications Computed fields such as output/input token price ratios Enhanced… See the full description on the dataset page: https://huggingface.co/datasets/danielrosehill/Open-Router-API-Pricing-Analysis.

sourceHugging Facemitupdated 11mo agoView on Hugging Face
0likes398downloads
output_pricing_stats.json73 linesDownload Raw Back to output-tokens
1{2  "distribution": {3    "name": "Output Token Pricing (per 1M tokens)",4    "count": 294,5    "min": 0.01,6    "max": 600.0,7    "mean": 7.074561746938776,8    "median": 1.0,9    "std_dev": 37.152967606908874,10    "q1": 0.3,11    "q3": 4.0,12    "iqr": 3.7,13    "p10": 0.10300000000000001,14    "p90": 10.0,15    "p95": 15.0,16    "p99": 75.3499999999999717  },18  "stratification": {19    "name": "Output Token Pricing",20    "bins": [21      {22        "range": "0.010000 - 0.030048",23        "count": 4,24        "percentage": 1.360544217687074825      },26      {27        "range": "0.030048 - 0.090288",28        "count": 15,29        "percentage": 5.102040816326530530      },31      {32        "range": "0.090288 - 0.271297",33        "count": 48,34        "percentage": 16.326530612244935      },36      {37        "range": "0.271297 - 0.815193",38        "count": 69,39        "percentage": 23.4693877551020440      },41      {42        "range": "0.815193 - 2.449490",43        "count": 70,44        "percentage": 23.80952380952380745      },46      {47        "range": "2.449490 - 7.360219",48        "count": 37,49        "percentage": 12.58503401360544250      },51      {52        "range": "7.360219 - 22.115964",53        "count": 38,54        "percentage": 12.92517006802721255      },56      {57        "range": "22.115964 - 66.453981",58        "count": 7,59        "percentage": 2.38095238095238160      },61      {62        "range": "66.453981 - 199.680716",63        "count": 5,64        "percentage": 1.700680272108843665      },66      {67        "range": "199.680716 - 600.000000",68        "count": 0,69        "percentage": 0.070      }71    ]72  }73}