{"openapi":"3.2.0","info":{"title":"GPT-5 API","description":"GPT‑5 is OpenAI’s most advanced and unified AI model, combining fast, real-time responsiveness with deep reasoning capabilities. It supports multimodal inputs—including text, image, audio, and video—and features a dynamic architecture that switches between quick-answer and “thinking” modes based on prompt complexity. With improved accuracy, reduced hallucinations, and expert-level performance in coding, writing, health, and science, GPT‑5 delivers intelligent, context-aware responses across a wide range of tasks.","version":"1.0.0"},"servers":[{"url":"https://nmoky.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/chat/completions":{"post":{"operationId":"post_chat_completions","summary":"Chat Completions","description":"Creates a model response for the given chat conversation","requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"model":"GPT-5","stream":false,"messages":[{"role":"user","content":"There are ten birds in a tree. A hunter shoots one. How many are left in the tree?"}]}}}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}