# Anthropic-compatible API

- [Overview](https://infronai.gitbook.io/docs/llm-apis/anthropic-compatible-api/overview.md)
- [Create a message](https://infronai.gitbook.io/docs/llm-apis/anthropic-compatible-api/create-a-message.md)
- [Chat with Tool Calling](https://infronai.gitbook.io/docs/llm-apis/anthropic-compatible-api/chat-with-tool-calling.md)
- [Reasoning configuration](https://infronai.gitbook.io/docs/llm-apis/anthropic-compatible-api/reasoning-configuration.md)
- [Chat with Web Search](https://infronai.gitbook.io/docs/llm-apis/anthropic-compatible-api/chat-with-web-search.md)
- [Chat with File Attachments](https://infronai.gitbook.io/docs/llm-apis/anthropic-compatible-api/chat-with-file-attachments.md)
- [Messages](https://infronai.gitbook.io/docs/llm-apis/anthropic-compatible-api/messages.md): Create messages using the Anthropic Messages API format.
- [Tool Calling](https://infronai.gitbook.io/docs/llm-apis/anthropic-compatible-api/tool-calling.md)
- [Extended Thinking](https://infronai.gitbook.io/docs/llm-apis/anthropic-compatible-api/extended-thinking.md)
- [Web Search](https://infronai.gitbook.io/docs/llm-apis/anthropic-compatible-api/web-search.md): Use the built-in web search tool to give the model access to current information from the web.
- [File Attachments](https://infronai.gitbook.io/docs/llm-apis/anthropic-compatible-api/file-attachments.md): Send images and PDF documents as part of your message request.


---

# 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://infronai.gitbook.io/docs/llm-apis/anthropic-compatible-api.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.
