You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation-loongsuite/loongsuite-instrumentation-dashscope/src/loongsuite/instrumentation/dashscope/__init__.py
+66-1Lines changed: 66 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,13 @@
16
16
LoongSuite Instrumentation for Alibaba Cloud DashScope SDK.
17
17
18
18
This instrumentation library provides automatic tracing for DashScope API calls,
19
-
including text generation, text embedding, and text reranking.
19
+
including text generation, text embedding, text reranking, and image synthesis.
20
20
21
21
Supported Operations:
22
22
- Text Generation (sync/async, streaming/non-streaming)
23
23
- Text Embedding
24
24
- Text Reranking
25
+
- Image Synthesis (sync/async)
25
26
26
27
Note: Chat Completion (OpenAI-compatible) is NOT supported due to a bug in
27
28
DashScope SDK where Completions.create references a non-existent attribute
0 commit comments