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

Changelog

Last update:
Compare
1 structure change including:
1 Addition
Added 1
POST /v1/audio/speech
1 structure change including:
1 Addition
Added 1
GET /benchmark
1 structure change including:
1 Addition
Added 1
GET /utils/facts
1 structure change including:
1 Addition
Added 1
POST /v1/embeddings
2 structure changes including:
2 Modifications
Modified 2 Breaking
GET /v1/models
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • metadata, name properties Removed
          • Removing a resource is always breaking unless it was deprecated before

            Breaking

        • created property Added
POST /v1/chat/completions
  • Body
  • application/json content type Modified
    • tools property Modified
      • function property Modified
        • parameters property Modified
  • Response
  • 200 response Modified
    • application/json content type Modified
      • choices property Modified
        • finish_reason property Modified
          • Property is now required

            Breaking

      • usage property Modified
        • Property is no longer required

        • prompt_cache_hit_tokens, prompt_cache_miss_tokens properties Removed
          • Removing a resource is always breaking unless it was deprecated before

            Breaking

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

First release of openai api.