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
So, if I even do not send a picture, it anyway uses 990 input tokens. With a picture it is up to 3000-4000 tokens.
To process 30 screenshot iterations by this model by the agent it takes 30 * 1000 = 30000 of input tokens overhead (if $3/1 mln tokens = $0.09).
Is it correct?
The text was updated successfully, but these errors were encountered:
@katia-openai Hey Katia, I ran it again today and this time it did send over the base64 from the screenshot (im not going to copy and paste all of that text here) which it did not do last time so that part is working, it's just the same output issue from the model: {'error': {'message': 'The model computer-use-preview-2025-03-11 does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}}
for this code I get the answer:
So, if I even do not send a picture, it anyway uses 990 input tokens. With a picture it is up to 3000-4000 tokens.
To process 30 screenshot iterations by this model by the agent it takes 30 * 1000 = 30000 of input tokens overhead (if $3/1 mln tokens = $0.09).
Is it correct?
The text was updated successfully, but these errors were encountered: