รวมโมเดล AI gpt-codex ผ่าน API ประสิทธิภาพสูงที่มีความหน่วงต่ำและจ่ายตามการใช้งานจริง
About this model
เข้าถึงโมเดล gpt-codex ผ่านการเขียนโปรแกรมบน MuAPI พร้อมการปรับขนาดได้ทันทีและความหน่วงต่ำ
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 | ไม่พร้อมใช้งาน | 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) | string | The coding task or instruction. | Implement a binary search tree with insert, delete, and search methods in Python. |
| โมเดล | Enum (5 options) | Codex model variant to use. | gpt-5.4-codex |
| 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
ส่งคำขอ POST ไปยังจุดสิ้นสุดพร้อมพารามิเตอร์ที่คุณต้องการและคีย์ MuAPI
Frequently asked