{"openapi":"3.2.0","info":{"title":"GPT-4o mini API","description":"GPT-4o mini (“o” for “omni”) is a fast, affordable small model for focused tasks. It accepts both text and image inputs, and produces text outputs (including Structured Outputs). It is ideal for fine-tuning, and model outputs from a larger model like GPT-4o can be distilled to GPT-4o-mini to produce similar results at lower cost and latency.","version":"1.0.0"},"servers":[{"url":"https://gfrcl.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-4o-mini","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."}}}}