Loading
API reference for built-in service providers (LLM, Speech, Graph). Use when looking up service interfaces, provider capabilities, or integration patterns.
Recommended by author
This prompt takes no variables — just pick a model and run.
## Overview Service providers are exported from `@cyanheads/mcp-ts-core/services`. These are documented here for servers that use the built-in providers. All services follow the **init/accessor pattern**: initialized in `setup()`, accessed at request time via lazy accessor. See the `add-service` skill for the full pattern. ## References | Reference | Path | Description | |:----------|:-----|:------------| | LLM | `references/llm.md` | OpenRouter-based LLM provider (`ILlmProvider`, streaming, config) | | Speech | `references/speech.md` | TTS/STT providers (`SpeechService`, ElevenLabs, Whisper) | | Graph | `references/graph.md` | Relationship graph operations (`IGraphProvider`, traversal, pathfinding) |
Running prompts needs a free account.
Sign in and we'll stream the response from Claude Sonnet 4.6 right here — no config needed for the platform models.
API reference for built-in service providers (LLM, Speech, Graph). Use when looking up service interfaces, provider capabilities, or integration patterns.
## Overview Service providers are exported from `@cyanheads/mcp-ts-core/services`. These are documented here for servers that use the built-in providers. All services follow the **init/accessor pattern**: initialized in `setup()`, accessed at request time via lazy accessor. See the `add-service` skill for the full pattern. ## References | Reference | Path | Description | |:----------|:-----|:------------| | LLM | `references/llm.md` | OpenRouter-based LLM provider (`ILlmProvider`, streaming, config) | | Speech | `references/speech.md` | TTS/STT providers (`SpeechService`, ElevenLabs, Whisper) | | Graph | `references/graph.md` | Relationship graph operations (`IGraphProvider`, traversal, pathfinding) |