AIMLAPI · Example Payload

Aimlapi Embedding Request Example

Artificial IntelligenceMachine LearningAI ModelsLLMImage GenerationVideo GenerationSpeechEmbeddingsAPI GatewayDeveloper Tools

Aimlapi Embedding Request Example is an example object payload from AIMLAPI, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

modelinputencoding_formatdimensions

Example Payload

Raw ↑
{
  "model": "text-embedding-3-small",
  "input": "The quick brown fox jumps over the lazy dog",
  "encoding_format": "float",
  "dimensions": 1536
}