Integreer het gpt-codex AI-model via krachtige API's met lage latentie en betalen naar verbruik.
About this model
Krijg programmatische toegang tot het gpt-codex-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. 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 | 价格以 api.openai.com 的官方定价为准。 |
| Fal.ai | Niet beschikbaar | 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).
价格以 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 | string | 编码任务或指令。 | Implement a binary search tree with insert, delete, and search methods in Python. |
| 模型 | Enum (5 options) | 要使用的 Codex 模型变体。 | gpt-5.4-codex |
| Afbeelding URL | string | 多模态请求的可选图像 URL。 | undefined |
编码任务或指令。
Implement a binary search tree with insert, delete, and search methods in Python.要使用的 Codex 模型变体。
gpt-5.4-codex多模态请求的可选图像 URL。
undefinedDeveloper documentation
Stuur een POST-verzoek naar het endpoint met uw gewenste parameters en MuAPI-sleutel.
Frequently asked