Get Started
Core Concepts
Utilities
Integrations
copy markdown
Interfaze lets you invoke specific tasks directly via the system message. Use this when you want faster results with guaranteed task execution regardless of how the prompt is phrased — bypassing Interfaze's default flow where a final model summarizes everything and returning the raw task output instead.
| task Name | Description |
|---|---|
web_search | Web search |
object_detection | Detect objects in images |
speech_to_text | Speech to text transcription |
scraper | Extract structured data from web pages |
ocr | Optical character recognition |
OpenAI SDK
LangChain SDK
Vercel AI SDK
The output is the raw task result — no summarization or rephrasing is applied. The structure varies depending on the task invoked.
<task> tag is parsed from the system message (the first match).<task> tag, the schema takes priority — the singular task execution is skipped and the model generates a structured response instead.