# Model as a Service

Access the [Models ](https://aiplatform.console.vngcloud.vn/models)section in AI Platform:

* To use and enable any model, you need an API key. [See more details](/vng-cloud-document/ai-stack/ai-platform/getting-started-with-ai-platform.md).

You can filter models using the options on the left sidebar:

* Provider: Google, Anthropic, OpenAI, GreenNode, ...
* Model Type:
  * Chat: Designed for interactive conversations. These models can retain context and conversation history.
  * Image Generation: Generates new images based on text descriptions.
  * Embedding: Converts data (text, images, audio, etc.) into high-dimensional vectors, allowing machines to understand and compare semantics for search, classification, or recommendation.
  * Completion: Processes each prompt independently without retaining conversation history.
* Use Case::
  * Vietnamese: Optimized for Vietnamese language tasks.
  * General Tasks: Suitable for a wide range of general-purpose tasks.
  * Translation: Specialized for translation tasks.
  * Research: Supports research-related tasks.
  * Finance: Focused on financial domain applications.
  * Marketing: Optimized for marketing use cases.
  * Technology: Designed for technology-related tasks.

### Enable / Disable Models

1. Click the "Toggle models" button. Users must activate billing to enable models. For Prepaid users, quota must be added before enabling models, while Postpaid users can enable and use models immediately. Refer to [pricing details](/vng-cloud-document/ai-stack/ai-platform/model-as-a-service/pricing.md).\
   ![](/files/qonHtXAfKHpu0V0ZEq1G)
2. Model Selection: A popup window will appear, allowing you to search and filter models by Provider, Status, or Type.
3. Enable/disable models individually or in bulk.
4. Save your changes.

<figure><img src="/files/yO7oEfZGo59sZrZMDURr" alt=""><figcaption></figcaption></figure>

To start experimenting and comparing models before integration, you can use the [Playground](/vng-cloud-document/ai-stack/ai-platform/model-as-a-service/playground.md)

<figure><img src="/files/VzUOXjANDWHKVDb75xhe" alt=""><figcaption></figcaption></figure>

### Experiment with AI Platform Playground

Before integrating into your application, explore model capabilities in the Playground:

* Compare different models based on latency, accuracy, and capabilities.
* Send test requests interactively and evaluate outputs.
* Fine-tune parameters to find the best model for your specific use case.

[**Build with AI Platform MaaS API**](/vng-cloud-document/ai-stack/ai-platform/model-as-a-service/maas-api.md)

After testing in the Playground, you can access models via AI Platform MaaS:

* Supports both synchronous requests and streaming for real-time applications.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vngcloud.vn/vng-cloud-document/ai-stack/ai-platform/model-as-a-service.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
