OpenAI have made additional agentic features available to developers: Web Search, File Search, Computer Use and an SDK that improves on Swarm (Announcement). The “Computer Use” API gives access to the CUA model, which also powers OpenAI Operator.
My notes on this:
- fixed “Bing search: OpenAI news” with initial screenshot demo script here
- the new OpenAI model feature pages also detail costs for Computer Use
- measured via OpenAI dashboard: the first round-trip for the demo above with a 1024x768 screenshot can cost 3 US cents
usage=ResponseUsage(input_tokens=4051, output_tokens=50, output_tokens_details=OutputTokensDetails(reasoning_tokens=0), total_tokens=4101, input_tokens_details={‘cached_tokens’: 0})
- measured via OpenAI dashboard: the first round-trip for the demo above with a 1024x768 screenshot can cost 3 US cents