# 第十三章 平台特定策略

不同的 AI 模型平台有各自的特点和最佳实践。本章将介绍针对 OpenAI GPT、Anthropic Claude、Google Gemini 以及开源模型的平台特定提示词策略。

***

## 本章目标

* 理解本章核心概念与适用场景
* 掌握可复用的提示词/工作流模式
* 能将方法迁移到自己的任务中

## 先修知识

* 建议先阅读上一章或同等基础内容
* 如涉及代码示例，具备基本编程与 API 调用常识

## 本章内容

* [13.1 OpenAI GPT 系列最佳实践](/prompt_engineering_guide/di-si-bu-fen-jin-jie-yu-zhan-wang/13_platform_specific/13.1_openai_gpt.md)
* [13.2 Anthropic Claude 提示技巧](/prompt_engineering_guide/di-si-bu-fen-jin-jie-yu-zhan-wang/13_platform_specific/13.2_anthropic_claude.md)
* [13.3 Google Gemini 提示策略](/prompt_engineering_guide/di-si-bu-fen-jin-jie-yu-zhan-wang/13_platform_specific/13.3_google_gemini.md)
* [13.4 开源模型的提示词适配](/prompt_engineering_guide/di-si-bu-fen-jin-jie-yu-zhan-wang/13_platform_specific/13.4_open_source.md)
* [13.5 跨模型提示词策略](/prompt_engineering_guide/di-si-bu-fen-jin-jie-yu-zhan-wang/13_platform_specific/13.5_cross_platform_strategy.md)
* [13.6 本章实战练习](/prompt_engineering_guide/di-si-bu-fen-jin-jie-yu-zhan-wang/13_platform_specific/13.6_practice.md)
* [本章小结](/prompt_engineering_guide/di-si-bu-fen-jin-jie-yu-zhan-wang/13_platform_specific/summary.md)


---

# 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://yeasy.gitbook.io/prompt_engineering_guide/di-si-bu-fen-jin-jie-yu-zhan-wang/13_platform_specific.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.
