Keywords AI
Keywords AI is an LLM observability and gateway platform. It exposes an OpenAI-compatible proxy (chat completions across 250+ models) plus REST APIs for request logging, prompt management, threads, evaluations, and traces - all under a single Bearer-authenticated API at https://api.keywordsai.co/api. (The company is rebranding to Respan; the keywordsai.co host and API remain active.)
APIs
Keywords AI LLM Proxy (Chat Completions)
OpenAI-compatible chat completions proxy that routes requests to 250+ LLMs through one unified endpoint, with streaming (SSE), tool calling, structured outputs, fallbacks, load ...
Keywords AI Logging API
Asynchronous request-logging endpoint for ingesting LLM call telemetry (model, prompt/completion messages, tokens, cost, latency, customer identifier, metadata) when calls are n...
Keywords AI Prompts API
Manage prompts and prompt versions outside of application code - create, list, retrieve, update, and delete prompts; create, commit, and deploy versions with templated messages,...
Keywords AI Threads API
Query multi-turn conversation threads grouped from logged LLM calls, with filtering and pagination for reconstructing end-user sessions.
Keywords AI Evaluations API
Create and run evaluators to score LLM outputs - manage evaluator definitions and execute them against logs and datasets to measure quality, correctness, and safety.
Keywords AI Traces API
List, retrieve, and delete distributed traces (OpenTelemetry-aligned spans) capturing agent and multi-step LLM workflows for observability and debugging.
Event Specifications
Keywords AI Chat Completions Streaming (HTTP + SSE)
AsyncAPI 2.6 description of Keywords AI's **chat completion streaming** surface on the OpenAI-compatible gateway. Keywords AI does not publish a WebSocket API. The only asynchro...
ASYNCAPI