Jump to Content
memflare
API Reference
v1.0

Log Inmemflare
API Reference
Log In
v1.0API Reference

Memflare API

  • /v1/chat/completions
    • Chat with an AI model using optional context from a collectionpost
  • /v1/completions
    • Get text completions from an AI modelpost
  • /v1/collections
    • List all collectionsget
    • Create a new collectionpost
  • /v1/collections/{collection_name}
    • Delete a collectiondel
  • /v1/collections/{collection_name}/query
    • Query a collectionget
  • /v1/collections/{collection_name}/files
    • List files in a collectionget
    • Upload or update a file in a collectionpost
  • /v1/collections/{collection_name}/files/{file_name}
    • Delete a file from a collectiondel
  • /v1/collections/{collection_name}/notes
    • Upload a note to a collectionpost
    • List notes in a collectionget
  • /v1/collections/{collection_name}/notes/{note_id}
    • Delete a note from a collectiondel
  • /v1/models
    • List available AI modelsget
Powered by 

List available AI models

get https://api.memflare.com/v1/models

Returns a list of all available AI models that can be used with the chat
and completions endpoints. Includes model capabilities, pricing, and
current status.

Language
Credentials
Header
Click Try It! to start a request and see the response here!