LLM & AI Domain

LLM & AI API

OpenAI-style and Anthropic-style mock endpoints for AI integrations

API Prefix

/api/llm

Every endpoint hangs off this prefix so you can compose requests consistently.

Endpoint coverage

4

Curated routes spanning common workflows

Playground ready

Deep link directly into the playground with your preferred method and path.

Open in Playground

Capabilities

What you can simulate

Mix and match endpoints to validate dashboards, onboarding flows, error states, and integration docs before touching production systems.

1

OpenAI-style chat completion payloads

2

Embeddings responses for retrieval prototypes

3

Model catalog responses for SDK bootstrapping

4

Anthropic-style messages envelopes

5

Deterministic outputs for stable UI snapshots

6

Base-URL-friendly mocks for local integration tests

Endpoints

Available routes

Each endpoint responds with JSON objects modeled after production systems, complete with pagination, filtering, and optional latency controls for stress testing.

POST

/api/llm/openai/v1/chat/completions

Try it
POST

/api/llm/openai/v1/embeddings

Try it
GET

/api/llm/openai/v1/models

Try it
POST

/api/llm/anthropic/v1/messages

Try it
llm

Test AI integrations without model spend

Swap in Fake API for Devs as the base URL to validate parsing, retries, and AI UI rendering.

Explore more

Other mock API domains

Browse the full library of free mock API domains for your next project.