Skip to content

Interfaze Beta

interfaze/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.

Reasoning
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'interfaze/interfaze-beta',
prompt: 'Why is the sky blue?'
})