AIMLAPI · Example Payload

Aimlapi Chat Completion Response Example

Artificial IntelligenceMachine LearningAI ModelsLLMImage GenerationVideo GenerationSpeechEmbeddingsAPI GatewayDeveloper Tools

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

Top-level fields

idobjectmodelchoicesusagecreated

Example Payload

Raw ↑
{
  "id": "chatcmpl-abc123",
  "object": "chat.completion",
  "model": "gpt-4o",
  "choices": [],
  "usage": {},
  "created": 1718153645
}