# Page Not Found

The URL `files/6e236e7ebcd31b9413cd3f6c32234d804ab123bb` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [All Model IDs](https://docs.aimlapi.com/api-references/model-database.md)
- [Embedding Models](https://docs.aimlapi.com/api-references/embedding-models.md)
- [nemotron-3-super-120b-a12b](https://docs.aimlapi.com/api-references/text-models-llm/nvidia/nemotron-3-super-120b-a12b.md)
- [ernie-4.5-vl-28b-a3b](https://docs.aimlapi.com/api-references/text-models-llm/baidu/ernie-4.5-vl-28b-a3b.md)
- [ernie-4.5-vl-424b-a47b](https://docs.aimlapi.com/api-references/text-models-llm/baidu/ernie-4.5-vl-424b-a47b.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://docs.aimlapi.com/api-references/model-database.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.

### Option 2 — Browse the documentation index

Full index: https://docs.aimlapi.com/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://docs.aimlapi.com/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/api-references/model-database.md`).

You may also use `Accept: text/markdown` header for content negotiation.
