Uses of Package
org.mockserver.llm.client
Packages that use org.mockserver.llm.client
Package
Description
-
Classes in org.mockserver.llm.client used by org.mockserver.llm.clientClassDescriptionShared scaffolding for
LlmClientimplementations: URL parsing, base-request construction (method, path, host, scheme, custom headers) and a sharedObjectMapper.Runtime client for the Anthropic Messages API (POST /v1/messages,x-api-key+anthropic-version).Declares a real LLM backend that MockServer can call as a client (the opposite direction to the mock codecs, which build outbound mock responses).Per-provider knowledge for calling a real LLM as a client.Transport seam for outbound runtime-LLM calls.Runtime client for the OpenAI Chat Completions API (POST /v1/chat/completions,Authorization: Bearer). -
Classes in org.mockserver.llm.client used by org.mockserver.llm.driftClassDescriptionDeclares a real LLM backend that MockServer can call as a client (the opposite direction to the mock codecs, which build outbound mock responses).Transport seam for outbound runtime-LLM calls.
-
Classes in org.mockserver.llm.client used by org.mockserver.llm.semanticClassDescriptionDeclares a real LLM backend that MockServer can call as a client (the opposite direction to the mock codecs, which build outbound mock responses).Orchestrates an outbound completion against a real LLM backend: looks up the per-provider
LlmClient, builds the request, sends it via theLlmTransport, and parses the response into aCompletion. -
Classes in org.mockserver.llm.client used by org.mockserver.mockClassDescriptionDeclares a real LLM backend that MockServer can call as a client (the opposite direction to the mock codecs, which build outbound mock responses).Orchestrates an outbound completion against a real LLM backend: looks up the per-provider
LlmClient, builds the request, sends it via theLlmTransport, and parses the response into aCompletion. -
Classes in org.mockserver.llm.client used by org.mockserver.mock.driftClassDescriptionDeclares a real LLM backend that MockServer can call as a client (the opposite direction to the mock codecs, which build outbound mock responses).Orchestrates an outbound completion against a real LLM backend: looks up the per-provider
LlmClient, builds the request, sends it via theLlmTransport, and parses the response into aCompletion.