mendableai / firecrawl

🔥 Turn entire websites into LLM-ready markdown or structured data. Scrape, crawl and extract with a single API.
https://firecrawl.dev
GNU Affero General Public License v3.0
14.47k stars 1.05k forks source link

[Feat] Add Anthropic Claude-3 Haiku as alternative to GPT-4 Vision (same quality, cheaper) #3

Closed oliviermills closed 5 months ago

oliviermills commented 5 months ago

Consider adding haiku or replacing with haiku for image in utils/gptVision.ts The same prompt will work well.

Also you should probably shift to the now gpt-4-turbo which recommended instead of the vision model

calebpeffer commented 5 months ago

Great Points! We already use gpt-4-turbo, but haiku will be a great alternative. @rafaelsideguide

rafaelsideguide commented 5 months ago

Hey @oliviermills I just implemented it using claude-3-opus-20240229 #5