Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/plasma-umass/scalene
/ OpenAIModel
Interface
OpenAIModel
scalene/scalene-gui/openai.ts:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
interface
OpenAIModel {
19
id: string;
20
owned_by: string;
21
}
22
23
interface
OpenAIModelsResponse extends OpenAIErrorResponse {
24
data?: OpenAIModel[];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected