{"openapi":"3.2.0","info":{"title":"Claude Opus 4.1 API","description":"Claude Opus 4.1 is our most intelligent model to date with a 200K context window, pushing the frontier in coding, agentic search, and creative writing. We’ve also made it possible to run Claude Code in the background, enabling developers to assign long-running coding tasks for Opus to handle independently.","version":"1.0.0"},"servers":[{"url":"https://wmnxm.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":"claude-opus-4.1","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."}}}}