When will the API tools support the topics covered in the below article?
- Internet access
- Images
- Memory
- Documents and images
When will the API tools support the topics covered in the below article?
You can already achieve that locally via tools.
My bot can crawl the internet and use search. You can configure it to use gpt-4o-mini
.
Of course, but I am asking about availability directly in use of the API.
I think you are asking the wrong question, with respect.
These features are generally model agnostic.
Watch what they add to Assistants API over time:
https://platform.openai.com/docs/assistants/tools
It is unlikely something the Completions API will ever handle.
Hi @tmanchester and welcome to the community.
I’ve actually used Perplexity’s online Sonar models, and they were quite good - it basically acts as a GPT-4 + Google via a single API call. Maybe try them out while we wait for SearchGPT with API access.
Unfortunately waiting for features like these to be added to the API is a bit like waiting for Apple to release a calculator on the iPad rather than just downloading one.
Luckily there’s actually an OpenAI Cookbook recently released that guides you through implementing it yourself!
But Apple did just release a calculator app on iPad…
Exactly! Chances are it will come eventually, but there are no promises or indications as to when!
But it’s not a critical priority.
Just use a local function to implement web search. There are several good API options.
My chatbot has local functions for Serp and Jina.