gpt-4o-image-vip
GPT-4o · Per Request
gpt-4o-image-vipAvailableImageImage GenerationChatContext Window: 128KMax Output Tokens: 16K
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Price | $0.08 | $0.056 |
| Cache Read | $0.04 | $0.04 |
Parameters
Context Window
128K tokens
Max Output Tokens
16K tokens
Best For
Image Generation
Creating images, illustrations, and visual content
Chat
Conversational AI, customer support, and Q&A
API Code Example
POST/v1/chat/completions
curl https://api.lemondata.cc/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-xxx" \
-d '{
"model": "gpt-4o-image-vip",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'FAQ
How much does gpt-4o-image-vip cost?
On LemonData, gpt-4o-image-vip costs N/A per 1M input tokens and N/A per 1M output tokens, which is up to 30% off the official pricing.
What is gpt-4o-image-vip best for?
gpt-4o-image-vip excels at Image, Image Generation, Chat. Access it through LemonData's unified API with a single API key.
How to use gpt-4o-image-vip API?
Get your API key from LemonData, set the base URL to api.lemondata.cc/v1, and use any OpenAI-compatible SDK. See the code examples above.