Search

Typesense

economy

Typesense is an cost-effective search provider offering Vector Search, Hybrid Search through Aweb's unified API. It features none streaming support with premium-tier latency.

Try TypesenseOfficial docs

Specifications

CategorySearch
Auth Typeapi_key
Latency Tierpremium
Streamingnone
Pricing Tiereconomy
Reliabilitypremium
Qualitypremium
Base URLhttps://{cluster}.a1.typesense.net
SDK Package

Capabilities (2)

Vector Searchsearch.vector
Score: 90
Hybrid Searchsearch.hybrid
Score: 95

Quick start

Use Typesense through Alfred's unified API — no provider-specific SDK needed.

cURL

curl -X POST https://api.alfred-ai.app/v1/execute \
  -H "Authorization: Bearer $ALFRED_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "typesense",
    "capability": "search.vector",
    "input": { "prompt": "Hello from Typesense!" }
  }'

TypeScript

import { Alfred } from '@alfred/core';

const alfred = new Alfred({ apiKey: process.env.ALFRED_API_KEY });

const result = await alfred.execute({
  provider: 'typesense',
  capability: 'search.vector',
  input: { prompt: 'Hello from Typesense!' },
});

console.log(result.output);

Related Search providers

SerpAPI

standard tier

Weaviate

standard tier

Perplexity

standard tier

Semantic Scholar

economy tier

Getting started →API reference →All capabilities →All providers →