@@ -123,8 +123,8 @@ export default function StatsModel() {
123123 const modelTitle = createMemo ( ( ) => `${ modelName ( ) } Data` )
124124 const modelDescription = createMemo ( ( ) =>
125125 stats ( )
126- ? `${ modelName ( ) } usage, rank, token mix, cost, geo breakdown, and peer data across OpenCode.`
127- : `${ modelName ( ) } model facts, limits, and OpenCode usage availability.` ,
126+ ? `${ modelName ( ) } usage, rank, token mix, cost, geo breakdown, and peer data across OpenCode Go .`
127+ : `${ modelName ( ) } model facts, limits, and OpenCode Go usage availability.` ,
128128 )
129129 const modelUrl = createMemo ( ( ) =>
130130 new URL (
@@ -257,7 +257,7 @@ function ModelHero(props: { data: StatsModelData | null; catalog: ModelCatalogEn
257257 < Show
258258 when = { props . data }
259259 fallback = {
260- < p > Model facts from the shared model index. OpenCode usage appears once this model has activity.</ p >
260+ < p > Model facts from the shared model index. OpenCode Go usage appears once this model has activity.</ p >
261261 }
262262 >
263263 { ( data ) => (
@@ -298,7 +298,7 @@ function ModelCatalogCallout(props: { catalog: ModelCatalogEntry | null }) {
298298 < div data-component = "model-rank-panel" >
299299 < span > Model Profile</ span >
300300 < strong > { props . catalog ?. releaseDate ? formatCatalogDate ( props . catalog . releaseDate ) : "Listed" } </ strong >
301- < p > No OpenCode usage in the current data window.</ p >
301+ < p > No OpenCode Go usage in the current data window.</ p >
302302 </ div >
303303 )
304304}
@@ -329,10 +329,10 @@ function CatalogDatum(props: { label: string; value: string }) {
329329function ModelOverview ( props : { data : StatsModelData | null } ) {
330330 return (
331331 < section data-section = "model-panel" >
332- < SectionTitle title = "Overview" description = "Recent tokens, sessions, and market position." />
332+ < SectionTitle title = "Overview" description = "Recent OpenCode Go tokens, sessions, and market position." />
333333 < Show
334334 when = { props . data }
335- fallback = { < ModelEmptyState title = "No usage summary" description = "This model has no OpenCode usage rows yet." /> }
335+ fallback = { < ModelEmptyState title = "No usage summary" description = "This model has no OpenCode Go usage rows yet." /> }
336336 >
337337 { ( data ) => (
338338 < div data-component = "model-metric-grid" >
@@ -367,7 +367,7 @@ function ModelUsageSection(props: { data: ModelUsagePoint[] }) {
367367
368368 return (
369369 < section id = "usage" data-section = "model-panel" >
370- < SectionTitle title = "Usage" description = "Daily token volume over the recent two-month window." />
370+ < SectionTitle title = "Usage" description = "Daily OpenCode Go token volume over the recent two-month window." />
371371 < Show
372372 when = { props . data . some ( ( item ) => item . tokens > 0 ) }
373373 fallback = { < ModelEmptyState title = "No usage" description = "No usage landed in the current window." /> }
@@ -461,7 +461,7 @@ function ModelUsageSection(props: { data: ModelUsagePoint[] }) {
461461function ModelEfficiencySection ( props : { data : StatsModelData | null ; catalog : ModelCatalogEntry | null } ) {
462462 return (
463463 < section id = "efficiency" data-section = "model-panel" >
464- < SectionTitle title = "Efficiency" description = "Cost, cache behavior, and average session shape." />
464+ < SectionTitle title = "Efficiency" description = "Cost, cache behavior, and average OpenCode Go session shape." />
465465 < Show
466466 when = { props . data }
467467 fallback = {
@@ -521,10 +521,10 @@ function ModelGeoBreakdownSection(props: { data: Record<UsageRange, CountryEntry
521521 setActiveCountry ( undefined )
522522 } }
523523 >
524- < SectionTitle title = "Geo Breakdown" description = "Model tokens used by country." />
524+ < SectionTitle title = "Geo Breakdown" description = "OpenCode Go model tokens used by country." />
525525 < Show
526526 when = { data ( ) . length > 0 }
527- fallback = { < ModelEmptyState title = "No geo data" description = "No geo_stat rows matched this model." /> }
527+ fallback = { < ModelEmptyState title = "No geo data" description = "No OpenCode Go geo_stat rows matched this model." /> }
528528 >
529529 < div data-component = "geo-breakdown" >
530530 < div data-slot = "geo-map-panel" >
@@ -684,7 +684,7 @@ function GeoCountryList(props: {
684684function ModelPeersSection ( props : { data : StatsModelData | null } ) {
685685 return (
686686 < section id = "peers" data-section = "model-panel" >
687- < SectionTitle title = "Peers" description = "Nearby models by recent token volume." />
687+ < SectionTitle title = "Peers" description = "Nearby models by recent OpenCode Go token volume." />
688688 < Show
689689 when = { props . data ?. peers . length }
690690 fallback = { < ModelEmptyState title = "No peers" description = "Peer rankings appear after usage lands." /> }
0 commit comments