Integrera AI-modellen gpt-5-2 via ett högpresterande API med låg latens och ren förbrukningsbaserad prissättning.
About this model
Få tillgång till gpt-5-2 programmatiskt på MuAPI med omedelbar skalbarhet, automatisk redundans och minimal latens.
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 | Official pricing via api.openai.com. |
Token-based billing. Minimum $0.00023 per call. ~71% of official input 定价.
Official pricing via api.openai.com.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt (Instruktion) | string | The user message or instruction. | Solve the mathematical equation step-by-step: x^2 + 5x + 6 = 0 |
| Bild-URL | string | Optional image URL for multimodal requests. | undefined |
| System Prompt | string | Optional system-level instruction to guide model behavior. | You are a helpful mathematical tutor. |
| Web Search Switch | boolean | Enable web search capability. | false |
| Reasoning Effort | Enum (3 options) | Level of reasoning depth: low, medium, or high. | high |
The user message or instruction.
Solve the mathematical equation step-by-step: x^2 + 5x + 6 = 0Optional image URL for multimodal requests.
undefinedOptional system-level instruction to guide model behavior.
You are a helpful mathematical tutor.Enable web search capability.
falseLevel of reasoning depth: low, medium, or high.
highDeveloper documentation
Skicka en autentiserad POST-förfrågan till slutpunkten med dina valda parametrar och din MuAPI-nyckel.
Frequently asked