<!-- more --> [How Assistants work - OpenAI API](https://platform.openai.com/docs/assistants/how-it-works) ## 限流 ![image.png|1000](https://imagehosting4picgo.oss-cn-beijing.aliyuncs.com/imagehosting/fix-dir%2Fpicgo%2Fpicgo-clipboard-images%2F2024%2F10%2F27%2F04-27-30-a4b9a2b46b404be9adbfdd83d2876a2f-202410270427685-ad1693.png) | 主分类 | 子项目 | | | -------------- | ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Get started | Overview | | | | Quickstart | | | | Models | | | | Changelog | | | | Terms and policies | | | Capabilities | Text generation | | | | Image generation | | | | Vision | | | | Audio generation | | | | Text to speech | | | | Speech to text | | | | Vector embeddings | | | | Moderation | | | | Reasoning | | | Guides | Function calling | 让 AI 生成入参调本地函数 | | | Structured outputs | 借助 [Pydantic](Pydantic.md) | | | Evaluations | | | | Fine-tuning | 使用您的数据将模型适应您的特定用例 | | | Distillation | 使用生产日志评估和微调模型 | | | Realtime API | 原生语音转语音而不是TTS | | | Batch API | 异步池 | | Assistants | Overview | 助手可以并行访问**多种工具**。这些可以是 OpenAI 托管的工具——像[代码解释器](https://platform.openai.com/docs/assistants/tools/code-interpreter)和[文件搜索](https://platform.openai.com/docs/assistants/tools/file-search) ——或者您构建/托管的工具(通过[函数调用](https://platform.openai.com/docs/assistants/tools/function-calling))。相当于是 OpenAI 的函数+本地函数,其实就是我之前做的 viva | | | Quickstart | | | | Deep dive | | | | Tools | | | | What's new? | | | | Migration guide | | | ChatGPT | Actions | | | | Release notes | | | Best practices | [Prompt](Prompt.md) | | | | Production best practices | | | | Safety best practices | | | | Prompt caching | Openai 侧的缓存,降低成本 | | | Model selection | | | | Latency optimization | | | | Accuracy optimization | | | | Advanced usage | | | Resources | Libraries | | | | Prompt examples | | | | Rate limits | | | | Prompt generation | | | | Error codes | | | | Deprecations | |