AI Agents

LangChain

economy

LangChain is an cost-effective ai agents provider offering Agent Orchestration, Tool Management, Agent Memory through Aweb's unified API. It features none streaming support with premium-tier latency.

Try LangChainOfficial docs

Specifications

CategoryAI Agents
Auth Typeapi_key
Latency Tierpremium
Streamingnone
Pricing Tiereconomy
Reliabilitystandard
Qualitypremium
Base URLhttps://api.smith.langchain.com
SDK Package

Capabilities (3)

Agent Orchestrationagent.orchestrate
Score: 88DEFAULT
Tool Managementagent.tools
Score: 85DEFAULT
Agent Memoryagent.memory
Score: 82DEFAULT

Quick start

Use LangChain 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": "langchain",
    "capability": "agent.orchestrate",
    "input": { "prompt": "Hello from LangChain!" }
  }'

TypeScript

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

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

const result = await alfred.execute({
  provider: 'langchain',
  capability: 'agent.orchestrate',
  input: { prompt: 'Hello from LangChain!' },
});

console.log(result.output);

Related AI Agents providers

Composio

standard tier

Letta

standard tier

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