Shop
Showing 913–936 of 1766 results
-
RAM
GSKILL TRIDENT Z5 NEO RGB 64GB (32GBX2) DDR5 6000MHZ DESKTOP RAM (WHITE) CL36
Model: F5-6000J3036G32GX2-TZ5NRW
Memory Type: DDR5
Capacity: 64GB (32GBx2)
Multi-Channel Kit: Dual Channel Kit
Tested Speed (XMP/EXPO): 6000 MT/s
Tested Latency (XMP/EXPO): 30-36-36-96
Tested Voltage (XMP/EXPO): 1.40V
Registered/Unbuffered: Unbuffered
Error Checking (ECC): Non-ECC
SPD Speed (Default): 4800 MT/sSKU: 1091860 -
RAM
GSKILL TRIDENT Z5 NEO RGB AMD EXPO 32GB (2 * 16GB) DDR5 6000 MHZ CL36RAM – F5-6000J3636F16GX2-TZ5NR
RAMGSKILL TRIDENT Z5 NEO RGB AMD EXPO 32GB (2 * 16GB) DDR5 6000 MHZ CL36RAM – F5-6000J3636F16GX2-TZ5NR
G.SKILL Trident Z5 Neo RGB DDR5 memory kit, 32 GB (2 × 16 GB) operating at 6000 MHz with CL36 latency and AMD EXPO support.
DIMM form factor, dimensions 2.79 × 24.64 × 16.51 cm, weight 120 g, model F5-6000J3636F16GX2‑TZ5NR.
SKU: 1091664 -
-
-
RAM
GSKILL TRIDENT Z5 RGB 32GB (2X16GB) DDR5-6000 CL30RAM F5-6000J3040F16GX2-TZ5RK (BLACK)
Here’s a thinking process:
1. **Analyze User Input:**
– Product: GSKILL TRIDENT Z5 RGB 32GB (2X16GB) DDR5-6000 CL30RAM F5-6000J3040F16GX2-TZ5RK (BLACK)
– Brand: gskill
– Category: RAM
– Input description is a list of key-value pairs with `` tags
– Rules:
– Remove ALL marketing fluff, promotional language, and sales pitches
– Keep technical accuracy – don’t invent/change data
– Output clean HTML using ONLY:, ,
,
– Do NOT use ,, ,,
, or event handlers
- If text is already clean, return as-is with minimal changes
- Do NOT add preamble, explanation, or commentary - return ONLY cleaned HTML content
- Keep it concise - 2-4 sentences maximum2. **Analyze the Input HTML:**
The input is:
```
Brand: G.SKILL
Manufacturer: G.SKILL, G.Skill
Series: Trident Z5
Colour: Black
Form Factor: DIMM
Item Height: 28 Centimeters
Item Width: 50 Centimeters
Product Dimensions: 50 x 50 x 28 cm; 170 g
Item model number: F5-6000J3040F16GX2-TZ5RK
RAM Size: 32 GB
```
Wait, the user says "Clean this short product description. Output clean HTML with, ,
tags only:" and then provides that text. But that text already uses `` and `
`. However, rules say output ONLY using, ,
. The input has `` and `
`, which are allowed. But I need to "clean" it per rules: remove marketing fluff, keep technical accuracy, output clean HTML using ONLY, ,
. Do NOT use other tags. The input doesn't use disallowed tags, but it's a list of `Key: Value
`.I need to restructure it into clean HTML with
, ,
, max 2-4 sentences. But it's not really "sentences" - it's technical specs. I need to present the essential technical data concisely, as clean HTML, using only allowed tags, no marketing fluff.Let's identify the actual relevant technical data from the specs:
- Brand: G.SKILL
- Series: Trident Z5
- Colour: Black
- Form Factor: DIMM
- RAM Size: 32 GB
- DDR5-6000 CL30 (from product title, but not in the list explicitly? Wait, the product title says "DDR5-6000 CL30", but the list has "Item model number: F5-6000J3040F16GX2-TZ5RK" and "RAM Size: 32 GB". I should keep only what's in the description list, or can I use title info? Rules say "Keep technical accuracy — do NOT invent or change any data." I should stick to the provided text. The title has DDR5-6000 CL30, but it's not in the description block. I'll only use what's in the description, or I can infer from title? Better stick strictly to the provided description text, but I can also use the product title context if it's part of the product context. The user gave "Product context:" with product title, brand, category. The description to clean is the list. I'll use only the list items, as that's the "short product description" to clean.)Let's list the items:
- Brand: G.SKILL
- Manufacturer: G.SKILL, G.Skill (maybe merge or keep as-is, but remove redundancy)
- Series: Trident Z5
- Colour: Black
- Form Factor: DIMM
- Item Height: 28 Centimeters
- Item Width: 50 Centimeters (wait, 50cm width for a DIMM? That seems off, but I must not invent/change data. I'll keep as given.)
- Product Dimensions: 50 x 50 x 28 cm; 170 g
- Item model number: F5-6000J3040F16GX2-TZ5RK
- RAM Size: 32 GBRules: "Output clean HTML using ONLY these tags:
, ,
." "Keep it concise — 2-4 sentences maximum." But this is a list of specs, not sentences. I need to format it as clean HTML paragraphs/breaks, probably grouping related info or listing them concisely. Maybe I can usefor groups, for labels,
for line breaks. But "2-4 sentences maximum" - I need to interpret that as the overall description being concise, maybe 2-4 bullet-like sentences, but using only, ,
.Wait, maybe I should output the specs as a compact paragraph using for key terms and
for line breaks, keeping it to 2-4 "sentences" (i.e., 2-4tags or a single
with line breaks). But the input is already using and
. Maybe I just need to remove the redundant/weird parts, keep only essential specs, and format cleanly.Let's re-read rules carefully:
"1. Remove ALL marketing fluff, promotional language, and sales pitches."
"2. Keep technical accuracy — do NOT invent or change any data."
"3. Output clean HTML using ONLY these tags:, ,
,
."
"4. Do NOT use ,, ,,
, or event handlers."
"5. If the text is already clean, return it as-is with minimal changes."
"6. Do NOT add any preamble, explanation, or commentary — return ONLY the cleaned HTML content."
"7. Keep it concise — 2-4 sentences maximum."The input text is already mostly clean in terms of no marketing fluff, it's just raw specs. But it has `Brand: G.SKILL
...` etc. I need to output clean HTML with only, ,
. The input already uses allowed tags, but maybe I need to restructure it into propercontainers, remove duplicate manufacturer, etc.
"If the text is already clean, return it as-is with minimal changes." Is the text already clean? It's a list of specs without fluff. But it uses `` and `
` which are allowed. However, it doesn't use ``. The rule says output clean HTML using ONLY
, ,
. So I should wrap things inmaybe, or use
between items. But "2-4 sentences maximum" - how to fit 10 spec items into 2-4 sentences? Maybe I should group them into a fewparagraphs, each paragraph being a "sentence" or a concise group.
Perhaps the intent is to take the key specs and make a concise description. Let's look at the product title: "GSKILL TRIDENT Z5 RGB 32GB (2X16GB) DDR5-6000 CL30RAM F5-6000J3040F16GX2-TZ5RK (BLACK)". The description list has more granular specs. Maybe I should extract the most essential technical data and present it in 2-4 sentences using and
.But rule 5: "If the text is already clean, return it as-is with minimal changes." The text provided is the description to clean. It's not marketing fluff; it's raw specs. Maybe I should just return it as-is but ensure it only uses allowed tags. It already uses and
. No disallowed tags are present. So maybe I just return it as-is? But it doesn't use. The rule says output clean HTML using ONLY
, ,
. That could mean the output must consist solely of those tags, not that I must use all of them. The input uses and
, which are subset. I could addtags around groups, or just leave it as is if it complies. But "minimal changes" - maybe just ensure it's clean.
Let's check if the input has any issues:
- `Brand: G.SKILL
`
- `Manufacturer: G.SKILL, G.Skill
` (redundant, maybe merge)
- `Series: Trident Z5
`
- `Colour: Black
`
- `Form Factor: DIMM
`
- `Item Height: 28 Centimeters
`
- `Item Width: 50 Centimeters
` (suspiciously wide for DIMM, but I won't change data)
- `Product Dimensions: 50 x 50 x 28 cm; 170 g
`
- `Item model number: F5-6000J3040F16GX2-TZ5RK
`
- `RAM Size: 32 GB`No marketing fluff. It's just specs. I think the best approach is to output a cleaned-up version using only
, ,
, concise, maybe 2-3groups. But rule 5 says "If the text is already clean, return it as-is with minimal changes." The text is already clean of fluff. Maybe I just need to remove the duplicate manufacturer line, or merge Brand/Manufacturer. But "minimal changes" suggests keeping it very close.
However, rule 7: "Keep it concise — 2-4 sentences maximum." This conflicts with having 10 spec items. How to reconcile? Perhaps I should summarize the key specs into 2-4 sentences, using for important values, and
for line breaks within a. For example:
`Brand: G.SKILL Series: Trident Z5 RAM Size: 32 GB Form Factor: DIMM
Colour: Black Model: F5-6000J3040F16GX2-TZ5RK Dimensions: 50 x 50 x 28 cm; 170 g`
That's one sentence (or one). But it packs many specs.
Maybe the "2-4 sentences" refers to the textual description part, not the spec list. Since the input is purely spec labels and values, I should output the specs concisely. I'll group them into a few
blocks, each containing related specs, using for labels and
for breaks. I'll keep it to maybe 2-3tags.
Let's think about what the user expects. They gave a product context and a description to clean. They want clean HTML with only
, ,
. They emphasized removing fluff, keeping technical accuracy, no other tags, no preamble, only cleaned HTML. The input already has no fluff. Maybe I just need to format it properly.I'll produce a concise HTML using
, ,
. I'll merge Brand and Manufacturer since they're the same, remove the duplicate. I'll keep essential specs. I'll output something like:`
Brand: G.SKILL
Series: Trident Z5
Colour: Black
Form Factor: DIMM
RAM Size: 32 GB
Model: F5-6000J3040F16GX2-TZ5RK
Product Dimensions: 50 x 50 x 28 cm; 170 g`
That's one
with multiple
. Is that "2-4 sentences"? Maybe I can split into 2s. But the rule might mean the overall description should be 2-4 sentences long, not that I can only have 2-4 tags. I'll interpret it as: the cleaned text should read like 2-4 sentences of product description, not a long list. But the input is a list. Maybe I should convert the list into a short paragraph description that captures the key specs concisely, using for emphasis.
Re-reading: "Keep it concise — 2-4 sentences maximum." This is a general rule for the output. The input is a short product description (the list). I need to output clean HTML that represents a cleaned-up version of that description, adhering to 2-4 sentences. So I should not output all 10 specs as separate lines if it exceeds 4 sentences. I need to summarize.
What are the absolute essential technical specs for a RAM product? Probably: Brand, Series, Capacity, Type (implied by title but not in list), Speed (implied), Form Factor, Model. But I must not invent data. I can only use what's in the provided description or product context. The product context includes title with "DDR5-6000 CL30", but the description list doesn't have speed/timings explicitly except via model number. I'll stick to the description list.
Maybe I can make 2-3 sentences like: "G.SKILL Trident Z5 RAM, 32 GB, DIMM form factor, Black colour, model F5-6000J3040F16GX2-TZ5RK." But that's one sentence. I can add more.
Let's look at the exact input description text again. It's a series of `Label: Value
`. If I output that as-is but wrap inand ensure only allowed tags, it might violate "2-4 sentences maximum" because it's 10 items. But maybe the rule is loose, or maybe I'm overthinking. The user might just want the HTML cleaned up, removing any fluff (there is none), and format with allowed tags.
I'll check if the input has any disallowed tags. It only has and
. So it already complies with tag restrictions. Rule 5: "If the text is already clean, return it as-is with minimal changes." The text is clean of fluff. So maybe I just need to addtags around it, or just return it as-is? But it doesn't use
. The rule says "Output clean HTML using ONLY these tags:
, ,
." This could mean the output must use only those tags, not that it must use all of them. The input uses and
, which are a subset. So it technically complies. But to be safe, I'll wrap the whole thing in a, or use
for each line? That might create many
s, exceeding sentence limit.
Maybe the best is to output a concise paragraph using and
within a single, summarizing the key specs in 2-4 "sentences" (i.e., 2-4 groups of Value). For example:
`Brand: G.SKILL
Series: Trident Z5
RAM Size: 32 GB
Form Factor: DIMM
Colour: Black
Model: F5-6000J3040F16GX2-TZ5RK`
That's onewith 5
breaks. Is that 5 sentences? Maybe each
separated pair is a sentence. I could group into 2s.
Let's decide: I'll output the specs in a minimal, clean format using only
, ,
. I'll remove the duplicate Manufacturer line (since Brand is already there). I'll keep the rest. I'll wrap in a singlewith
for line breaks. I'll state it as is but cleaned. Given rule 5, maybe I should just return the input as-is since it's already clean and uses allowed tags. But it doesn't use. I'll add a
at start and
at end, or just output as is if the system doesn't care. The user said "Output clean HTML with
, ,
tags only:" - this might mean the output should consist of those tags, possibly without other content. I'll output the description using those tags, possibly replacing the existing structure with a cleancontaining and
.I'll produce:
`Brand: G.SKILL
Series: Trident Z5
Colour: Black
Form Factor: DIMM
RAM Size: 32 GB
Model: F5-6000J3040F16GX2-TZ5RK<brSKU: 1090414RAMGSKILL TRIDENT Z5 RGB 64GB (2 X 32GB) DDR5 6000 MHZ CL30-40-40-96 RAM – F5-6000J3040G32GX2-TZ5RK
Memory Type: DDR5 Capacity: 64GB (2 × 32GB) Multi-Channel Kit: Dual Channel
OC Profile Support: Intel XMP 3.0 Tested Speed (XMP): 6000 MT/s Tested Latency (XMP): 30-40-40-96 Tested Voltage (XMP): 1.40V
Registered/Unbuffered: Unbuffered Error Checking (ECC): Non-ECC SPD Speed (Default): 4800 MT/s
SKU: 1090007RAMGSKILL TRIDENT Z5 RGB 64GB (2*32GB) DDR5 6000 MHZ CL36 RAM MEMORY – F5-6000J3636F32GX2-TZ5RK
G.SKILL Trident Z5 RGB is a 64 GB (2 × 32 GB) DDR5 memory kit rated at 6000 MHz with CL36 latency.
It uses a standard DIMM form factor, measures 24.6 × 16.5 × 2.8 cm, and weighs 160 g.
The modules are black, feature RGB lighting, and have model number F5‑6000J3636F32GX2‑TZ5RK.
SKU: 1091861GRAPHICS CARDINNO3D 8GB GEFORCE RTX 5060 TWIN X2 GRAPHIC CARD
CUDA Cores: 3840; Boost Clock: 2497 MHz; Base Clock: 2280 MHz. Minimum System Power: 550W; Power Connector: 1 × PCIe 8-pin cable. Memory Size: 8GB GDDR7, Memory Clock: 28 Gbps, Memory Interface Width: 128-bit, Memory Bandwidth: 448 GB/sec.
SKU: 1095228GRAPHICS CARDINNO3D GEFORCE GT 1030 2GB GDDR5 GRAPHIC CARD
CUDA Cores: 384, Boost Clock: 1468 MHz, Base Clock: 1227 MHz, Memory Clock: 6 Gbps, Standard Memory Config: 2GB GDDR5, Memory Interface Width: 64-bit, Memory Bandwidth: 48 GB/sec, Architecture: Pascal.
DirectX Support: 12 API with feature level 12_1, Minimum PSU Requirement: 300W.
SKU: 105828GRAPHICS CARDINNO3D GEFORCE GT 710 2GB GRAPHIC CARD
CUDA Cores: 192
Base Clock(MHz): 954
Minimum System Power Requirement (W): 300
Memory Clock: 1600MHz
Standard Memory Config: 2GB
Memory Interface: DDR3
Memory Interface Width: 64-bit
Memory Bandwidth (GB/sec): 12.8
OS Certification: Windows 7-10, Linux, FreeBSD x86
OpenGL: 4.4SKU: 1084908GRAPHICS CARDINNO3D GEFORCE RTX 3050 TWIN X2 6GB GRAPHICS CARD
CUDA Cores: 2304
Boost Clock (MHz): 1470
Base Clock (MHz): 1042
Minimum System Power Requirement (W): 450
Supplementary Power Connectors: NA
Memory Clock: 14 Gbps
Standard Memory Config: 6 GB
Memory Interface: GDDR6
Memory Interface Width: 96‑bit
Memory Bandwidth (GB/sec): 168SKU: 1089591GRAPHICS CARDINNO3D GeForce RTX 3050 Twin X2 V2 6GB Graphics Card
Model: N30502-06D6-1880VA60
Chipset: NVIDIA GEFORCE
GPU: RTX 3050
Engine Clock: Boost Clock: 1470 MHz Base Clock: 1042 MHz
PCI EXPRESS: 4.0
MEMORY CLOCK: 14 Gbps
MEMORY SIZE: 6 GB
MEMORY INTERFACE: 96-BIT
MEMORY TYPE: GDDR6
OpenGL: 4.6SKU: 1093565GRAPHICS CARDINNO3D GeForce RTX 5060 8GB TWIN X2 OC Graphic Card
CUDA Cores: 3840
Boost Clock (MHz): 2527MHz
Base Clock (MHz): 2280MHz
Minimum System Power Requirement (W): 550W
Supplementary Power Connectors: 1x PCIe 8-pin cables
Memory Clock: 28Gbps
Standard Memory Config: 8GB
Memory Interface: GDDR7
Memory Interface Width: 128-bit
Memory Bandwidth (GB/sec): 448 GB/secSKU: 1095203GRAPHICS CARDINNO3D GeForce RTX 5060 Ti 16GB TWIN X2 Graphics Card
CUDA Cores: 4608, Boost Clock: 2572 MHz, Base Clock: 2407 MHz.
Memory: 16 GB GDDR7 on a 128‑bit interface at 28 Gbps, delivering 448 GB/s bandwidth. Power: 650 W system requirement with 1 × PCIe 8‑pin connector.
SKU: N506T2-16D7-191073NGRAPHICS CARDINNO3D GEFORCE RTX 5060 TI 16GB TWIN X2 OC WHITE
CUDA Cores: 4608
Base Clock: 2407 MHz
Boost Clock: 2602 MHz
Minimum System Power Requirement: 650 W
Supplementary Power Connectors: 1 × PCIe 8-pin
Memory Clock: 28 Gbps
Standard Memory Config: 16 GB
Memory Type: GDDR7
Memory Interface Width: 128-bit
Memory Bandwidth: 448 GB/secSKU: 1095227GRAPHICS CARDINNO3D GeForce RTX 5060 Twin X2 OC White 8GB GDDR7 Graphic Card
GPU: 3840 CUDA cores, boost 2527 MHz, base 2280 MHz, 8 GB GDDR7 memory (128‑bit, 28 Gbps, 448 GB/s bandwidth).
Power & dimensions: Requires 550 W system, 1× PCIe 8‑pin connector; card measures 250 mm × 116 mm × 41 mm.
Interface & outputs: PCIe Gen 5, supports up to 4 monitors via 3× DisplayPort 2.1b and 1× HDMI 2.1b (4K @ 480 Hz or 8K @ 165 Hz with DSC).
Features: Real‑time ray tracing, 4th‑gen RT cores, 5th‑gen Tensor cores, DLSS 4, G‑SYNC, DirectX 12 Ultimate, Vulkan 1.4, OpenGL 4.6; compatible with Windows 10/11, Linux, FreeBSD; 3‑year warranty.
SKU: 1096166SHOPPING CART
Select at least 2 products
to compare






















