Характеристики
Slugimage-best
СемействоImage
Контекст1024x1024 px
Capabilitiesimage, image_edit
Владелецai-api-hub
Smart image route for generation, editing and visual production.
curl http://127.0.0.1:8080/chat/completions \
-H "Authorization: Bearer $AI_HUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "image-best",
"messages": [{"role": "user", "content": "Привет"}]
}'import OpenAI from "openai";
const openai = new OpenAI({
apiKey: process.env.AI_HUB_API_KEY,
baseURL: "http://127.0.0.1:8080"
});
const completion = await openai.chat.completions.create({
model: "image-best",
messages: [{ role: "user", content: "Привет" }]
});
console.log(completion.choices[0].message.content);Актуальные розничные цены для каждого провайдера и единицы тарификации.