AI on demand: BAAI/bge-m3: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

7 May 2026

  • curprev 11:4811:48, 7 May 2026Sst-yde talk contribs 31,850 bytes +31,850 Created page with "== Calling the model == <syntaxhighlight lang="bash"> # Set your personal key: STONEY_KEY=sk-... # Set the desired model: MODEL=BAAI/bge-m3 curl https://llm.stoney-cloud.com/v1/embeddings \ --silent --fail --show-error \ --header "Authorization: Bearer $STONEY_KEY" \ --header 'Content-Type: application/json' \ --data '{ "model": "BAAI/bge-m3", "input": "The quick brown fox jumps over the lazy dog"..."