A flat illustration style image of a vending machine that outputs little robots in exchange for tokens. Style: use black and white and light gray as primary colors, with some gold or maroon as accents. context: a factory that builds robots

Is There a Cost to Using CreateAI?


One of the most common questions we receive from faculty and staff is:

“When I see the price listed next to a model in CreateAI, does ASU actually pay that? Should I be worried about assigning this to my students or using it with a large class?”

Short answer: At this time, you do not need to worry about being charged or your department receiving a bill for CreateAI usage.

Who Pays for CreateAI Today?

 Today, Enterprise Technology (ET) funds the infrastructure and AI model usage for nearly all CreateAI projects, including faculty-led assistants, classroom use, and large-enrollment courses.

AI services are not free to operate as every prompt and response incurs costs that are paid to AI providers. At this time, those costs are covered centrally by ET rather than by individual faculty, departments, or students.

Why Do We Still Show Model Pricing?

You may notice that some models in CreateAI show a pricing estimate (e.g., $0.01 per 1,000 tokens). This is included for transparency, to help users:

  • Understand that there is a real cost to using AI tools
  • Compare the efficiency of different models
  • These prices reflect the actual cost ASU pays to AI providers for model usage. They are displayed to help users understand the tradeoffs between models and encourage thoughtful use of university resources. These prices are informational only and you are not billed based on them today.

Will This Always Be Centrally Funded?

While there are no current plans to charge individual users or departments, CreateAI continues to grow rapidly. As the platform evolves, ASU may evaluate long-term funding models to ensure the service remains sustainable.

If our approach to funding ever changes, we will communicate those changes well in advance and provide guidance to help users make informed decisions.

Our Ask: 

Because AI usage has a real cost, even though ET currently covers it, we encourage everyone to choose models intentionally and use resources responsibly. Thoughtful usage helps us continue providing broad access to the ASU community.

If you ever have questions about model costs, data usage, or how to manage your projects efficiently, feel free to [email protected] or drop into every Wednesday from 12:00PM - 1:00PM 

Zoom Link: https://asu.zoom.us/j/89092293944

We’re here to support you!


Keep Reading

How to Use Knowledge Base (RAG)

Jinjing Zhao

Explore an overview of the Knowledge Base and Retrieval Augmented Generation (RAG) methods. Learn about the different types of Knowledge Base retrieval and understand the distinctions between the Knowledge Base and system prompts.

CreateAI Platform Available LLM Models

Faith Timoh Abang

We are proud to offer 70+ models including multi-modal (voice, image, text) for the ASU community to access securely on the CreateAI Platform. Users can find the following models available for experimentation and use in CreateAI Compare, CreateAI Chat, and CreateAI Builder (access request required). Originally posted: January 1, 2025. 

 

 

Breakdown of RAG Model Parameters, Settings and Their Impact

Kofi Wood

Retrieval-Augmented Generation (RAG) is an advanced approach in natural language processing that integrates information retrieval and generative language modeling. Unlike traditional language models that generate responses solely based on their pre-trained knowledge, RAG combines retrieval mechanisms with generative models to enhance the relevance and accuracy of its responses. This hybrid framework works by first retrieving relevant documents or information from a predefined knowledge base (e.g., databases, documents, or PDFs) and then using a generative model (such as a transformer-based model) to synthesize a response that incorporates the retrieved context.