@@ -72,18 +72,18 @@ MSW can't intercept any of those calls. llmock can — it's a real server on a r
7272
7373## Features
7474
75- - ** [ Multi-provider support] ( https://llmock.com /compatible-providers.html ) ** — [ OpenAI Chat Completions] ( https://llmock.com /chat-completions.html ) , [ OpenAI Responses] ( https://llmock.com /responses-api.html ) , [ Anthropic Claude] ( https://llmock.com /claude-messages.html ) , [ Google Gemini] ( https://llmock.com /gemini.html ) , [ AWS Bedrock] ( https://llmock.com /aws-bedrock.html ) , [ Azure OpenAI] ( https://llmock.com /azure-openai.html )
76- - ** [ Embeddings API] ( https://llmock.com /embeddings.html ) ** — OpenAI-compatible embedding responses with configurable dimensions
77- - ** [ Structured output / JSON mode] ( https://llmock.com /structured-output.html ) ** — ` response_format ` , ` json_schema ` , and function calling
78- - ** [ Sequential responses] ( https://llmock.com /sequential-responses.html ) ** — Stateful multi-turn fixtures that return different responses on each call
79- - ** [ Streaming physics] ( https://llmock.com /streaming-physics.html ) ** — Configurable ` ttft ` , ` tps ` , and ` jitter ` for realistic timing
80- - ** [ WebSocket APIs] ( https://llmock.com /websocket.html ) ** — OpenAI Responses WS, Realtime API, and Gemini Live
81- - ** [ Error injection] ( https://llmock.com /error-injection.html ) ** — One-shot errors, rate limiting, and provider-specific error formats
82- - ** [ Request journal] ( https://llmock.com /docs.html ) ** — Record, inspect, and assert on every request
83- - ** [ Fixture validation] ( https://llmock.com /fixtures.html ) ** — Schema validation at load time with ` --validate-on-load `
75+ - ** [ Multi-provider support] ( https://llmock.copilotkit.dev /compatible-providers.html ) ** — [ OpenAI Chat Completions] ( https://llmock.copilotkit.dev /chat-completions.html ) , [ OpenAI Responses] ( https://llmock.copilotkit.dev /responses-api.html ) , [ Anthropic Claude] ( https://llmock.copilotkit.dev /claude-messages.html ) , [ Google Gemini] ( https://llmock.copilotkit.dev /gemini.html ) , [ AWS Bedrock] ( https://llmock.copilotkit.dev /aws-bedrock.html ) , [ Azure OpenAI] ( https://llmock.copilotkit.dev /azure-openai.html )
76+ - ** [ Embeddings API] ( https://llmock.copilotkit.dev /embeddings.html ) ** — OpenAI-compatible embedding responses with configurable dimensions
77+ - ** [ Structured output / JSON mode] ( https://llmock.copilotkit.dev /structured-output.html ) ** — ` response_format ` , ` json_schema ` , and function calling
78+ - ** [ Sequential responses] ( https://llmock.copilotkit.dev /sequential-responses.html ) ** — Stateful multi-turn fixtures that return different responses on each call
79+ - ** [ Streaming physics] ( https://llmock.copilotkit.dev /streaming-physics.html ) ** — Configurable ` ttft ` , ` tps ` , and ` jitter ` for realistic timing
80+ - ** [ WebSocket APIs] ( https://llmock.copilotkit.dev /websocket.html ) ** — OpenAI Responses WS, Realtime API, and Gemini Live
81+ - ** [ Error injection] ( https://llmock.copilotkit.dev /error-injection.html ) ** — One-shot errors, rate limiting, and provider-specific error formats
82+ - ** [ Request journal] ( https://llmock.copilotkit.dev /docs.html ) ** — Record, inspect, and assert on every request
83+ - ** [ Fixture validation] ( https://llmock.copilotkit.dev /fixtures.html ) ** — Schema validation at load time with ` --validate-on-load `
8484- ** CLI with hot-reload** — Standalone server with ` --watch ` for live fixture editing
85- - ** [ Docker + Helm] ( https://llmock.com /docker.html ) ** — Container image and Helm chart for CI/CD pipelines
86- - ** [ Drift detection] ( https://llmock.com /drift-detection.html ) ** — Daily CI runs against real APIs to catch response format changes
85+ - ** [ Docker + Helm] ( https://llmock.copilotkit.dev /docker.html ) ** — Container image and Helm chart for CI/CD pipelines
86+ - ** [ Drift detection] ( https://llmock.copilotkit.dev /drift-detection.html ) ** — Daily CI runs against real APIs to catch response format changes
8787- ** Claude Code integration** — ` /write-fixtures ` skill teaches your AI assistant how to write fixtures correctly
8888
8989## CLI Quick Reference
@@ -119,7 +119,7 @@ llmock --latency 100 --chunk-size 5
119119
120120Full API reference, fixture format, E2E patterns, and provider-specific guides:
121121
122- ** [ llmock.com /docs.html] ( https://llmock.com /docs.html ) **
122+ ** [ https:// llmock.copilotkit.dev /docs.html] ( https://llmock.copilotkit.dev /docs.html ) **
123123
124124## Real-World Usage
125125
0 commit comments