Hướng dẫn Claude Code
Thiết lập model Claude của Flaq AI và khám phá kỹ năng Claude Code
Thử API GPT 6 Sol của OpenAI để tìm kiếm web, nghiên cứu trực tuyến và trả lời bằng thông tin cập nhật qua API Flaq AI ổn định, giá hợp lý, có truyền trực tiếp.
const response = await fetch('https://api.flaq.ai/api/v1/chat/completions', {
method: 'POST',
headers: {
Authorization: 'Bearer YOUR_API_KEY',
Accept: 'text/event-stream',
'Content-Type': 'application/json'
},
body: JSON.stringify({
model: 'gpt-6-sol-web-search',
messages: [
{
role: 'user',
content: 'Find the latest public information about Flaq AI and summarize it for a product brief.'
}
],
stream: true,
max_tokens: 2048
})
});
if (!response.ok) {
const errorBody = await response.json().catch(() => null);
throw new Error(errorBody?.error?.message ?? errorBody?.message ?? `HTTP ${response.status}`);
}
const reader = response.body.getReader();
const decoder = new TextDecoder();
let buffer = '';
let assistantText = '';
while (true) {
const { done, value } = await reader.read();
if (done) break;
buffer += decoder.decode(value, { stream: true });
const frames = buffer.split(/\r?\n\r?\n/);
buffer = frames.pop() || '';
for (const frame of frames) {
const lines = frame.split(/\r?\n/).filter(Boolean);
let eventName = 'message';
const dataLines = [];
for (const line of lines) {
if (line.startsWith('event:')) {
eventName = line.slice(6).trim();
} else if (line.startsWith('data:')) {
dataLines.push(line.replace(/^data:\s*/, ''));
}
}
const raw = dataLines.join('\n').trim();
if (raw === '[DONE]') {
console.log('\nFinal text:', assistantText);
continue;
}
let payload;
try {
payload = JSON.parse(raw);
} catch {
continue;
}
if (eventName === 'error' || payload.error) {
const msg = payload.error?.message ?? payload.message ?? 'Chat request failed';
throw new Error(msg);
}
const delta = payload.choices?.[0]?.delta;
if (delta?.content) {
assistantText += delta.content;
console.log(assistantText);
}
}
}
import json
import requests
response = requests.post(
'https://api.flaq.ai/api/v1/chat/completions',
headers={
'Authorization': 'Bearer YOUR_API_KEY',
'Accept': 'text/event-stream',
'Content-Type': 'application/json',
},
json={
'model': 'gpt-6-sol-web-search',
'messages': [
{
'role': 'user',
'content': 'Find the latest public information about Flaq AI and summarize it for a product brief.',
}
],
'stream': True,
'max_tokens': 2048,
},
stream=True,
)
response.raise_for_status()
event_name = 'message'
assistant_text = ''
for raw_line in response.iter_lines(decode_unicode=True):
if not raw_line:
event_name = 'message'
continue
if raw_line.startswith('event:'):
event_name = raw_line.replace('event:', '', 1).strip()
continue
if raw_line.startswith('data:'):
raw_data = raw_line.replace('data:', '', 1).strip()
if raw_data == '[DONE]':
print('\nFinal text:', assistant_text)
continue
payload = json.loads(raw_data)
if event_name == 'error' or payload.get('error'):
error = payload.get('error') or payload
raise RuntimeError(error.get('message', 'Chat request failed'))
choices = payload.get('choices') or []
if choices:
delta = choices[0].get('delta') or {}
content = delta.get('content')
if content:
assistant_text += content
print(content, end='', flush=True)
curl -N -X POST "https://api.flaq.ai/api/v1/chat/completions" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: text/event-stream" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-6-sol-web-search",
"messages": [
{
"role": "user",
"content": "Find the latest public information about Flaq AI and summarize it for a product brief."
}
],
"stream": true,
"max_tokens": 2048
}'
| Tham số | Giá | Giá gốc | Giảm giá |
|---|
GPT 6 Sol Web Search API kết hợp khả năng suy luận của GPT-6 Sol với truy xuất web để nghiên cứu và phân tích thị trường trên Flaq AI. Tích hợp API tìm kiếm web này giúp nhà phát triển và nhóm nghiên cứu tìm hiểu các chủ đề đang thay đổi, so sánh nguồn công khai và chuẩn bị bản tổng hợp từ tin nhắn hội thoại. Các nhóm nên đối chiếu những nhận định quan trọng với nguồn gốc trước khi dựa vào kết quả.
Lưu ý Đảm bảo lời nhắc, tài liệu đính kèm và tác vụ truy xuất tuân thủ chính sách sử dụng của OpenAI, điều khoản của Flaq AI và điều khoản dịch vụ web hiện hành. Nếu xảy ra lỗi, hãy thu hẹp phạm vi câu hỏi, loại bỏ thuật ngữ hoặc tệp đính kèm bị hạn chế rồi thử lại.
GPT 6 Sol Web Search so với GPT 6 Astra Web Search
GPT 6 Astra là lựa chọn chủ lực của OpenAI cho những tác vụ suy luận đòi hỏi khắt khe nhất. GPT 6 Sol Web Search cân bằng năng lực nghiên cứu và chi phí cho các quy trình vận hành thực tế lặp lại thường xuyên.
GPT 6 Sol Web Search so với GPT 6 Luna Web Search
GPT 6 Luna Web Search phù hợp với lượng truy vấn lớn và yêu cầu tối ưu chi phí. GPT 6 Sol Web Search là lựa chọn khi quy trình cần những so sánh dài hơn và xem xét kỹ các nguồn mâu thuẫn.
GPT 6 Sol Web Search so với công cụ trả lời ưu tiên tìm kiếm
Các công cụ trả lời ưu tiên tìm kiếm thường chú trọng liên kết và câu trả lời ngắn. GPT 6 Sol Web Search có thể sắp xếp tài liệu đã truy xuất thành phần giải thích và so sánh dài hơn theo câu hỏi của người dùng.
GPT 6 Sol Web Search so với Gemini Grounded Search
Các mô hình tìm kiếm dựa trên nguồn của Gemini được thiết kế cho tích hợp trong hệ sinh thái Google và công cụ web tích hợp sẵn. GPT 6 Sol Web Search cung cấp giải pháp truy xuất dựa trực tiếp trên OpenAI, hỗ trợ tốt ngữ cảnh kết hợp văn bản, hình ảnh và tài liệu thông qua API hoàn thành hội thoại thống nhất của Flaq AI.
Thiết lập model Claude của Flaq AI và khám phá kỹ năng Claude Code

Thiết lập model GPT của Flaq AI và khám phá kỹ năng Codex
Dùng mô hình LLM của Flaq AI trong Hermes Agent
Sử dụng GLM 5.2, Kimi K3 và DeepSeek v4 trong ZCode
Chạy DeepSeek Harness với các mô hình DeepSeek của Flaq AI
Kết nối các tác nhân AI với công cụ tạo hình ảnh và video của Flaq
Sử dụng GPT 6 Astra và Claude Fable 5.1 trong WorkBuddy