Question 433 of 997
Business Strategies for Generative AI SolutionsmediumMultiple ChoiceObjective-mapped

GenAI Cost Optimization: Fine-Tuning vs API Inference

This Generative AI Leader practice question tests your understanding of business strategies for generative ai solutions. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: total Cost of Ownership (TCO). Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A startup with $500k in seed funding wants to integrate GenAI into their SaaS product for automated report generation. They have 2 ML engineers and expect 10,000 monthly users initially. They estimate that using a foundation model API (e.g., Gemini) will cost $0.10 per 1K tokens, and each report uses about 5K tokens. Alternatively, they could fine-tune an open-source model on their domain data, estimated at $50k for compute and $20k for engineering time, with inference cost of $0.02 per 1K tokens on a dedicated endpoint. Which approach is more cost-effective over the first 12 months assuming 50,000 reports per month?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "first"

    Why it matters: Order matters here. You are being tested on which action comes before the others — not which action is generally useful.

Quick Answer

The answer is fine-tuning the open-source model because it offers dramatically lower per-report costs at scale. While the API inference approach appears simpler with no upfront investment, its $0.10 per 1K token cost quickly escalates to $3 million over 12 months for 50,000 monthly reports, whereas fine-tuning’s $70,000 upfront investment yields a per-token inference cost of just $0.02, bringing the total to $670,000—a savings of over $2.3 million. This question tests your ability to perform a cost comparison between fine-tuning vs API inference in GenAI, a core skill for the Google Cloud Generative AI Leader exam where candidates must evaluate total cost of ownership including compute, engineering, and inference at scale. The common trap is focusing only on the lower upfront cost of API calls without projecting volume; remember that fine-tuning shifts expense from variable inference to fixed training, making it cheaper when monthly token volume exceeds roughly 1.5 million. Memory tip: “Fine-tune for frequent use, API for sporadic bursts.”

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Fine-tune the open-source model because it has lower per-report cost

Option D is correct because the total cost of fine-tuning over 12 months is $70,000 upfront plus ($0.02 per 1K tokens × 5K tokens per report × 50,000 reports per month × 12 months) = $70,000 + $60,000 = $130,000. The API approach costs $0.10 per 1K tokens × 5K tokens × 50,000 reports × 12 = $300,000. Fine-tuning is significantly cheaper at scale despite the upfront investment.

Key principle: Total Cost of Ownership (TCO)

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Use the foundation model API because it has lower upfront cost

    Why it's wrong here

    Using the foundation model API has lower upfront cost but higher per-report cost, resulting in total cost $300,000 over 12 months, making it more expensive than fine-tuning.

  • Use a combination of both depending on report complexity

    Why it's wrong here

    A combination approach could be viable for varying report complexity, but the question asks for more cost-effective overall; fine-tuning is purely cheaper at the given scale.

  • Build a custom model from scratch

    Why it's wrong here

    Building a custom model from scratch would require significant data and compute, likely exceeding $70,000 upfront, making it less cost-effective than fine-tuning.

  • Fine-tune the open-source model because it has lower per-report cost

    Why this is correct

    Fine-tuning the open-source model is more cost-effective. The total cost over 12 months is $70,000 upfront plus ($0.02 per 1K tokens × 5K tokens per report × 50,000 reports per month × 12 months) = $70,000 + $60,000 = $130,000. The API approach costs $0.10 per 1K tokens × 5K tokens × 50,000 reports × 12 = $300,000. Fine-tuning is significantly cheaper at scale.

    Clue confirmation

    The clue word "first" in the question point toward this answer.

    Related concept

    Total Cost of Ownership (TCO)

Common exam traps

Common exam trap: answer the scenario, not the keyword

This question tests the principle of total cost of ownership (TCO). Candidates often focus solely on the lower upfront cost of an API service without projecting the per-unit costs over the expected usage volume. The key insight is that the per-report cost difference (5x lower for fine-tuning) multiplies by the number of reports, making the initial investment worthwhile.

Detailed technical explanation

