Models
Last updated
Was this helpful?
Was this helpful?
GET /api/v1/models HTTP/1.1
Host: app.interactive.ai
Accept: */*
{
"object": "list",
"data": [
{
"id": "interactive/openai/gpt-4o",
"object": "model",
"created": 1700000000,
"provider": "OpenAI",
"marketing_name": "GPT-4o",
"description": "OpenAI's most advanced multimodal model",
"prices": {
"input": "0.0000025",
"output": "0.00001"
}
}
]
}