5 best AIB partner models for Intel Arc A770 GPU
The Intel Arc A770 is the highest-end model in the Alchemist lineup. The GPU has two variants, including an 8 GB model and a 16 GB variant. The target prices of these options are $319 and $349, respectively. These make the video cards a solid option over the RX 6600 and RTX 3060.
A handful of third-party add-in card manufacturers have partnered with Intel to launch their first-generation graphics cards. The list includes ASRock, Gunnir, and Acer.
Choosing the best third-party AIB model can be a bit of a chore. The best Arc A770 models that gamers can buy today are listed below.
A guide to choosing the best Intel Arc A770 GPUs on the market
5) ASRock Phantom Gaming Arc A770 8 GB ($319.99)
ASRock is well-known for its high-quality video card designs. Previously, the motherboard manufacturer partnered with AMD to build some of the highest-quality Radeon GPUs.
The Phantom Gaming lineup is well-known to Radeon fans. The Intel Arc A770 variant of the GPU carries a similar design DNA and a bling of RGB to light up a gaming rig.
The video card is the largest A770 money can buy, being 305mm long and taking up to two slots in a rig.
ASRock Phantom Gaming Arc A770 8GB | |
GPU length | 305mm |
GPU clock | 2200 MHz |
Boost clock | 2400 MHz |
Memory size | 8 GB |
Memory clock | 2000 MHz |
Buy the ASRock Phantom Gaming Arc A770 8GB from Amazon.
4) Intel Arc A770 16 GB Limited Edition ($349.99)
Intel's reference card design is among the best for the Intel Arc A770. The Arc A770 Limited Edition card comes with stock clock speed settings and a slightly faster 17.5 Gbps GDDR6 memory, which ranks it among the best A770 options.
Multiple more expensive Arc cards lack faster memory and higher bandwidth, which makes them a worse deal than this GPU which is available at MSRP.
In addition, Intel's design is more readily available than variants from add-in card manufacturers like ASRock and Acer.
Intel Arc A770 Limited Edition 16 GB | |
GPU length | 268mm |
GPU clock | 2100 MHz |
Boost clock | 2400 MHz |
Memory size | 16 GB |
Memory clock | 2187 MHz |
TDP | 225 W |
Buy the Intel Arc A770 16 GB Limited Edition from Amazon (for the US and internationally).
3) Acer Predator BiFrost Arc A770 OC 16 GB ($399.99)
Acer debuted its desktop discrete GPU wing with the Arc Alchemist cards. The BiFrost is its flagship design, which combines open-air cooling and a blower-style GPU into one to achieve maximum cooling potential.
The card packs a ton of RGB and is quite low-profile, thanks to its innovative thermal design. However, it costs almost $50 more than its MSRP.
Acer Predator BiFrost Arc A770 OC 16 GB | |
GPU clock | 2200 MHz |
Boost clock | 2400 MHz |
Memory size | 16 GB |
Memory clock | 2000 MHz |
TDP | 225 W |
Buy the Acer Predator BiFrost Arc A770 16 GB from Amazon.
2) Gunnir Arc A770 FLUX B ($413)
Gunnir cards are rather hard to find in American retail stores. However, these selections are among the best designs for Intel Arc GPUs.
The Flux B is a lower-end variant from the company with a slightly lower TDP but higher GPU clock speeds. The card packs 8 GB of video memory and currently sells for around 2,799 RMB in the Chinese market.
Gunnir Arc A770 Flux B 8GB | |
GPU length | 300mm |
GPU clock | 2200 MHz |
Boost clock | 2400 MHz |
Memory size | 8 GB |
Memory clock | 2000 MHz |
TDP | 210 W |
1) Gunnir Arc A770 16 GB Photon OC ($486)
Gunnir recently introduced its high-end Photon OC cards. These GPUs come with 16 GB of video memory, occupy over two slots in a gaming rig, and are factory overclocked.
Gunnir Arc A770 16 GB Photon OC | |
GPU length | 300mm |
GPU clock | 2200 MHz |
Boost clock | 2400 MHz |
Memory size | 16 GB |
Memory clock | 2000 MHz |
TDP | 225 W |
The graphics card is among the costliest Arc A770 models in the market. It currently sells for 3,299 RMB in the Chinese market.
Quick Links
More from Sportskeeda
" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1380346, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1380346); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1380346) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1380346) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();ncG1vNJzZmivp6x7tLzOq6uso5WasaJ6wqikaJ%2BRoravs4ytnJygX2p6o7HSrWSaoZJivaK%2B06ecq2WdpLGmuNJmoKeslaF6or7CZphwb2BitLHB