Hi, I’m on the free plan and i need to know if this particular function is possible with Coda AI.
Example: An column have a youtube link to a video, and I need an AI Column to extract how many views this video have.
So anyone can check it for me, to decide if I buy a paid plan for this function.
1 Like
This not possible at present in native Coda.
But you should check the Gallery to see if one of the Youtube packs can get you the data you require.
Max
Thanks for the answer Max, YouTube was just an example, is not my real case, I had a side solution for this as well, I was just curious about it. Thank you!
Some of the models in my OCR and LLM packs support searching the web before responding
Tool Support: Search
You can now tell the AI to search the web before responding!
Added a “Tools” column to the Engines sync table
Added tool “search” to these engines
OpenAI
GPT-4o
GPT-4o mini
Google
Gemini 2.5 Pro
Gemini 2.0 Flash
Gemini 1.5 Pro
Added parameter “tools” to the Scan() formula
Example
Scan(Invoice, prompt: "Find out who the CEO of the invoicing company is", tools: "search")
3 Likes