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 để phân tích tệp, tóm tắt tài liệu và hỏi đáp trên nhiều tệp qua API Flaq AI ổn định, giá hợp lý, có phản hồi 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-file-analysis',
messages: [
{
role: 'user',
content: [
{ type: 'text', text: 'Summarize this file and extract the key risks.' },
{
type: 'file',
file: {
filename: 'demo.pdf',
file_data: 'https://example.com/demo.pdf'
}
}
]
}
],
stream: true,
max_tokens: 4096
})
});
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-file-analysis',
'messages': [
{
'role': 'user',
'content': [
{'type': 'text', 'text': 'Summarize this file and extract the key risks.'},
{
'type': 'file',
'file': {
'filename': 'demo.pdf',
'file_data': 'https://example.com/demo.pdf'
}
},
],
}
],
'stream': True,
'max_tokens': 4096,
},
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-file-analysis",
"messages": [
{
"role": "user",
"content": [
{ "type": "text", "text": "Summarize this file and extract the key risks." },
{
"type": "file",
"file": {
"filename": "demo.pdf",
"file_data": "https://example.com/demo.pdf"
}
}
]
}
],
"stream": true,
"max_tokens": 4096
}'
| Tham số | Giá | Giá gốc | Giảm giá |
|---|
GPT 6 Sol File Analysis API áp dụng khả năng suy luận GPT-6 Sol của OpenAI vào tài liệu nhiều thông tin, tổng hợp nhiều tệp và rà soát bằng chứng trên Flaq AI. Tích hợp API phân tích tệp này giúp kỹ sư phần mềm, chuyên viên phân tích pháp lý và nhóm doanh nghiệp trích xuất chi tiết, đối chiếu nhận định với tệp nguồn và chuẩn bị bản tóm tắt từ các tệp được hỗ trợ, hình ảnh cùng hướng dẫn bằng ngôn ngữ tự nhiên để tiếp tục xem xét.
Lưu ý Chỉ tải lên tài liệu, hình ảnh và hướng dẫn lời nhắc tuân thủ chính sách an toàn và sử dụng của OpenAI, điều khoản của Flaq AI và tiêu chuẩn bảo mật dữ liệu hiện hành của tổ chức. Nếu xảy ra lỗi, hãy xác minh tệp có định dạng được hỗ trợ, xóa nội dung bị hạn chế rồi thử lại.
GPT 6 Sol File Analysis so với GPT 6 Astra File Analysis
GPT 6 Astra là mô hình chủ lực của OpenAI cho những tác vụ suy luận khó nhất. GPT 6 Sol File Analysis cân bằng năng lực mô hình và chi phí cho quy trình rà soát tài liệu doanh nghiệp.
GPT 6 Sol File Analysis so với GPT 6 Luna File Analysis
GPT 6 Luna File Analysis hướng đến tác vụ tài liệu khối lượng lớn cần tối ưu chi phí. GPT 6 Sol File Analysis phù hợp với quy trình cần so sánh chi tiết văn bản pháp lý hoặc kỹ thuật.
GPT 6 Sol File Analysis so với Claude Opus 5.5 File Analysis
Claude Opus 5.5 File Analysis hỗ trợ rà soát tài liệu và hình ảnh trong hệ sinh thái Anthropic. GPT 6 Sol File Analysis cung cấp lựa chọn dựa trên OpenAI để hỏi đáp về tài liệu kỹ thuật, trích xuất và tích hợp theo hình thức trò chuyện trên Flaq AI.
GPT 6 Sol File Analysis so với Gemini File Understanding
Các mô hình xử lý tệp Gemini phù hợp với quy trình xây dựng quanh công cụ đa phương thức của Google. GPT 6 Sol File Analysis cung cấp lựa chọn dựa trên OpenAI cho các nhóm cần văn bản có cấu trúc theo lời nhắc và quyền truy cập API hội thoại thống nhất trên 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