Jio Platforms Reportedly Partnering With Nvidia to Develop Affordable and Personalized AI Solutions
Jio Platforms is reportedly partnering with tech giants such as Nvidia intending to disrupt the Indian artificial intelligence (AI) space similar to how it disrupted the telecom sector with competitive pricing and access to unlimited mobile data. As per the report, Jio is working with multiple companies to co-develop native large language models (LLMs). With these, the company reportedly wants to start offering enterprises affordable and personalized AI-as-a-service and agentic AI applications. Additionally, Reliance Industries Limited (RIL) is also participating in the government’s India AI Mission.Jio Platforms Is Reportedly Preparing Its AI Playbook for IndiaThe Economic Times reported that Jio Platforms is now focusing on disrupting the AI space in India by offering affordable access to AI. tools and agentic applications to enterprises. Citing an unnamed senior executive of the company, the publication claimed that Jio is working with Nvidia and other tech giants to also offer hardware support to run AI inference.Jio Platforms reportedly plans that after it is empaneled into the India AI Mission, a Rs. 10,300 crore project by the government, it will offer GPU-as-a-service to startups and researchers “at the most competitive price in the world.” The company has reportedly partnered with Nvidia to secure its Blackwell GPUs for this.The executive also reportedly highlighted that Jio is currently working on all three avenues of AI infrastructure — the device, cloud service, and high-speed broadband networks — to offer affordable AI. to enterprises and individuals.Explaining the financials of the GPU-focused service, the executive told the Economic Times, “The AI Mission is a government initiative to offer GPUs at a subsidized cost. For instance, assuming if the price is Rs 25 per GPU hour, the government will subsidize Rs 5-10 out of that. We (Jio and others) as vendors will compete to offer lower prices to Rs 25.”Notably, earlier this year, Jio Platforms announced Jio Brain, a 5G-integrated AI and machine learning (ML) platform for enterprises. The executive reportedly said that the company is also looking for ways to monetize the offering.The AI space in India is fragmented at the moment where different players are offering different services. While Google, Amazon, Nvidia, and Microsoft have been trying to enter the space with integrated AI services, the enterprise pricing of their products is said to be quite steep resulting in slow adoption of the technology.If Jio can offer services where it provides the front-end AI tools, the backend LLMs, as well as cloud services to run data processing, all at competitive pricing, it could accelerate the rate of adoption of AI among enterprises.
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!