You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/concepts/gpt-with-vision.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,13 +79,14 @@ If you turn on Enhancements, additional usage applies for using GPT-4 Turbo with
79
79
80
80
For a typical use case, take an image with both visible objects and text and a 100-token prompt input. When the service processes the prompt, it generates 100 tokens of output. In the image, both text and objects can be detected. The price of this transaction would be:
| GPT-4 Turbo with Vision input tokens | 100 text tokens | $0.001 |
84
+
| Text prompt input | 100 text tokens | $0.001 |
85
+
| Example image input (see [Image tokens](/ai-services/openai/overview#image-tokens-gpt-4-turbo-with-vision)) | 170 + 85 image tokens | $0.00255 |
85
86
| Enhanced add-on features for OCR | $1.50 / 1000 transactions | $0.0015 |
86
87
| Enhanced add-on features for Object Grounding | $1.50 / 1000 transactions | $0.0015 |
87
88
| Output Tokens | 100 tokens (assumed) | $0.003 |
88
-
|**Total Cost**||$0.007|
89
+
|**Total**||**$0.00955**|
89
90
90
91
91
92
### Example video price calculation
@@ -95,13 +96,13 @@ For a typical use case, take an image with both visible objects and text and a 1
95
96
96
97
For a typical use case, take a 3-minute video with a 100-token prompt input. The video has a transcript that's 100 tokens long, and when the service processes the prompt, it generates 100 tokens of output. The pricing for this transaction would be:
Additionally, there's a one-time indexing cost of $0.15 to generate the Video Retrieval index for this 3-minute video. This index can be reused across any number of Video Retrieval and GPT-4 Turbo with Vision API calls.
0 commit comments