+
+
+
Ask AI about Usage
+
+
+ Ask questions about your spend, models, API keys, and usage trends
+
+
+
+
+ {/* Model selector */}
+
+
+
+
+ {/* Chat messages */}
+
+ {messages.length === 0 && !streamingContent && (
+
+
+
Ask a question about your usage
+
e.g. "Which model costs me the most?"
+
+ )}
+
+ {messages.map((msg, idx) => (
+
+ ))}
+
+ {/* Streaming response */}
+ {streamingContent && (
+
+ )}
+
+ {/* Loading indicator */}
+ {isLoading && !streamingContent && (
+
+ )}
+
+
+
+
+ {/* Input area */}
+
+
+
+ {/* Footer actions */}
+
+
+
+ Press Enter to send, Shift+Enter for new line
+
+
+
+