Uses of Class
org.mockserver.llm.client.AbstractLlmClient
Packages that use AbstractLlmClient
-
Uses of AbstractLlmClient in org.mockserver.llm.client
Subclasses of AbstractLlmClient in org.mockserver.llm.clientModifier and TypeClassDescriptionclassRuntime client for the Anthropic Messages API (POST /v1/messages,x-api-key+anthropic-version).classRuntime client for Azure OpenAI.classRuntime client for Amazon Bedrock's Anthropic models (POST /model/{modelId}/invoke).classRuntime client for the Google GeminigenerateContentAPI.classRuntime client for a local Ollama server.classRuntime client for the OpenAI Chat Completions API (POST /v1/chat/completions,Authorization: Bearer).classRuntime client for the OpenAI Responses API (POST /v1/responses,Authorization: Bearer).