Skip to content

Interfaze Beta

Interfaze Beta merges specialized DNN/CNN models with an LLM to handle deterministic developer tasks like OCR, scraping, classification, structured outputs, and web extraction. It supports 1M tokens input and 32K tokens output. On AI Gateway, pay $1.5 per million input tokens and $3.5 per million output tokens.

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