Integreer het gpt-5-2 AI-model via krachtige API's met lage latentie en betalen naar verbruik.
About this model
Krijg programmatische toegang tot het gpt-5-2-model op MuAPI met directe schaalbaarheid en lage latentie.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $1.25/M 输入 Token, $9.00/M 输出 Token | Token-based billing. Minimum $0.00023 per call. ~71% of official input 定价. |
| OpenAI (official) | ~$1.75/M 输入 Token, ~$14.00/M 输出 Token | 价格以 api.openai.com 的官方定价为准。 |
Token-based billing. Minimum $0.00023 per call. ~71% of official input 定价.
价格以 api.openai.com 的官方定价为准。
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt | string | 用户消息或指令。 | Solve the mathematical equation step-by-step: x^2 + 5x + 6 = 0 |
| Afbeelding URL | string | 多模态请求的可选图像 URL。 | undefined |
| 系统Prompt | string | 可选的系统级指令,用于引导模型行为。 | You are a helpful mathematical tutor. |
| 网页搜索开关 | boolean | 启用网页搜索能力。 | false |
| 推理Intensiteit | Enum (3 options) | 推理深度级别:low、medium 或 high。 | high |
用户消息或指令。
Solve the mathematical equation step-by-step: x^2 + 5x + 6 = 0多模态请求的可选图像 URL。
undefined可选的系统级指令,用于引导模型行为。
You are a helpful mathematical tutor.启用网页搜索能力。
false推理深度级别:low、medium 或 high。
highDeveloper documentation
Stuur een POST-verzoek naar het endpoint met uw gewenste parameters en MuAPI-sleutel.
Frequently asked