%%{init: {"flowchart": {"htmlLabels": false, "nodeSpacing": 30, "rankSpacing": 40}, "theme": "base", "themeVariables": {"fontFamily": "Arial, Helvetica, sans-serif", "fontSize": "17px", "primaryTextColor": "#111111", "lineColor": "#555555"}}}%%
flowchart LR
A[Applications<br/>chat · IDE · notebook · RAG · agents]
B[API]
P[External providers<br/>OpenAI · Anthropic · Google · OpenRouter]
A --> B --> P
style A fill:#F2F2F2,stroke:#555,color:#111
style B fill:#FFFFFF,stroke:#555,color:#111
style P fill:#F2F2F2,stroke:#555,color:#111



