MCPcopy Create free account
hub / github.com/ClickHouse/ai-sdk-cpp / supported_models

Method supported_models

tests/utils/mock_anthropic_client.cpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134std::vector<std::string> ControllableAnthropicClient::supported_models() const {
135 return {"claude-opus-4-7", "claude-sonnet-4-6", "claude-haiku-4-5-20251001",
136 "claude-sonnet-4-5-20250929", "claude-opus-4-1-20250805"};
137}
138
139bool ControllableAnthropicClient::supports_model(
140 const std::string& model_name) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected