Integrera AI-modellen gpt-codex via ett högpresterande API med låg latens och ren förbrukningsbaserad prissättning.
About this model
Få tillgång till gpt-codex 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. All 5 Codex variants share the same 定价. Supports Prompt Caching (0.1x for hits, 1.25x for creation). |
| OpenAI (official) | ~$1.75/M 输入 Token, ~$14.00/M 输出 Token | Official pricing via api.openai.com. |
| Fal.ai | Inte tillgänglig | GPT Codex is 不可用 on Fal.ai. |
Token-based billing. Minimum $0.00023 per call. All 5 Codex variants share the same 定价. Supports Prompt Caching (0.1x for hits, 1.25x for creation).
Official pricing via api.openai.com.
GPT Codex is 不可用 on Fal.ai.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt (Instruktion) | string | The coding task or instruction. | Implement a binary search tree with insert, delete, and search methods in Python. |
| Modell | Enum (5 options) | Codex model variant to use. | gpt-5.4-codex |
| Bild-URL | string | Optional image URL for multimodal requests. | undefined |
The coding task or instruction.
Implement a binary search tree with insert, delete, and search methods in Python.Codex model variant to use.
gpt-5.4-codexOptional image URL for multimodal requests.
undefinedDeveloper documentation
Skicka en autentiserad POST-förfrågan till slutpunkten med dina valda parametrar och din MuAPI-nyckel.
Frequently asked