Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ai-sdk-cpp
/ supported_models
Method
supported_models
tests/utils/mock_openai_client.cpp:114–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
std::vector<std::string> ControllableOpenAIClient::supported_models() const {
115
return {
"gpt-5.4"
,
"gpt-5-mini"
,
"gpt-4.1"
};
116
}
117
118
bool ControllableOpenAIClient::supports_model(
119
const std::string& model_name) const {
Callers
3
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
3
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36