LLM API | Basic Completions
POST
/v1/chat/completions
LLM
INFO
Discount
Availability
model name | pricing | Notes |
---|---|---|
gpt-4o-mini | input 1M tokens = $0.1125 output 1M tokens = $0.45 | 75% of OpenAI's official pricing |
gpt-4o | input 1M tokens = $1.875 output 1M tokens = $7.5 Only for Creator Plan or Above | 75% of OpenAI's official pricing, as the original OpenAI's API model gpt-4o. |
gpt-4.1 and gpt-4.1-mini and gpt-4.1 nano | 75% of OpenAI's official pricing, as the original OpenAI's API | 75% of OpenAI's official pricing, as the original OpenAI's API |
claude-3-7-sonnet-20250219 | input 1M tokens = $2.25 output 1M tokens = $11.25 Only for Creator Plan or Above | 75% of Anthropic's official pricing |
gpt-4o-image | $0.02 per request | see 4o image generation api |
gpt-image-1 | same as openai official | see openai-official-pricing |
1.
2.
Request
Header Params
Authorization
string
required
Body Params application/json
Request samples
Responses
Modified at 2025-04-28 11:13:18