Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ name
Method
name
crates/opencode-provider/src/xai.rs:78–80 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
76
"xai"
77
}
78
fn name(&self) -> &str {
79
"X.AI (Grok)"
80
}
81
fn models(&self) -> Vec<ModelInfo> {
82
self.models.clone()
83
}
Callers
2
register
Method · 0.45
register_arc
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected