Jimply Docs

API Reference

The Jimply API is OpenAI-compatible.

Base URL

https://dzimplei.app/gateway/v1

Authentication

Authorization: Bearer jmpl_YOUR_API_KEY

Chat Completions

POST /chat
{\n  "model": "claude-sonnet-4.6",\n  "messages": [\n    { "role": "user", "content": "Hello" }\n  ],\n  "stream": true\n}

Models

GET /models