{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-venice-ai-api-v1-embeddings",
  "title": "Venice AI \u00b7 Text Embeddings API",
  "url": "https://api.venice.ai/api/v1/embeddings",
  "category": "ai",
  "summary": "Generate text embeddings using Venice AI's private and uncensored large language model inference endpoint.",
  "seo": {
    "title": "Venice AI Embeddings API - Private LLM Inference",
    "description": "Generate text embeddings with Venice AI's private, uncensored API. Pay 10 USDC per call for LLM embedding inference on Base."
  },
  "use_cases": [
    "Generate vector embeddings for semantic search",
    "Create embeddings for RAG pipeline document indexing",
    "Produce text representations for similarity matching"
  ],
  "ideal_buyer": "AI developers building semantic search, RAG systems, and similarity-based applications requiring private LLM inference.",
  "example_prompt": "Generate embeddings for these customer support tickets to enable semantic clustering and duplicate detection.",
  "example_request_body": {
    "input": [
      "How do I reset my password?",
      "Forgot password help needed"
    ],
    "model": "text-embedding-3-small"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive_outlier",
    "ratio": 500,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x2670b922ef37c7df47158725c0cc407b5382293f",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000000",
      "max_timeout_seconds": 300,
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyFields": {
            "user": {
              "type": "string",
              "description": "This is an unused parameter and is discarded by Venice. It is supported solely for API compatibility with OpenAI."
            },
            "input": {
              "required": true,
              "description": "Input text to embed, encoded as a string or array of tokens. To embed multiple inputs in a single request, pass an array of strings or array of token arrays. The input must not exceed the max input tokens for the model (8192 tokens), cannot be an empty string, and any array must be 2048 dimensions or less."
            },
            "model": {
              "required": true,
              "description": "ID of the model to use. You can use the List models API to see all of your available models, or see our Model overview for descriptions of them."
            },
            "dimensions": {
              "type": "integer",
              "description": "The number of dimensions the resulting output embeddings should have."
            },
            "encoding_format": {
              "enum": [
                "float",
                "base64"
              ],
              "type": "string",
              "description": "The format to return the embeddings in. Can be either `float` or `base64`."
            }
          },
          "headerFields": {
            "Accept-Encoding": {
              "type": "string",
              "description": "Supported compression encodings (gzip, br)"
            }
          }
        },
        "output": {
          "type": "object",
          "example": {
            "data": [
              {
                "index": 0,
                "object": "embedding",
                "embedding": [
                  0.0023064255,
                  -0.009327292,
                  0.015797377
                ]
              }
            ],
            "model": "text-embedding-bge-m3",
            "usage": {
              "total_tokens": 8,
              "prompt_tokens": 8
            },
            "object": "list"
          },
          "required": [
            "data",
            "model",
            "object",
            "usage"
          ],
          "properties": {
            "data": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "embedding",
                  "index",
                  "object"
                ],
                "properties": {
                  "index": {
                    "type": "integer",
                    "description": "The index of this embedding in the list"
                  },
                  "object": {
                    "enum": [
                      "embedding"
                    ],
                    "type": "string",
                    "description": "The object type, which is always \"embedding\""
                  },
                  "embedding": {
                    "type": "array",
                    "items": {
                      "type": "number"
                    },
                    "description": "The embedding vector"
                  }
                }
              },
              "description": "The list of embeddings generated by the model."
            },
            "model": {
              "type": "string",
              "description": "The name of the model used to generate the embedding."
            },
            "usage": {
              "type": "object",
              "required": [
                "prompt_tokens",
                "total_tokens"
              ],
              "properties": {
                "total_tokens": {
                  "type": "integer",
                  "description": "The total number of tokens used by the request."
                },
                "prompt_tokens": {
                  "type": "integer",
                  "description": "The number of tokens used by the prompt."
                }
              },
              "description": "The usage information for the request."
            },
            "object": {
              "enum": [
                "list"
              ],
              "type": "string",
              "description": "The object type, which is always \"list\""
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "api-venice-ai",
    "host": "api.venice.ai",
    "title": "Venice API Docs",
    "description": "Harness the full capabilities of Venice AI with the Venice API, a private and uncensored AI API enabling the development of advanced applications that generate text and images.",
    "url": "https://api.venice.ai",
    "og_image": "https://venice.ai/images/venice_social_preview.png",
    "favicon": "https://docs.venice.ai/mintlify-assets/_mintlify/favicons/veniceai/HJGBlV4jYrSOrFXh/_generated/favicon/favicon-16x16.png"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/api-venice-ai-api-v1-embeddings",
    "url": "https://x402all.com/resource/api-venice-ai-api-v1-embeddings",
    "name": "Venice AI \u00b7 Text Embeddings API",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-venice-ai-api-v1-embeddings",
      "@type": "Offer",
      "price": "10",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "10.000000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://api.venice.ai/api/v1/embeddings",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/api-venice-ai",
      "url": "https://api.venice.ai",
      "name": "Venice API Docs",
      "@type": "Organization"
    },
    "identifier": "api-venice-ai-api-v1-embeddings",
    "description": "Generate text embeddings with Venice AI's private, uncensored API. Pay 10 USDC per call for LLM embedding inference on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-venice-ai-api-v1-embeddings",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "ai"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-venice-ai-api-v1-embeddings"
}
