org.llm4s.imageprocessing.provider.anthropicclient.AnthropicRequestBody
Attributes
-
Graph
-
-
Supertypes
-
trait Product
trait Mirror
class Object
trait Matchable
class Any
-
Self type
-
Members list
The names of the product elements
The names of the product elements
Attributes
-
Inherited from:
-
Mirror
Attributes
-
Inherited from:
-
Mirror
Creates a request body for vision API calls with a single image and prompt.
Creates a request body for vision API calls with a single image and prompt.
Value parameters
-
base64Image
-
The base64-encoded image data
-
maxTokens
-
Maximum tokens in the response
-
mediaType
-
The media type of the image
-
model
-
The Claude model to use
-
prompt
-
The text prompt for image analysis
Attributes
-
Returns
-
Serialized JSON string for the API request