diff --git a/docs/index.html b/docs/index.html index 8609ec4e..7a2765df 100644 --- a/docs/index.html +++ b/docs/index.html @@ -946,10 +946,11 @@

Deterministic mock LLM server for testing

Why llmock -

Everything you need to test AI integrations

+

Stop paying for flaky tests

- Built for E2E test suites where multiple processes — your app, agent workers, framework - runtimes — all need to hit the same mock endpoint. + Tests that hit real LLM APIs — OpenAI, Gemini, Anthropic — cost money, time out, and + produce non-deterministic results. llmock replaces those calls with immediate, + deterministic responses from a real HTTP server any process on the machine can reach.