{"openapi":"3.2.0","info":{"title":"o3 API","description":"o3 is a well-rounded and powerful model across domains. It sets a new standard for math, science, coding, and visual reasoning tasks. It also excels at technical writing and instruction-following. Use it to think through multi-step problems that involve analysis across text, code, and images.","version":"1.0.0"},"servers":[{"url":"https://sxlnr.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":"o3","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."}}}}