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.
0397
1---2license: mit3task_categories:4- text-generation5language:6- en7tags:8- llm9- pricing10- openrouter11- api-pricing12- cost-analysis13pretty_name: OpenRouter API Pricing Analysis14size_categories:15- 1K<n<10K16---17 18# OpenRouter API Pricing Analysis Dataset19 20## Overview21 22This dataset provides a point-in-time capture of pricing and parameters for LLMs available through the OpenRouter API for inference.23 24## Contents25 26### Raw Data (`raw/`)27Contains the original data extracted from the OpenRouter API, including:28- Model pricing (input/output token costs)29- Model parameters and specifications30- Computed fields such as output/input token price ratios31 32### Enhanced Data (`hf-enhanced/`)33Augmented dataset created by mapping Hugging Face IDs from the OpenRouter API to the Hugging Face API, providing additional model metadata and information.34 35## Use Cases36 37- Comparative pricing analysis across LLM providers38- Cost optimization for API-based LLM inference39- Model selection based on pricing and parameters40- Historical pricing tracking (point-in-time snapshot)41 42## Data Source43 44- **Primary**: OpenRouter API45- **Enhancement**: Hugging Face API (for models with HF IDs)46 47## Note48 49This is a point-in-time snapshot. API pricing and model availability may change over time.50 