# Supported Model

Float16.cloud currently supports the following inference language models:

## SeaLLMs

* A Large Language Model (LLM) specialized for South East Asian (SEA) languages
* Supports 10 languages: English, Chinese, Vietnamese 🇻🇳, Indonesian 🇮🇩, Thai 🇹🇭, Malay 🇲🇾, Khmer 🇰🇭, Lao 🇱🇦, Tagalog 🇵🇭, Burmese 🇲🇲

### SeaLLM-7B-v2.5

API call model name: `seallm-7b-v2.5`

### SeaLLM-7B-v3

API call model name: `seallm-7b-v3`

{% hint style="info" %}
For more detailed information about models and their capabilities, please visit: [Hugging Face](https://huggingface.co/SeaLLMs), [Blog](https://blog.float16.cloud/thai-rag-with-llamaindex-weaviate-seallm/)
{% endhint %}

## SQLCoder

### SQLCoder-7B-v2

API call model name: `sqlcoder-7b-v2`

* A specialized model for Text-to-SQL conversion, offering improved speed and efficiency with a smaller model size
* Our interactive playground is available through [Quick Play](https://float16.cloud/texttosql), allowing you to experiment with the model's capabilities

{% hint style="info" %}
For more detailed information about models and their capabilities, please visit: [Hugging Face](https://huggingface.co/defog/sqlcoder-7b-2), [Blog](https://blog.float16.cloud/sqlcoder-7b-2/)
{% endhint %}

## Upcoming Models

* Meta-Llama-3.1-405B (Experiment)


---

# 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.float16.cloud/getting-started/llm-as-a-service/supported-model.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.
