Change Updates

Do not miss any Rimunace API changes, ever again

Subscribe to the Rimunace API changelog to be up to date on recent changes.

RSS

Sep 10, 2024

main
1.2.0
Compare

API structure has changed

First update of api documentation

4 structure changes including:
2 Additions
2 Modifications
Modified 2 Breaking
POST /v1/chat/completions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • choices property Modified
        • finish_reason property Modified
          • Full types went from string | null to string

            Breaking

          • Property is no longer required

        • seed property Removed
          • Removing a resource is always breaking unless it was deprecated before

            Breaking

      • usage property Modified
        • prompt_cache_hit_tokens, prompt_cache_miss_tokens properties Added
  • 400 response Modified
    • application/json content type Modified
      • error property Modified
        • Full types went from string to object

          Breaking

        • Property is now required

          Breaking

        • message, type, param, code properties Added
      • statusCode, message properties Removed
        • Removing a resource is always breaking unless it was deprecated before

          Breaking

  • 401, 429 responses Added
  • Authentication
  • Api key auth authentication method Added
POST /v1/images/generations
  • Response
  • 400 response Modified
    • application/json content type Modified
      • error property Modified
        • Full types went from string to object

          Breaking

        • Property is now required

          Breaking

        • message, type, param, code properties Added
      • statusCode, message properties Removed
        • Removing a resource is always breaking unless it was deprecated before

          Breaking

  • 401, 429 responses Added
  • Authentication
  • Api key auth authentication method Added
Added 2
GET /health
GET /v1/models