{"openapi":"3.2.0","info":{"title":"Google Gemma 3 API","description":"With 128K context, image input, and multilingual support. The Gemma family of open models is foundational to our commitment to making useful AI technology accessible","version":"1.0.0"},"servers":[{"url":"https://mhbax.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. Supports both images and text inputs. This endpoint supports streaming by setting \"stream\": true","requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"model":"gemma-3","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."}}}}