AnthropicVisionConfig

org.llm4s.imageprocessing.config.AnthropicVisionConfig
case class AnthropicVisionConfig(apiKey: String, model: String, baseUrl: String, connectTimeoutSeconds: Int, requestTimeoutSeconds: Int) extends ImageProcessingConfig

Configuration for Anthropic Claude Vision API.

Value parameters

apiKey

Anthropic API key

baseUrl

Base URL for Anthropic API (default: official Anthropic endpoint)

connectTimeoutSeconds

Connection timeout in seconds (default: 30)

model

Claude model to use

requestTimeoutSeconds

Request timeout in seconds (default: 60)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product