Choosing a model from a hub or marketplace using its metadata or model card
When choosing a foundation or embedding model for a use case, use Databricks Marketplace and the Unity Catalog-integrated model listings to compare model cards before committing to one. Model cards summarize the license, intended use, context length, input/output modalities, and benchmark performance, which should be matched against the task's latency, cost, and quality requirements. Selecting the right model up front avoids costly rework later when serving, fine-tuning, or governance constraints surface.
1 · Learn the must-know
- Model cards on Databricks Marketplace and in Unity Catalog list license terms, intended use cases, and known limitations, so check licensing compatibility (e.g., commercial vs. non-commercial) before deployment.
- Context window size and max token limits in the model card determine whether a model can support the RAG or prompt design pattern the application needs.
- Benchmark metrics (e.g., accuracy, latency, throughput) provided in the card should be compared against task requirements rather than assuming the largest model is best.
- Smaller or task-specific models (e.g., an embedding model vs. a general chat/instruct model) are often preferable for narrow tasks due to lower cost and latency.
- Foundation Model APIs expose curated, Databricks-hosted models with pay-per-token or provisioned throughput options, and their model cards indicate which serving mode is supported.
- Models registered via Unity Catalog carry lineage and governance metadata, so selecting a Unity Catalog-registered model simplifies permissions, tracking, and reproducibility compared to ungoverned external sources.
2 · Check your understanding
A Generative AI Engineer is building an assistant to help clinicians summarize patient notes. Compliance requires the underlying model's intended-use statement to explicitly cover clinical documentation support, and requires the model card to disclose the provenance of its training corpus. Two Marketplace models under consideration have similar benchmark scores and identical commercial licenses. Which model should the engineer choose?
What you have tried across Databricks GenAI Engineer's objectives, not a readiness score.
Design Applications10.71% of the exam*0 of 6 tried
Data Preparation14.29% of the exam*0 of 8 tried
Application Development23.21% of the exam*0 of 13 tried
Assembling and Deploying Applications26.79% of the exam*0 of 15 tried
Governance7.14% of the exam*0 of 4 tried
Evaluation and Monitoring17.86% of the exam*0 of 10 tried
* Our estimate. Databricks publishes no section weights.
3 · Keep going
Ready for more? Take a weighted mock or try free practice questions.