Interfaze Beta
Interfaze is an AI model built on a new architecture that merges specialized DNN/CNN models with LLMs for developer tasks that require deterministic output and high consistency like OCR, scraping, classification, STT and more.
import { streamText } from 'ai'
const result = streamText({ model: 'interfaze/interfaze-beta', prompt: 'Why is the sky blue?'})