# 终结点与兼容性

终结点与模型兼容性 /v1/助手

支持所有GPT-4和GPT-3.5 Turbo型号，包括但不限于gpt-3.5-turbo-0301、retrievalgpt-4-turbo-preview和gpt-3.5-turbo-1106。 /v1/音频/转录

兼容whisper-1模型。 /v1/音频/翻译

兼容whisper-1模型。 /v1/音频/语音

支持tts-1和tts-1-hd模型。 /v1/chat/completions

支持gpt-4及其特定版本的模型，如gpt-4-turbo-preview、gpt-4-vision-preview、gpt-4-32k、gpt-3.5-turbo、gpt-3.5-turbo-16k和gpt-3.5-turbo微调版本。 /v1/completions（旧版）

支持gpt-3.5-turbo-instruct、babbage-002和davinci-002模型。 /v1/embeddings

兼容text-embedding-3-small、text-embedding-3-large和text-embedding-ada-002模型。 /v1/fine\_tuning/jobs

支持gpt-3.5-turbo、babbage-002和davinci-002模型。 /v1/moderations

支持text-moderation-stable和text-moderation-latest模型。 /v1/images/generations

兼容dall-e-2和dall-e-3模型。 注意事项 本列表不包含已弃用的模型。 Afarensis致力于不断更新和扩展我们的API支持，以提供最先进的人工智能技术和服务。 更多信息 想要深入了解特定模型的详细信息和应用场景，请访问Afarensis的官方文档或直接联系我们的技术支持团队。


---

# 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://doc.afarensis.com/get-started/zhong-jie-dian-yu-jian-rong-xing.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.