How to think about this question

Fine-tuning an open-source model like Llama 2 or Mistral on domain-specific data reduces inference cost per token because the model is optimized for the task and can run on a dedicated endpoint with lower latency and no per-request API markup. The upfront compute cost ($50k) covers GPU hours for training (e.g., using 8x A100s for several days), while the engineering cost ($20k) includes data preprocessing and deployment. In practice, the break-even point occurs when the volume of reports exceeds ~23,000 per month, after which fine-tuning becomes cheaper than the API.

KKey Concepts to Remember

  • Total Cost of Ownership (TCO)
  • Pay-as-you-go vs. upfront investment
  • Inference cost calculation
  • Scaling considerations

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Total Cost of Ownership (TCO)

Real-world example

How this comes up in practice

A startup's cloud architect reviews their monthly bill and notices costs are higher than expected for a long-running batch job. Switching from on-demand instances to Reserved Instances — or using Spot/Preemptible VMs — can reduce compute costs by up to 72 %. Questions like this test whether you understand the tradeoffs between commitment, flexibility, and cost across cloud pricing models.

What to study next

Got this wrong? Here's your next step.

Review total Cost of Ownership (TCO), then practise related Generative AI Leader questions on the same topic to reinforce the concept.

Related practice questions

Related Generative AI Leader practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Fundamentals of Generative AI practice questions

Practise Generative AI Leader questions linked to Fundamentals of Generative AI.

Business Strategies for Generative AI Solutions practice questions

Practise Generative AI Leader questions linked to Business Strategies for Generative AI Solutions.

Generative AI Concepts and Technologies practice questions

Practise Generative AI Leader questions linked to Generative AI Concepts and Technologies.

Google AI Ecosystem and Strategy practice questions

Practise Generative AI Leader questions linked to Google AI Ecosystem and Strategy.

Responsible AI and Data Governance practice questions

Practise Generative AI Leader questions linked to Responsible AI and Data Governance.

Google Cloud's Generative AI Offerings practice questions

Practise Generative AI Leader questions linked to Google Cloud's Generative AI Offerings.

Techniques to Improve Generative AI Model Output practice questions

Practise Generative AI Leader questions linked to Techniques to Improve Generative AI Model Output.

Applying Generative AI in Business practice questions

Practise Generative AI Leader questions linked to Applying Generative AI in Business.

Generative AI Leader fundamentals practice questions

Practise Generative AI Leader questions linked to Generative AI Leader fundamentals.

Generative AI Leader scenario practice questions

Practise Generative AI Leader questions linked to Generative AI Leader scenario.

Generative AI Leader troubleshooting practice questions

Practise Generative AI Leader questions linked to Generative AI Leader troubleshooting.

Practice this exam

Start a free Generative AI Leader practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this Generative AI Leader question test?

Business Strategies for Generative AI Solutions — This question tests Business Strategies for Generative AI Solutions — Total Cost of Ownership (TCO).

What is the correct answer to this question?

The correct answer is: Fine-tune the open-source model because it has lower per-report cost — Option D is correct because the total cost of fine-tuning over 12 months is $70,000 upfront plus ($0.02 per 1K tokens × 5K tokens per report × 50,000 reports per month × 12 months) = $70,000 + $60,000 = $130,000. The API approach costs $0.10 per 1K tokens × 5K tokens × 50,000 reports × 12 = $300,000. Fine-tuning is significantly cheaper at scale despite the upfront investment.

What should I do if I get this Generative AI Leader question wrong?

Review total Cost of Ownership (TCO), then practise related Generative AI Leader questions on the same topic to reinforce the concept.

Are there clue words in this question I should notice?

Yes — watch for: "first". Order matters here. You are being tested on which action comes before the others — not which action is generally useful.

What is the key concept behind this question?

Total Cost of Ownership (TCO)

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Keep practising

More Generative AI Leader practice questions

Last reviewed: Jun 30, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This Generative AI Leader practice question is part of Courseiva's free Google Cloud certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the Generative AI Leader exam.