MCPcopy Create free account
hub / github.com/microsoft/Webwright / AnthropicModelConfig

Class AnthropicModelConfig

src/webwright/models/anthropic_model.py:136–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134
135
136class AnthropicModelConfig(BaseModelConfig):
137 model_name: OptStr = "claude-opus-4-7"
138 anthropic_api_key: OptStr = ""
139 anthropic_endpoint: OptStr = "https://api.anthropic.com/v1/messages"
140 anthropic_version: OptStr = "2023-06-01"
141 max_output_tokens: int = 8000
142
143
144class AnthropicModel(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected