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

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