# OpenAI

OpenAI's models are renowned for their versatility, strong reasoning capabilities, and excellent code generation across multiple programming languages.\
**Supported Models:** - **GPT-4.5-preview:** OpenAI's most advanced model, offering state- of-the-art performance in code generation, problem-solving, and natural language understanding. - **GPT-4o:** A multimodal model optimized for both code and natural language tasks, with enhanced reasoning capabilities. - **GPT-4-turbo:** A faster version of GPT-4 that maintains high-quality outputs while providing improved response times. - **GPT-4:** A powerful model with strong reasoning and code generation capabilities across numerous programming languages. - **GPT-3.5-turbo:** A more efficient model that\
balances performance with speed, suitable for less complex development tasks.\
**Strengths:** - Excellent general-purpose coding assistance - Strong reasoning and\
problem-solving capabilities - Broad knowledge across programming languages and frameworks - High-quality documentation generation - Effective architectural planning and system design


---

# 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.zontroy.com/zontroy-ai-models/supported-ai-models/openai.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.
