Openai: Get Pricing
Openai via Parse · developer_tools
Get all OpenAI model pricing. Returns each model with its section, pricing tier, and per-token costs. Optionally filter by section name or pricing tier using case-insensitive partial matching. Pricing fields vary by section: text models have input/output/cached_input; image models have modality-based pricing; video models have price_per_second; tools have flat per-call or per-GB pricing. Returns a single page of all matching models. Retrieve OpenAI API model pricing across all categories (Flagship, Multimodal, Image generation, Video generation, Realtime and audio generation, Transcription, Tools, Specialized, Finetuning) and pricing tiers (Standard, Batch, Flex, Priority). Fulfilled by Parse from developers.openai.com.
- b2b-directory
- developer-tools
- developers-openai-com
- finance
- openai
- parse
- platform-key
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/2801fee9-9543-4a70-9ab5-e01bc965c803/get_pricing
- Interface artifact
- sha256:5c013947db6882147af383a9e970eda7c3c3275ea0f0745c4accd153d75d7e0e
- Manifest digest
- sha256:bdd9ad57365c5a7b3b030b47a4c70b1e904cdc3543866e9ab371b7ef243e4bcc
Request fields
- tier (string): Filter by pricing tier (case-insensitive partial match). Some sections only have a subset of tiers.: Allowed values: Standard, Batch, Flex, Priority
- section (string): Filter by section name (case-insensitive partial match). Partial matches work, e.g. 'image' matches 'Image generation models'.: Allowed values: Flagship, Multimodal, Realtime, Image generation, Video generation, Transcription, Tools, Specialized, Finetuning
Example queries
- {"tier":"Standard","section":"Flagship"}