Anthropic
data class Anthropic constructor(val provider: String, val baseUrl: String? = null, val pricingModel: <Error class: unknown class> = PricingModel.ALL_YOU_CAN_EAT, val knowledgeCutoffDate: LocalDate? = null) : CredentialEndpoint
Anthropic's own protocol, for Anthropic and anything fronting it.
Constructors
Properties
Link copied to clipboard
Null unless you know it for the model the role named. The name comes from configuration and may be one this framework version has never heard of, so a cutoff stated here would be a guess, and it reaches the LLM as a prompt contribution.
Link copied to clipboard
Defaults to PricingModel.ALL_YOU_CAN_EAT - zero - because a BYOK call is billed to the user's own key rather than to the deployment, so charging it to the deployment's cost accounting would be wrong in the one direction that matters. Set it only if you are reselling the call and do want it counted.
Link copied to clipboard