# Tensormesh User Documentation - [Welcome to Tensormesh Inference](https://inference.docs.tensormesh.ai/introduction-tensormesh.md): The AI inference platform for application and agent developers. - [Quickstart](https://inference.docs.tensormesh.ai/quickstart.md): Go from zero to your first inference call in under 5 minutes. - [Serverless Inference](https://inference.docs.tensormesh.ai/serverless-inference.md): Call any supported LLM via API with pay-per-token pricing and no infrastructure to manage. - [Reserved Deployments](https://inference.docs.tensormesh.ai/reserved-deployments.md): Dedicated GPU clusters for high-volume production workloads and enterprise-grade inference. - [External Storage](https://inference.docs.tensormesh.ai/external-storage.md): Persistent KV cache buckets for serverless inference — keep context alive across requests and sessions. - [Codex CLI on Tensormesh](https://inference.docs.tensormesh.ai/codex.md): Drive open-weight models with stock OpenAI Codex CLI against Tensormesh — sign up, configure, and run in 5 minutes. - [Claude Code on Tensormesh](https://inference.docs.tensormesh.ai/claude-code.md): Drive open-weight models with stock Anthropic Claude Code CLI against Tensormesh — sign up, set three env vars, and run. - [Hermes Agent on Tensormesh](https://inference.docs.tensormesh.ai/hermes-agent.md): Drive open-weight models with stock Hermes Agent against Tensormesh — install, answer the first-launch wizard once, and chat. - [Serverless Usage](https://inference.docs.tensormesh.ai/serverless-usage.md): Monitor token consumption, cache hit rates, and per-model costs for your serverless inference calls. - [Observability](https://inference.docs.tensormesh.ai/observability.md): Per-model LMCache metrics for your serverless inference — cache hit rates, token flows, and L2 storage throughput. - [Cache Savings](https://inference.docs.tensormesh.ai/cache-savings.md): See how much Tensormesh's KV caching is saving you across your serverless inference. - [Billing & Usage](https://inference.docs.tensormesh.ai/billing-and-savings.md): Manage your account balance, payment methods, and transaction history. - [Pricing Overview](https://inference.docs.tensormesh.ai/pricing-overview.md): Transparent, usage-based pricing aligned with your success - [Account & API Keys](https://inference.docs.tensormesh.ai/account-and-api-keys.md): Manage your profile, API keys, and notification preferences. - [Support & Community](https://inference.docs.tensormesh.ai/support-community.md): Get help through support tickets or join our Slack community - [Additional Resources](https://inference.docs.tensormesh.ai/additional-resources.md): Helpful links and documentation to enhance your Tensormesh experience - [Glossary](https://inference.docs.tensormesh.ai/glossary.md): Plain-language definitions for terms you'll encounter on Tensormesh. - [Tensormesh Python SDK](https://inference.docs.tensormesh.ai/sdk/index.md): Overview, install guidance, and the main client surfaces for the Tensormesh Python SDK. - [Getting Started](https://inference.docs.tensormesh.ai/sdk/guides/getting-started.md): Make a first successful Tensormesh SDK request with the sync or async client. - [Auth And Config](https://inference.docs.tensormesh.ai/sdk/guides/auth-and-config.md): Understand Tensormesh SDK auth, environment variables, and the difference between serverless and control-plane usage. - [Inference](https://inference.docs.tensormesh.ai/sdk/guides/inference.md): Use Tensormesh serverless inference endpoints from the Python SDK, including streaming and raw responses. - [Migration From OpenAI And Fireworks](https://inference.docs.tensormesh.ai/sdk/guides/migration-from-openai-fireworks.md): What changes when moving an existing OpenAI- or Fireworks-style chat integration onto the current Tensormesh SDK surface. - [Control Plane](https://inference.docs.tensormesh.ai/sdk/guides/control-plane.md): Use the Tensormesh Python SDK for users, billing, support, observability, and pagination-aware workflows. - [Tensormesh AI SDK Provider](https://inference.docs.tensormesh.ai/ai-sdk/index.md): Use Tensormesh serverless inference from JavaScript and TypeScript applications through the AI SDK. - [Getting Started](https://inference.docs.tensormesh.ai/ai-sdk/guides/getting-started.md): Install the Tensormesh AI SDK provider and make your first serverless request. - [Chat and Streaming](https://inference.docs.tensormesh.ai/ai-sdk/guides/chat-and-streaming.md): Generate and stream text with Tensormesh chat and completion models. - [Structured Output](https://inference.docs.tensormesh.ai/ai-sdk/guides/structured-output.md): Generate schema-backed JSON with the Tensormesh AI SDK provider. - [Tool Calling](https://inference.docs.tensormesh.ai/ai-sdk/guides/tool-calling.md): Use AI SDK tools with Tensormesh chat models. - [Raw Inference Helpers](https://inference.docs.tensormesh.ai/ai-sdk/guides/raw-helpers.md): Call additional Tensormesh endpoints exposed by the provider. - [Tensormesh CLI](https://inference.docs.tensormesh.ai/cli/index.md): Guides and command reference for the `tm` CLI. - [Installation](https://inference.docs.tensormesh.ai/cli/guides/installation.md): Install the Tensormesh Python package, then verify the bundled `tm` CLI with `tm version`. - [Getting Started](https://inference.docs.tensormesh.ai/cli/guides/getting-started.md): Reach a first successful Tensormesh CLI request against the serverless inference surface. - [Authentication](https://inference.docs.tensormesh.ai/cli/guides/authentication.md): Sign in to the Tensormesh Control Plane and manage local auth state. - [First Inference Request](https://inference.docs.tensormesh.ai/cli/guides/first-request.md): Send a first chat request through the Tensormesh Serverless inference flow. - [Control Plane Workflows](https://inference.docs.tensormesh.ai/cli/guides/control-plane-workflows.md): Common non-admin Control Plane tasks for API keys, billing, tickets, and metrics. - [Config And Environment](https://inference.docs.tensormesh.ai/cli/guides/config-and-env.md): Control how the Tensormesh CLI resolves config, env vars, and local overrides. - [Production Scripting](https://inference.docs.tensormesh.ai/cli/guides/production-scripting.md): Use the Tensormesh CLI safely from CI, shell scripts, and operational automation. - [Admin Workflows](https://inference.docs.tensormesh.ai/cli/guides/admin-workflows.md): Common entry points for admin-only CLI operations. - [Troubleshooting](https://inference.docs.tensormesh.ai/cli/guides/troubleshooting.md): Diagnose the most common CLI setup, auth, and gateway issues. - [tm auth login](https://inference.docs.tensormesh.ai/cli/reference/auth/login.md): Login via browser and store Control Plane tokens. - [tm auth status](https://inference.docs.tensormesh.ai/cli/reference/auth/status.md): Show local Control Plane and Gateway auth status. - [tm auth whoami](https://inference.docs.tensormesh.ai/cli/reference/auth/whoami.md): Show the authenticated Control Plane user profile. - [tm config show](https://inference.docs.tensormesh.ai/cli/reference/config/show.md): Print resolved configuration (secrets redacted). - [tm infer doctor](https://inference.docs.tensormesh.ai/cli/reference/infer/doctor.md): Inspect serverless inference readiness for the next request. - [tm infer chat](https://inference.docs.tensormesh.ai/cli/reference/infer/chat.md): Call POST /v1/chat/completions on serverless inference. - [tm billing pricing serverless list](https://inference.docs.tensormesh.ai/cli/reference/billing/pricing/serverless/list.md): List serverless pricing (GET /v1/billing/serverless-pricing). - [tm](https://inference.docs.tensormesh.ai/cli/reference/index.md): Tensormesh command-line interface. - [tm version](https://inference.docs.tensormesh.ai/cli/reference/version.md): Show CLI version and runtime details. - [tm init](https://inference.docs.tensormesh.ai/cli/reference/init.md): Guide first-time CLI setup for Control Plane and serverless workflows. - [tm auth](https://inference.docs.tensormesh.ai/cli/reference/auth/index.md): Authenticate to the Tensormesh Control Plane. - [tm config](https://inference.docs.tensormesh.ai/cli/reference/config/index.md): Manage Tensormesh CLI configuration. - [tm infer](https://inference.docs.tensormesh.ai/cli/reference/infer/index.md): Inference commands for the OpenAI-compatible serverless endpoints. - [tm metrics](https://inference.docs.tensormesh.ai/cli/reference/metrics/index.md): Observability metrics (Control Plane). - [tm doctor](https://inference.docs.tensormesh.ai/cli/reference/doctor.md): Diagnose configuration and credentials. - [tm activities](https://inference.docs.tensormesh.ai/cli/reference/activities/index.md): Activities (Control Plane). - [tm billing](https://inference.docs.tensormesh.ai/cli/reference/billing/index.md): Billing and usage (Control Plane). - [tm products](https://inference.docs.tensormesh.ai/cli/reference/products/index.md): Products (Control Plane). - [tm reserved-deployments](https://inference.docs.tensormesh.ai/cli/reference/reserved-deployments/index.md): Reserved deployments (Support; Control Plane). - [tm tickets](https://inference.docs.tensormesh.ai/cli/reference/tickets/index.md): Support tickets (Control Plane). - [tm users](https://inference.docs.tensormesh.ai/cli/reference/users/index.md): User profile resources (Control Plane). - [tm completion](https://inference.docs.tensormesh.ai/cli/reference/completion.md): Print a shell completion script for Bash/Zsh/Fish. - [tm admin](https://inference.docs.tensormesh.ai/cli/reference/admin/index.md): Admin-only commands (Control Plane). - [tm admin billing](https://inference.docs.tensormesh.ai/cli/reference/admin/billing/index.md): Admin billing tools. - [tm admin products](https://inference.docs.tensormesh.ai/cli/reference/admin/products/index.md): Admin product tools. - [tm admin users](https://inference.docs.tensormesh.ai/cli/reference/admin/users/index.md): Admin user tools. - [API & SDK Reference](https://inference.docs.tensormesh.ai/api-reference/introduction.md): Complete API and SDK reference for the Tensormesh Serverless Inference and Control Plane APIs. - [API Quickstart](https://inference.docs.tensormesh.ai/api-quickstart.md): Make a first successful raw Control Plane and Inference API request with explicit credentials. - [Choose A Serverless Model Name](https://inference.docs.tensormesh.ai/serverless-model-selection.md): How to think about Tensormesh serverless model names before sending your first request. - [Serverless Chat Completions](https://inference.docs.tensormesh.ai/api-reference/serverless.md): OpenAI-compatible chat completions endpoint on the public Tensormesh Serverless host. - [Serverless Models](https://inference.docs.tensormesh.ai/api-reference/serverless/models.md): List models from the verified Tensormesh Serverless host. - [Serverless Text Completions](https://inference.docs.tensormesh.ai/api-reference/serverless/completions.md): Create text completions on the verified Tensormesh Serverless host. - [Serverless Responses](https://inference.docs.tensormesh.ai/api-reference/serverless/responses.md): Create responses on the verified Tensormesh Serverless host. - [Serverless Tokenize](https://inference.docs.tensormesh.ai/api-reference/serverless/tokenize.md): Tokenize text with the verified Tensormesh Serverless host. - [Serverless Detokenize](https://inference.docs.tensormesh.ai/api-reference/serverless/detokenize.md): Convert token ids back to text with the verified Tensormesh Serverless host. - [Serverless Health](https://inference.docs.tensormesh.ai/api-reference/serverless/health.md): Read the verified Tensormesh Serverless health endpoint. - [Serverless Version](https://inference.docs.tensormesh.ai/api-reference/serverless/version.md): Read the verified Tensormesh Serverless version endpoint. - [List Models](https://inference.docs.tensormesh.ai/tensormesh-api/model/v1/model_service/modelservice/list-models.md): Lists all models owned by a user. - [Get Model](https://inference.docs.tensormesh.ai/tensormesh-api/model/v1/model_service/modelservice/get-model.md): Retrieves details of a specific model deployment. - [Delete Model](https://inference.docs.tensormesh.ai/tensormesh-api/model/v1/model_service/modelservice/delete-model.md): Deletes an existing model deployment. - [Chat With Model](https://inference.docs.tensormesh.ai/tensormesh-api/model/v1/model_service/modelservice/chat-with-model.md): Sends a chat message to a deployed model and returns the response. - [List Models By Infra](https://inference.docs.tensormesh.ai/tensormesh-api/model/v1/model_service/modelservice/list-models-by-infra.md): Lists all model deployments in a specific cluster. - [Validate Model Name](https://inference.docs.tensormesh.ai/tensormesh-api/model/v1/model_service/modelservice/validate-model-name.md): Validates whether a model nick name is available and valid. - [Balances](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/user_balance_service.md): Current-user balance lookup. - [Get User Balance](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/user_balance_service/userbalanceservice/get-user-balance.md): Get user's current balance. - [Billing Addresses](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/billing_address_service.md): Read and update the billing address for the current user. - [Get Billing Address](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/billing_address_service/billingaddressservice/get-billing-address.md): Retrieves the billing address for a user. - [Update Billing Address](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/billing_address_service/billingaddressservice/update-billing-address.md): Updates the billing address for a user. - [Transactions](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/billing_transaction_service.md): Spending history, spending summary, and billing transaction reads. - [Get User Spending History](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/billing_transaction_service/billingtransactionservice/get-user-spending-history.md): Returns last month spending buckets. - [Get User Spending Summary](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/billing_transaction_service/billingtransactionservice/get-user-spending-summary.md): Returns rolling-window spending totals. - [List Billing Transactions](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/billing_transaction_service/billingtransactionservice/list-billing-transactions.md): Lists a user's billing transactions. - [Pricing](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/pricing_service.md): Pricing lookups plus admin pricing operations for serverless billing. - [List GPU Pricing](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/pricing_service/pricingservice/list-gpu-pricing.md) - [List Serverless Pricing](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/pricing_service/pricingservice/list-serverless-pricing.md) - [Products](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/product_service.md): Public product listing plus admin product management. - [List Available Products](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/product_service/productservice/list-available-products.md) - [Delete Product](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/product_service/productservice/delete-product.md) - [Stripe](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/stripe_service.md): Customer, payment method, payment intent, and setup intent operations. - [Get Or Create Stripe Customer](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/stripe_service/stripeservice/get-or-create-stripe-customer.md) - [List Stripe Payment Methods](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/stripe_service/stripeservice/list-stripe-payment-methods.md): Lists a user's attached payment methods. - [Attach Stripe Payment Method](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/stripe_service/stripeservice/attach-stripe-payment-method.md): Attaches a payment method to a customer. - [Detach Stripe Payment Method](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/stripe_service/stripeservice/detach-stripe-payment-method.md): Removes a payment method from a customer. - [Create Stripe Payment Intent](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/stripe_service/stripeservice/create-stripe-payment-intent.md): Creates a Stripe payment intent for a user. - [Confirm Stripe Payment Intent](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/stripe_service/stripeservice/confirm-stripe-payment-intent.md): Confirms a payment intent after client confirmation. - [Create Stripe Setup Intent](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/stripe_service/stripeservice/create-stripe-setup-intent.md): Creates a Stripe setup intent for a user. - [Deploy Model](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/billing_model_service/billingmodelservice/deploy-model.md): Provisions a model after billing checks and forwards to ModelService. - [Model Check](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/billing_model_service/billingmodelservice/model-check.md): Returns model memory requirements used for billing and scheduling checks. - [Observability](https://inference.docs.tensormesh.ai/tensormesh-api/observability/v1/observability_service.md): User metrics reads. - [Get Model Logs](https://inference.docs.tensormesh.ai/tensormesh-api/observability/v1/observability_service/observabilityservice/get-model-logs.md): Retrieves logs for a specific model deployment. - [Get Model Metrics](https://inference.docs.tensormesh.ai/tensormesh-api/observability/v1/observability_service/observabilityservice/get-model-metrics.md): Retrieves metrics for a specific model deployment. - [Get User Metrics](https://inference.docs.tensormesh.ai/tensormesh-api/observability/v1/observability_service/observabilityservice/get-user-metrics.md): Retrieves metrics for a specific user. - [Activities](https://inference.docs.tensormesh.ai/tensormesh-api/activity/v1/activity_service.md): Activity listing and detail reads from the Control Plane. - [List Activities](https://inference.docs.tensormesh.ai/tensormesh-api/activity/v1/activity_service/activityservice/list-activities.md): Lists activity events with optional filters. - [Get Activity](https://inference.docs.tensormesh.ai/tensormesh-api/activity/v1/activity_service/activityservice/get-activity.md): Retrieves an activity event by ID. - [Support](https://inference.docs.tensormesh.ai/tensormesh-api/support/v1/support_service.md): Ticket listing, ticket detail, ticket creation, closure, and message append operations. - [List Tickets](https://inference.docs.tensormesh.ai/tensormesh-api/support/v1/support_service/supportservice/list-tickets.md): Lists support tickets with optional filters. - [Create Ticket](https://inference.docs.tensormesh.ai/tensormesh-api/support/v1/support_service/supportservice/create-ticket.md): Creates a new support ticket. - [Get Ticket](https://inference.docs.tensormesh.ai/tensormesh-api/support/v1/support_service/supportservice/get-ticket.md): Retrieves a support ticket by ID. - [Close Ticket](https://inference.docs.tensormesh.ai/tensormesh-api/support/v1/support_service/supportservice/close-ticket.md): Closes a support ticket. - [Append Ticket Message](https://inference.docs.tensormesh.ai/tensormesh-api/support/v1/support_service/supportservice/append-ticket-message.md): Appends a conversation message to a ticket. - [Reserved Deployments](https://inference.docs.tensormesh.ai/tensormesh-api/support/v1/reserved_deployment_service.md): Submit reserved deployment requests. - [Submit Reserved Deployment](https://inference.docs.tensormesh.ai/tensormesh-api/support/v1/reserved_deployment_service/reserveddeploymentservice/submit-reserved-deployment.md): Submits a reservation request and triggers an email notification. - [Users](https://inference.docs.tensormesh.ai/tensormesh-api/user/v1/user_service.md): Current-user auth profile, user records, terms of service, and user API key operations. - [Get Auth Profile](https://inference.docs.tensormesh.ai/tensormesh-api/user/v1/user_service/userservice/get-auth-profile.md): Returns the authenticated user profile for the current bearer token. - [Accept Tos](https://inference.docs.tensormesh.ai/tensormesh-api/user/v1/user_service/userservice/accept-tos.md): Marks a user as having accepted terms of service. - [Get User Profile](https://inference.docs.tensormesh.ai/tensormesh-api/user/v1/user_service/userservice/get-user-profile.md): Retrieves an existing user profile by ID or email. - [Get User Profile 2](https://inference.docs.tensormesh.ai/tensormesh-api/user/v1/user_service/userservice/get-user-profile-2.md): GetUserProfile retrieves an existing user profile by ID or email. - [Update User Profile](https://inference.docs.tensormesh.ai/tensormesh-api/user/v1/user_service/userservice/update-user-profile.md): Updates an existing user profile. - [List User API Keys](https://inference.docs.tensormesh.ai/tensormesh-api/user/v1/user_service/userservice/list-user-api-keys.md): Lists API keys for a user. - [Create User API Key](https://inference.docs.tensormesh.ai/tensormesh-api/user/v1/user_service/userservice/create-user-api-key.md): Creates an API key for a user. - [Delete User API Key](https://inference.docs.tensormesh.ai/tensormesh-api/user/v1/user_service/userservice/delete-user-api-key.md): Soft deletes an API key for a user. - [List Models](https://inference.docs.tensormesh.ai/tensormesh-api/model/v1/admin_model_service/adminmodelservice/list-models.md): Lists all models that are not deleted. - [Delete Model](https://inference.docs.tensormesh.ai/tensormesh-api/model/v1/admin_model_service/adminmodelservice/delete-model.md): Deletes a model by id (admin only). Does not require ownership. - [Admin Users](https://inference.docs.tensormesh.ai/tensormesh-api/user/v1/admin_user_service.md): Admin-only user listing and role-change operations. - [List Users](https://inference.docs.tensormesh.ai/tensormesh-api/user/v1/admin_user_service/adminuserservice/list-users.md): Lists users with pagination. - [Change User Role](https://inference.docs.tensormesh.ai/tensormesh-api/user/v1/admin_user_service/adminuserservice/change-user-role.md): Updates a user's role. - [Admin Billing](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/admin_billing_service.md): Admin-only balance and spending summary operations. - [Get Users Balance](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/admin_billing_service/adminbillingservice/get-users-balance.md): Retrieves current balances for multiple users. - [Add User Balance](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/admin_billing_service/adminbillingservice/add-user-balance.md): Increments a user's balance by a specific amount. - [Get Users Spending Summary](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/admin_billing_service/adminbillingservice/get-users-spending-summary.md): Returns rolling-window spending totals. - [Admin List Products](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/admin_product_service/productservice/admin-list-products.md) - [Upsert Product](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/admin_product_service/productservice/upsert-product.md) - [Insert GPU Pricing](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/admin_pricing_service/pricingservice/insert-gpu-pricing.md) - [Update GPU Pricing](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/admin_pricing_service/pricingservice/update-gpu-pricing.md) - [Delete GPU Pricing](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/admin_pricing_service/pricingservice/delete-gpu-pricing.md) - [Admin List Serverless Pricing](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/admin_pricing_service/pricingservice/admin-list-serverless-pricing.md) - [Insert Serverless Pricing](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/admin_pricing_service/pricingservice/insert-serverless-pricing.md) - [Update Serverless Pricing](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/admin_pricing_service/pricingservice/update-serverless-pricing.md) - [Delete Serverless Pricing](https://inference.docs.tensormesh.ai/tensormesh-api/billing/v1/admin_pricing_service/pricingservice/delete-serverless-pricing.md) - [Changelog](https://inference.docs.tensormesh.ai/changelog.md): Latest updates, new features, and improvements to Tensormesh Inference. ## OpenAPI Specs - [serverless.openapi](/api-reference/serverless.openapi.yaml) - [common.openapi](/api-reference/src/common.openapi.yaml) - [activity_service.openapi](/tensormesh-api/specs/activity/v1/activity_service.openapi.json) - [admin_billing_service.openapi](/tensormesh-api/specs/billing/v1/admin_billing_service.openapi.json) - [billing_address_service.openapi](/tensormesh-api/specs/billing/v1/billing_address_service.openapi.json) - [billing_model_service.openapi](/tensormesh-api/specs/billing/v1/billing_model_service.openapi.json) - [billing_transaction_service.openapi](/tensormesh-api/specs/billing/v1/billing_transaction_service.openapi.json) - [pricing_service.openapi](/tensormesh-api/specs/billing/v1/pricing_service.openapi.json) - [product_service.openapi](/tensormesh-api/specs/billing/v1/product_service.openapi.json) - [stripe_service.openapi](/tensormesh-api/specs/billing/v1/stripe_service.openapi.json) - [user_balance_service.openapi](/tensormesh-api/specs/billing/v1/user_balance_service.openapi.json) - [admin_model_service.openapi](/tensormesh-api/specs/model/v1/admin_model_service.openapi.json) - [model_service.openapi](/tensormesh-api/specs/model/v1/model_service.openapi.json) - [model.openapi](/tensormesh-api/specs/model/v1/model.openapi.json) - [observability_service.openapi](/tensormesh-api/specs/observability/v1/observability_service.openapi.json) - [reserved_deployment_service.openapi](/tensormesh-api/specs/support/v1/reserved_deployment_service.openapi.json) - [support_service.openapi](/tensormesh-api/specs/support/v1/support_service.openapi.json) - [admin_user_service.openapi](/tensormesh-api/specs/user/v1/admin_user_service.openapi.json) - [user_service.openapi](/tensormesh-api/specs/user/v1/user_service.openapi.json)