Skip to content

Commit f7f80e6

Browse files
committed
refactor: enhance TrueFoundry documentation content and structure
- Update authentication link to point to correct documentation endpoint - Standardize model naming convention (remove '-main' suffix) - Expand cost management section to include analytics visualization - Add gateway metrics image to illustrate analytics capabilities - Reorganize sections for better content flow and readability - Streamline troubleshooting content for conciseness These changes improve accuracy, visual appeal, and user experience while maintaining comprehensive integration guidance.
1 parent 21fcd65 commit f7f80e6

File tree

1 file changed

+8
-25
lines changed

1 file changed

+8
-25
lines changed

docs/providers/truefoundry.md

Lines changed: 8 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ TrueFoundry's AI Gateway is an enterprise-grade platform that enables developers
1717
Before integrating Roo Code with TrueFoundry, ensure you have:
1818

1919
1. **TrueFoundry Account**: A TrueFoundry account with at least one model provider configured. Follow quick start guide [here](https://docs.truefoundry.com/gateway/quick-start)
20-
2. **Personal Access Token**: Generate a token by following the [TrueFoundry token generation guide](https://docs.truefoundry.com/gateway/roo-code)
20+
2. **Personal Access Token**: Generate a token by following the [TrueFoundry token generation guide](https://docs.truefoundry.com/gateway/authentication)
2121
3. **Roo Code Extension**: Install Roo Code from the VS Code Marketplace
2222

2323
![Install Roo Code from VS Code Marketplace](/img/truefoundry/roo-code-marketplace-install.png)
@@ -70,8 +70,8 @@ Before integrating Roo Code with TrueFoundry, ensure you have:
7070
Choose models based on your specific use cases:
7171

7272
### **Code Generation & Complex Tasks**
73-
- **`openai-main/gpt-4o`**: Best for complex code generation and reasoning tasks
74-
- **`anthropic-main/claude-4-sonnet`**: Excellent for code understanding and following instructions
73+
- **`openai/gpt-4o`**: Best for complex code generation and reasoning tasks
74+
- **`anthropic/claude-4-sonnet`**: Excellent for code understanding and following instructions
7575

7676

7777
:::tip Model Names
@@ -136,7 +136,7 @@ When suggesting code changes, always consider:
136136

137137
## Enterprise Features
138138

139-
### Cost Management
139+
### Analytics and Cost Management
140140

141141
TrueFoundry provides advanced cost tracking and budgeting:
142142

@@ -146,6 +146,8 @@ TrueFoundry provides advanced cost tracking and budgeting:
146146

147147
[Learn more about Cost Management →](https://docs.truefoundry.com/gateway/cost-tracking)
148148

149+
![Analytics and cost](/img/truefoundry/gateway-metrics.png)
150+
149151
### Security & Compliance
150152

151153
- **Access Control**: Role-based permissions and user management
@@ -155,32 +157,13 @@ TrueFoundry provides advanced cost tracking and budgeting:
155157

156158
[Learn more about Security & Compliance →](https://docs.truefoundry.com/gateway/guardrails-and-security)
157159

158-
### High Availability
160+
### Gateway features
159161

160162
- **Load Balancing**: Automatic distribution across multiple model endpoints
161163
- **Fallback Support**: Automatic failover to backup models
162164
- **Rate Limiting**: Intelligent request throttling and queue management
163165

164-
[Learn more about High Availability →](https://docs.truefoundry.com/gateway/load-balancing)
165-
166-
## Troubleshooting
167-
168-
### Common Issues
169-
170-
**Connection Errors**
171-
- Verify your base URL and API key are correct
172-
- Check that your TrueFoundry account has active model providers
173-
- Ensure your token has the necessary permissions
174-
175-
**Model Not Found**
176-
- Use the exact model name from TrueFoundry's unified code snippet
177-
- Verify the model is available in your TrueFoundry configuration
178-
- Check if the model provider is properly configured
179-
180-
**Rate Limiting**
181-
- Monitor your usage in TrueFoundry's dashboard
182-
- Adjust your rate limits if needed
183-
- Consider upgrading your plan for higher limits
166+
[Learn more about Gateway features →](https://docs.truefoundry.com/gateway/load-balancing)
184167

185168
### Getting Help
186169

0 commit comments

Comments
 (0)