The Tensormesh AI SDK provider targets Tensormesh serverless inference. The default provider instance usesDocumentation Index
Fetch the complete documentation index at: https://docs.tensormesh.ai/llms.txt
Use this file to discover all available pages before exploring further.
https://serverless.tensormesh.ai/v1.
Explicit Provider
UsecreateTensormesh when you want to pass settings explicitly, such as a
custom fetch, custom headers, or an API key value from your own secret store.
apiKey: inference API key used as the bearer token. Defaults toTENSORMESH_INFERENCE_API_KEY.headers: additional headers for each request.fetch: custom fetch implementation.
Public Helpers
The serverlessmodels, health, and version helpers can be called without
an inference API key:

